Age | Commit message (Expand) | Author |
2013-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-05-03 | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis |
2013-05-01 | Point diagnostics that complain about a use of a selector in an objc message,... | Argyrios Kyrtzidis |
2013-04-11 | ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] | NAKAMURA Takumi |
2013-04-01 | [arcmt] Copy the diagnostics so we don't have to worry about invaliding itera... | Argyrios Kyrtzidis |
2013-03-07 | Add a hasExternalLinkage helper. No functionality change. | Rafael Espindola |
2013-02-24 | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-02-14 | [arcmt] Make sure the function has an associated parameter for the argument | Argyrios Kyrtzidis |
2013-02-05 | [arcmt] Make sure the objc migrators work fine when used with a PCH. | Argyrios Kyrtzidis |
2013-01-19 | Re-sort all the headers. Lots of regressions have crept in here. | Chandler Carruth |
2013-01-16 | [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar... | Argyrios Kyrtzidis |
2013-01-16 | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-08 | [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ... | Argyrios Kyrtzidis |
2013-01-04 | Update CMakeLists.txt | Ted Kremenek |
2013-01-04 | Add file added in r171484 to CMakelists.txt. | Filipe Cabecinhas |
2013-01-04 | [arcmt] Allow removing an -autorelease of a variable initialized in the previ... | Argyrios Kyrtzidis |
2013-01-04 | [arcmt] Adds brackets in case statements that "contain" initialization of ret... | Argyrios Kyrtzidis |
2013-01-04 | [arcmt] Don't error if an autoreleased variable is returned after the -autore... | Argyrios Kyrtzidis |
2013-01-03 | [arcmt] Rewrite uses of Block_copy/Block_release macros. | Argyrios Kyrtzidis |
2012-12-12 | [arcmt] When capturing ARC errors, have a sanity check to make sure | Argyrios Kyrtzidis |
2012-12-12 | [objc] For the ARC error that is emitted when a synthesized property implemen... | Argyrios Kyrtzidis |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-04 | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis |
2012-12-01 | Don't include Type.h in DeclarationName.h. | Benjamin Kramer |
2012-12-01 | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer |
2012-11-14 | s/tranform/transform/ | Benjamin Kramer |
2012-11-09 | Remove old driver code to grab the iOS simulator version from the -D option. | Bob Wilson |
2012-10-24 | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor |
2012-10-23 | Use a .def file for most of the diagnostic options. | Douglas Gregor |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-09-01 | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek |
2012-08-31 | Fixed invalid iterators. Since the iterator is invalidated after the erase() ... | Joao Matos |
2012-08-23 | Fix undefined behavior: member function calls where 'this' is a null pointer. | Richard Smith |
2012-08-21 | Screw around with ObjCRuntime some more, changing the | John McCall |
2012-08-10 | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose |
2012-07-27 | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi |
2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-06 | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko |
2012-07-04 | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer |
2012-07-04 | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer |
2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
2012-06-20 | [arcmt] | Argyrios Kyrtzidis |
2012-06-20 | [arcmt] When migrating to ARC disable -Werror so as to only block migration | Argyrios Kyrtzidis |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-07 | Insert a space if necessary when suggesting CFBridgingRetain/Release. | Jordan Rose |
2012-06-07 | [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ... | Argyrios Kyrtzidis |