summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangfrontendtool
Commit message (Collapse)AuthorAgeFilesLines
* Pull in r170135 from upstream clang trunk:dim2013-02-021-0/+2
| | | | | | | | | | | | | | | | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user specifies not to. Dont build ASTMatchers with Rewriter disabled and StaticAnalyzer when it's disabled. Without all those three, the clang binary shrinks (x86_64) from ~36MB to ~32MB (unstripped). To disable these clang components, and get a smaller clang binary built and installed, set WITHOUT_CLANG_FULL in src.conf(5). During the initial stages of buildworld, those extra components are already disabled automatically, to save some build time. MFC after: 1 week
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-201-3/+3
| | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-201-0/+12
Approved-by: rpaulo (mentor)
OpenPOWER on IntegriCloud