Age | Commit message (Expand) | Author | Files | Lines |
2014-08-29 | Provide a BuryPointer for unique_ptrs. | David Blaikie | 1 | -1/+1 |
2014-07-16 | Make clang's rewrite engine a core feature | Alp Toker | 1 | -22/+4 |
2014-05-26 | [C++11] Use 'nullptr'. | Craig Topper | 1 | -4/+4 |
2014-05-17 | [objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ... | Argyrios Kyrtzidis | 1 | -1/+2 |
2014-05-03 | [leaks] Don't leak the fake arguments we synthesize for LLVM option | Chandler Carruth | 1 | -2/+2 |
2014-03-07 | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 1 | -3/+3 |
2014-03-07 | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 1 | -2/+2 |
2014-02-05 | Add a CC1 option -verify-pch | Ben Langmuir | 1 | -0/+1 |
2013-12-27 | Bury leaked pointers in a global array to silence a leak detector in --disabl... | Kostya Serebryany | 1 | -1/+2 |
2013-11-27 | Bring back a StringRef used in some build configurations | Alp Toker | 1 | -0/+2 |
2013-11-27 | Remove a whole lot of unused variables | Alp Toker | 1 | -1/+0 |
2013-11-13 | [objcmt] If the frontend option is frontend::MigrateSource then we don't need... | Argyrios Kyrtzidis | 1 | -20/+22 |
2013-10-07 | Remove -ast-dump-xml. | Richard Smith | 1 | -1/+0 |
2013-10-02 | Objective-C migrator. Simplify migrator option | Fariborz Jahanian | 1 | -4/+1 |
2013-08-28 | ObjectiveC migrator. This patch infers readonly properties for no-parameter | Fariborz Jahanian | 1 | -1/+2 |
2013-08-07 | Indicate success for simple options when clang called with -cc1. | Rafael Espindola | 1 | -3/+3 |
2013-07-09 | ObjC migrator: Add -objcmt-migrate-property to do property | Fariborz Jahanian | 1 | -2/+3 |
2013-06-14 | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 1 | -5/+5 |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 1 | -0/+1 |
2013-01-06 | use early returns to simplify and de-nest | Sean Silva | 1 | -11/+9 |
2012-12-13 | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user | Roman Divacky | 1 | -2/+44 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -4/+4 |
2012-11-09 | PR14303: Add a NoDriverOption flag to those options which are not accepted by | Richard Smith | 1 | -1/+4 |
2012-09-01 | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 1 | -1/+1 |
2012-08-31 | Make AnalyzerOptions a shared object between CompilerInvocation and | Ted Kremenek | 1 | -1/+1 |
2012-07-31 | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko | 1 | -0/+1 |
2012-06-14 | Support -frewrite-includes as an option while preprocessing. | David Blaikie | 1 | -2/+6 |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie | 1 | -0/+1 |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 1 | -2/+2 |
2012-04-13 | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor | 1 | -1/+0 |
2012-03-27 | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor | 1 | -0/+1 |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 1 | -1/+8 |
2012-02-07 | Make use of const-correct ParseCommandLineOptions | David Blaikie | 1 | -1/+1 |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 1 | -3/+3 |
2012-02-04 | Fix ASTMerge tests that I broke in my previous commit. | Argyrios Kyrtzidis | 1 | -1/+1 |
2012-02-04 | Use variable in place of multiple CI.getFrontendOpts() calls and use a bit | Argyrios Kyrtzidis | 1 | -8/+9 |
2012-01-26 | Introduce 3 new fixit options: | Argyrios Kyrtzidis | 1 | -0/+4 |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie | 1 | -3/+1 |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier | 1 | -1/+0 |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier | 1 | -0/+1 |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor | 1 | -3/+2 |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor | 1 | -0/+1 |
2011-11-15 | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor | 1 | -2/+2 |
2011-11-15 | Split GenerateModuleAction into its own action, which will start | Douglas Gregor | 1 | -2/+2 |
2011-10-10 | Parse LLVM command line arguments after plugins have been loaded | Tobias Grosser | 1 | -10/+11 |
2011-09-15 | Eliminate the unused -create-module cc1-level option | Douglas Gregor | 1 | -1/+0 |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 1 | -1/+2 |
2011-08-16 | [analyzer] Overhaul of checker registration in preparation for basic plugin s... | Jordy Rose | 1 | -6/+7 |
2011-07-19 | [arcmt] Add some additional driver flags to optionally emit or save the pre-m... | Argyrios Kyrtzidis | 1 | -1/+4 |
2011-07-09 | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 1 | -1/+4 |