| Commit message (Expand) | Author | Age | Files | Lines |
| * | [arcmt] Make sure the objc migrators work fine when used with a PCH. | Argyrios Kyrtzidis | 2013-02-05 | 1 | -2/+19 |
| * | Re-sort all the headers. Lots of regressions have crept in here. | Chandler Carruth | 2013-01-19 | 1 | -1/+1 |
| * | [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar... | Argyrios Kyrtzidis | 2013-01-16 | 1 | -3/+23 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -4/+6 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 3 | -8/+8 |
| * | [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ... | Argyrios Kyrtzidis | 2013-01-08 | 1 | -58/+136 |
| * | Update CMakeLists.txt | Ted Kremenek | 2013-01-04 | 1 | -2/+2 |
| * | Add file added in r171484 to CMakelists.txt. | Filipe Cabecinhas | 2013-01-04 | 1 | -0/+1 |
| * | [arcmt] Allow removing an -autorelease of a variable initialized in the previ... | Argyrios Kyrtzidis | 2013-01-04 | 3 | -16/+58 |
| * | [arcmt] Adds brackets in case statements that "contain" initialization of ret... | Argyrios Kyrtzidis | 2013-01-04 | 5 | -5/+135 |
| * | [arcmt] Don't error if an autoreleased variable is returned after the -autore... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -18/+70 |
| * | [arcmt] Rewrite uses of Block_copy/Block_release macros. | Argyrios Kyrtzidis | 2013-01-03 | 1 | -9/+88 |
| * | [arcmt] When capturing ARC errors, have a sanity check to make sure | Argyrios Kyrtzidis | 2012-12-12 | 1 | -1/+2 |
| * | [objc] For the ARC error that is emitted when a synthesized property implemen... | Argyrios Kyrtzidis | 2012-12-12 | 1 | -6/+12 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 9 | -23/+23 |
| * | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -8/+11 |
| * | Don't include Type.h in DeclarationName.h. | Benjamin Kramer | 2012-12-01 | 2 | -1/+3 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 2 | -1/+3 |
| * | s/tranform/transform/ | Benjamin Kramer | 2012-11-14 | 13 | -13/+13 |
| * | Remove old driver code to grab the iOS simulator version from the -D option. | Bob Wilson | 2012-11-09 | 1 | -44/+0 |
| * | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -1/+1 |
| * | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -0/+2 |
| * | 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 | 3 | -3/+4 |
| * | Fixed invalid iterators. Since the iterator is invalidated after the erase() ... | Joao Matos | 2012-08-31 | 1 | -1/+1 |
| * | Fix undefined behavior: member function calls where 'this' is a null pointer. | Richard Smith | 2012-08-23 | 1 | -1/+1 |
| * | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 2 | -2/+2 |
| * | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose | 2012-08-10 | 1 | -6/+43 |
| * | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi | 2012-07-27 | 1 | -0/+4 |
| * | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi | 2012-07-27 | 1 | -1/+2 |
| * | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| * | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko | 2012-07-06 | 1 | -0/+1 |
| * | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer | 2012-07-04 | 13 | -10/+23 |
| * | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
| * | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth | 2012-06-21 | 1 | -2/+8 |
| * | [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 |
| * | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -1/+1 |
| * | Insert a space if necessary when suggesting CFBridgingRetain/Release. | Jordan Rose | 2012-06-07 | 1 | -9/+16 |
| * | [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ... | Argyrios Kyrtzidis | 2012-06-07 | 5 | -7/+32 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 2 | -3/+3 |
| * | Remove the last dead private member in clang. | Benjamin Kramer | 2012-06-06 | 1 | -5/+3 |
| * | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer | 2012-06-06 | 3 | -12/+7 |
| * | [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_... | Argyrios Kyrtzidis | 2012-06-01 | 3 | -17/+49 |
| * | [objcmt] Warn when modern objc migrator does not convert a NSNumber message b... | Argyrios Kyrtzidis | 2012-05-24 | 1 | -0/+1 |
| * | [arcmt] Remove an unused -autorelease, without failing with error, for this | Argyrios Kyrtzidis | 2012-05-23 | 4 | -18/+129 |
| * | [arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autor... | Argyrios Kyrtzidis | 2012-05-21 | 1 | -0/+11 |
| * | [arcmt] Remove the "it is not safe to remove an unused 'autorelease' message"... | Argyrios Kyrtzidis | 2012-05-17 | 1 | -11/+0 |
| * | Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. | David Blaikie | 2012-05-01 | 1 | -1/+3 |
| * | Remove ref/value inconsistency in redecl_iterator. | David Blaikie | 2012-05-01 | 1 | -1/+1 |