aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/RewriteMacros.cpp
AgeCommit message (Expand)Author
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-05Fix a -Wstring-plus-int warning.Nico Weber
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2010-12-22Introduced raw_identifier token kind.Abramo Bagnara
2010-11-29Merge System into Support.Michael J. Spencer
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar