summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
* [arcmt] Make sure the objc migrators work fine when used with a PCH.Argyrios Kyrtzidis2013-02-051-2/+19
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+1
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-161-3/+23
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-4/+6
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-123-8/+8
* [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ...Argyrios Kyrtzidis2013-01-081-58/+136
* Update CMakeLists.txtTed Kremenek2013-01-041-2/+2
* Add file added in r171484 to CMakelists.txt.Filipe Cabecinhas2013-01-041-0/+1
* [arcmt] Allow removing an -autorelease of a variable initialized in the previ...Argyrios Kyrtzidis2013-01-043-16/+58
* [arcmt] Adds brackets in case statements that "contain" initialization of ret...Argyrios Kyrtzidis2013-01-045-5/+135
* [arcmt] Don't error if an autoreleased variable is returned after the -autore...Argyrios Kyrtzidis2013-01-041-18/+70
* [arcmt] Rewrite uses of Block_copy/Block_release macros.Argyrios Kyrtzidis2013-01-031-9/+88
* [arcmt] When capturing ARC errors, have a sanity check to make sureArgyrios Kyrtzidis2012-12-121-1/+2
* [objc] For the ARC error that is emitted when a synthesized property implemen...Argyrios Kyrtzidis2012-12-121-6/+12
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-049-23/+23
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-8/+11
* Don't include Type.h in DeclarationName.h.Benjamin Kramer2012-12-012-1/+3
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-012-1/+3
* s/tranform/transform/Benjamin Kramer2012-11-1413-13/+13
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-091-44/+0
* Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor2012-10-241-1/+1
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-231-0/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-9/+16
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-013-3/+4
* Fixed invalid iterators. Since the iterator is invalidated after the erase() ...Joao Matos2012-08-311-1/+1
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-1/+1
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-212-2/+2
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-6/+43
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+4
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-1/+2
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-0413-10/+23
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+8
* [arcmt]Argyrios Kyrtzidis2012-06-201-1/+2
* [arcmt] When migrating to ARC disable -Werror so as to only block migrationArgyrios Kyrtzidis2012-06-201-2/+12
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-1/+1
* Insert a space if necessary when suggesting CFBridgingRetain/Release.Jordan Rose2012-06-071-9/+16
* [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ...Argyrios Kyrtzidis2012-06-075-7/+32
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-062-3/+3
* Remove the last dead private member in clang.Benjamin Kramer2012-06-061-5/+3
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-063-12/+7
* [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...Argyrios Kyrtzidis2012-06-013-17/+49
* [objcmt] Warn when modern objc migrator does not convert a NSNumber message b...Argyrios Kyrtzidis2012-05-241-0/+1
* [arcmt] Remove an unused -autorelease, without failing with error, for thisArgyrios Kyrtzidis2012-05-234-18/+129
* [arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autor...Argyrios Kyrtzidis2012-05-211-0/+11
* [arcmt] Remove the "it is not safe to remove an unused 'autorelease' message"...Argyrios Kyrtzidis2012-05-171-11/+0
* Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized.David Blaikie2012-05-011-1/+3
* Remove ref/value inconsistency in redecl_iterator.David Blaikie2012-05-011-1/+1
OpenPOWER on IntegriCloud