| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the clang module container format selectable from the command line. | Adrian Prantl | 2015-07-17 | 1 | -3/+3 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -2/+5 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -4/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -2/+4 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -4/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -2/+4 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -4/+3 |
* | configure+make: Rearange clangCodeGen to come before clangAST. | Adrian Prantl | 2015-02-21 | 1 | -2/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+3 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -3/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+3 |
* | Use the simpler version of llvm::sys::fs::exists. | Rafael Espindola | 2014-09-11 | 1 | -5/+2 |
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -1/+1 |
* | Peel away old-style file remapping typedefs and cruft | Alp Toker | 2014-07-07 | 1 | -4/+2 |
* | Update for llvm api change. | Rafael Espindola | 2014-07-06 | 1 | -9/+8 |
* | Include system_error directly. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. Tools edition. | Craig Topper | 2014-06-08 | 1 | -3/+3 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-15 | 1 | -4/+4 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -5/+5 |
* | [CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs... | NAKAMURA Takumi | 2014-01-31 | 1 | -6/+3 |
* | Remove dead include. | Rafael Espindola | 2013-06-26 | 1 | -1/+0 |
* | Use llvm::sys::fs::getMainExecutable. | Rafael Espindola | 2013-06-26 | 1 | -2/+2 |
* | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
* | Don't depend on the transitive inclusion of PathV1.h. | Rafael Espindola | 2013-06-13 | 1 | -0/+1 |
* | these now depend on the bitcode reader too. | Chris Lattner | 2013-01-19 | 2 | -1/+2 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -4/+6 |
* | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 2012-09-01 | 2 | -2/+2 |
* | [ms-inline asm] Add various MC components to clang build to support MS-style ... | Chad Rosier | 2012-08-09 | 1 | -1/+3 |
* | Add various MC components to clang build to support MS-style inline assembly. | Chad Rosier | 2012-08-08 | 1 | -1/+2 |
* | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth | 2012-06-21 | 1 | -6/+6 |
* | Fix a big layering violation introduced by r158771. | Chandler Carruth | 2012-06-20 | 1 | -1/+1 |
* | Fix cmake build. | Rafael Espindola | 2012-06-20 | 1 | -1/+0 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 2 | -1/+3 |
* | Kill the last vestiges of clangIndex | Douglas Gregor | 2012-04-13 | 1 | -1/+1 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 3 | -4/+4 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -4/+4 |
* | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith | 2012-02-13 | 1 | -1/+1 |
* | Make use of const-correct ParseCommandLineOptions | David Blaikie | 2012-02-07 | 1 | -1/+1 |
* | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian | 2012-01-26 | 1 | -1/+2 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -3/+1 |
* | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith | 2011-12-23 | 1 | -3/+5 |
* | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek | 2011-11-17 | 1 | -3/+3 |
* | [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -1/+2 |
* | Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -3/+3 |
* | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+4 |
* | When compiling a module on-demand, re-use the diagnostics client | Douglas Gregor | 2011-09-13 | 1 | -1/+1 |
* | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner | 2011-07-23 | 1 | -4/+4 |