aboutsummaryrefslogtreecommitdiff
path: root/lib/Edit
AgeCommit message (Expand)Author
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-14Remove an unneeded const_castDmitri Gribenko
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-21EditedSource.cpp: Appease msvc, to add <cctype>.NAKAMURA Takumi
2012-12-20Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-16Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak...Ted Kremenek
2012-07-06[objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis
2012-07-05[objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2012-06-27Fix uninitialized variable use bug found by the clairvoyant static analyzer.Argyrios Kyrtzidis
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20[objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis
2012-06-19[objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis
2012-06-06[objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...Argyrios Kyrtzidis
2012-06-04[objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis
2012-05-24[objcmt] Warn when modern objc migrator does not convert a NSNumber message b...Argyrios Kyrtzidis
2012-05-22[objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.Argyrios Kyrtzidis
2012-05-16[objcmt] Accept char arrays for rewriting to @() syntax.Argyrios Kyrtzidis
2012-05-15[objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: beArgyrios Kyrtzidis
2012-05-15[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis
2012-05-15[objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.Argyrios Kyrtzidis
2012-05-14[objcmt] When rewriting to subscripting syntax, make sure we putArgyrios Kyrtzidis
2012-05-14[objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis
2012-03-13Remove unused-but-set variable.Benjamin Kramer
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek