aboutsummaryrefslogtreecommitdiff
path: root/lib/Edit/EditedSource.cpp
AgeCommit message (Expand)Author
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
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-05-14[objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek