summaryrefslogtreecommitdiff
path: root/lib/Edit
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-05-09
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-28
* Avoid a local Twine variable.Benjamin Kramer2014-03-29
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-11
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-09
* ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian2013-10-01
* ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian2013-07-18
* ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian2013-07-18
* ObjectiveC migration: complete migrating classFariborz Jahanian2013-07-16
* ObjC migrator: build conforming interfaceFariborz Jahanian2013-07-16
* ObjC migrator: Improve on hueristics.Fariborz Jahanian2013-07-10
* objc migrator: More refinment of propertyFariborz Jahanian2013-07-10
* [Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2013-07-08
* [objc migrator]: More knobs to do migration toFariborz Jahanian2013-07-05
* [objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis2013-04-06
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-20
* Remove an unneeded const_castDmitri Gribenko2013-02-14
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-16
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* EditedSource.cpp: Appease msvc, to add <cctype>.NAKAMURA Takumi2012-12-21
* Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis2012-12-20
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-04
* Change the representation of builtin functions in the ASTEli Friedman2012-08-31
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-27
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-27
* Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak...Ted Kremenek2012-07-16
* [objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis2012-07-06
* [objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis2012-07-05
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-04
* Fix uninitialized variable use bug found by the clairvoyant static analyzer.Argyrios Kyrtzidis2012-06-27
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* [objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis2012-06-20
* [objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis2012-06-19
* [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...Argyrios Kyrtzidis2012-06-06
* [objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis2012-06-04
* [objcmt] Warn when modern objc migrator does not convert a NSNumber message b...Argyrios Kyrtzidis2012-05-24
* [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.Argyrios Kyrtzidis2012-05-22
* [objcmt] Accept char arrays for rewriting to @() syntax.Argyrios Kyrtzidis2012-05-16
* [objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: beArgyrios Kyrtzidis2012-05-15
* [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis2012-05-15
* [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.Argyrios Kyrtzidis2012-05-15
* [objcmt] When rewriting to subscripting syntax, make sure we putArgyrios Kyrtzidis2012-05-14
* [objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis2012-05-14
* Remove unused-but-set variable.Benjamin Kramer2012-03-13
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11