| Commit message (Expand) | Author | Age | Files | Lines |
* | DiagnosticsEngine: update severity setters to new terminology | Alp Toker | 2014-06-12 | 1 | -2/+2 |
* | Complete the switch from mappings to declarative diagnostic severities | Alp Toker | 2014-06-12 | 1 | -1/+1 |
* | ARCMT/GC-check-warn-nsalloc.m: don't provide a diag group | Alp Toker | 2014-05-19 | 1 | -2/+2 |
* | Get ARCMT/GC-check-warn-nsalloc.m working | Alp Toker | 2014-05-19 | 1 | -4/+3 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-14 | 1 | -12/+12 |
* | [C++11] Remove the remaining uses of OwningPtr. | Ahmed Charles | 2014-03-09 | 1 | -1/+1 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -5/+5 |
* | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 2014-03-07 | 1 | -5/+4 |
* | [C++11] Switch from the llvm_move macro to directly calling std::move. | Chandler Carruth | 2014-03-02 | 1 | -1/+1 |
* | ARCMigrate: Introduce proper diagnostics for TransformActions | Alp Toker | 2014-01-26 | 1 | -1/+4 |
* | Re-apply r197076 and r197086; the build was fixed by chapuni in r197114. | Hans Wennborg | 2013-12-12 | 1 | -38/+0 |
* | Revert r197076: "[objcmt] When emitting a remap file, use a json format | Hans Wennborg | 2013-12-12 | 1 | -0/+38 |
* | [objcmt] When emitting a remap file, use a json format with the edit entries,... | Argyrios Kyrtzidis | 2013-12-11 | 1 | -38/+0 |
* | [arcmt] Don't try to handle files that are already ARC'ified, this is not pos... | Argyrios Kyrtzidis | 2013-09-17 | 1 | -19/+0 |
* | Clean up some Triple usage in clang. | Cameron Esfahani | 2013-09-14 | 1 | -1/+1 |
* | [arcmt] Only disable ARC in the second compilation if there were actually ARC... | Argyrios Kyrtzidis | 2013-07-22 | 1 | -10/+21 |
* | [arcmt] After checking is successful disable auto-synthesize to avoid "@synth... | Argyrios Kyrtzidis | 2013-07-19 | 1 | -0/+3 |
* | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor | 2013-05-03 | 1 | -6/+0 |
* | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -1/+1 |
* | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis | 2013-02-24 | 1 | -1/+1 |
* | [arcmt] Make sure the objc migrators work fine when used with a PCH. | Argyrios Kyrtzidis | 2013-02-05 | 1 | -2/+19 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -2/+2 |
* | [arcmt] Adds brackets in case statements that "contain" initialization of ret... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -4/+6 |
* | [arcmt] When capturing ARC errors, have a sanity check to make sure | Argyrios Kyrtzidis | 2012-12-12 | 1 | -1/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | Remove old driver code to grab the iOS simulator version from the -D option. | Bob Wilson | 2012-11-09 | 1 | -44/+0 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -9/+16 |
* | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 2012-09-01 | 1 | -1/+1 |
* | Fixed invalid iterators. Since the iterator is invalidated after the erase() ... | Joao Matos | 2012-08-31 | 1 | -1/+1 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -1/+1 |
* | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose | 2012-08-10 | 1 | -6/+43 |
* | [arcmt] | Argyrios Kyrtzidis | 2012-06-20 | 1 | -1/+2 |
* | [arcmt] When migrating to ARC disable -Werror so as to only block migration | Argyrios Kyrtzidis | 2012-06-20 | 1 | -2/+12 |
* | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer | 2012-06-06 | 1 | -2/+1 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -7/+7 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -4/+42 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -12/+12 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -6/+6 |
* | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian | 2012-01-26 | 1 | -2/+5 |
* | arc migrator: Added an option to the migrator | Fariborz Jahanian | 2012-01-26 | 1 | -0/+2 |
* | arc migrator: Provide infrastructure to add options | Fariborz Jahanian | 2012-01-25 | 1 | -0/+2 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -9/+10 |
* | Refine placement of LangOptions object in CompilerInvocation by adding a new ... | Ted Kremenek | 2011-11-18 | 1 | -1/+0 |
* | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek | 2011-11-17 | 1 | -11/+12 |
* | [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -4/+10 |
* | Further refine the diagnostic categories for ARC diagnostics. Addresses <rda... | Ted Kremenek | 2011-10-20 | 1 | -10/+1 |
* | Revert r142311, -mios-simulator-version-min does not work correctly. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+43 |
* | Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. | Argyrios Kyrtzidis | 2011-10-17 | 1 | -43/+0 |
* | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor | 2011-09-29 | 1 | -1/+7 |