aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Edit/Commit.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-04[Edit] Use StringRef's copy method. No functional change intended.Benjamin Kramer1-1/+1
2014-04-28[objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis1-7/+5
2013-10-01ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian1-5/+7
2013-07-08[Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian1-1/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis1-2/+2
2012-06-27Fix uninitialized variable use bug found by the clairvoyant static analyzer.Argyrios Kyrtzidis1-0/+1
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-1/+1
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek1-0/+345