summaryrefslogtreecommitdiff
path: root/lib/Edit
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove autoconf supportChris Bieneman1-14/+0
2016-01-13[Bugfix] Fix ICE on constexpr vector splat.George Burgess IV1-0/+3
2015-10-03Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren1-1/+1
2015-09-11[Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis1-14/+66
2015-08-04[Edit] Use StringRef's copy method. No functional change intended.Benjamin Kramer1-1/+1
2015-03-29[edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer1-1/+3
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-3/+3
2014-09-15Edit: Do not extend a removal to include trailing whitespace if we're at the endBenjamin Kramer1-0/+6
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian1-1/+2
2014-07-14[CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi1-1/+1
2014-05-09[C++11] Use 'nullptr'.Craig Topper2-5/+5
2014-04-28[objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis1-7/+5
2014-03-29Avoid a local Twine variable.Benjamin Kramer1-4/+2
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi1-2/+1
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi1-9/+0
2013-12-11Add front-end infrastructure now address space casts are in LLVM IR.David Tweed1-0/+1
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi1-0/+4
2013-10-01ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian1-5/+7
2013-07-18ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian1-92/+0
2013-07-18ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian1-0/+13
2013-07-16ObjectiveC migration: complete migrating classFariborz Jahanian1-22/+22
2013-07-16ObjC migrator: build conforming interfaceFariborz Jahanian1-0/+32
2013-07-10ObjC migrator: Improve on hueristics.Fariborz Jahanian1-5/+20
2013-07-10objc migrator: More refinment of propertyFariborz Jahanian1-9/+9
2013-07-08[Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2-2/+28
2013-07-05[objc migrator]: More knobs to do migration toFariborz Jahanian1-0/+6
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis1-0/+2
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie1-3/+3
2013-02-14Remove an unneeded const_castDmitri Gribenko1-3/+2
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose1-9/+5
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei1-0/+1
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis1-4/+158
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-3/+3
2012-12-21EditedSource.cpp: Appease msvc, to add <cctype>.NAKAMURA Takumi1-0/+1
2012-12-20Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis1-3/+72
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth3-5/+5
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis1-2/+2
2012-08-31Change the representation of builtin functions in the ASTEli Friedman1-0/+1
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi1-0/+5
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi1-1/+1
2012-07-16Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak...Ted Kremenek1-0/+4
2012-07-06[objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis1-5/+70
2012-07-05[objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis1-15/+25
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer1-0/+1
2012-06-27Fix uninitialized variable use bug found by the clairvoyant static analyzer.Argyrios Kyrtzidis1-0/+1
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-2/+6
2012-06-20[objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis1-2/+3
2012-06-19[objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis1-4/+4
2012-06-06[objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...Argyrios Kyrtzidis1-9/+27
2012-06-04[objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis1-11/+40