aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/Core
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer
2012-12-01Include pruning and general cleanup.Benjamin Kramer
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-11Remove pointless classof()'s.Sean Silva
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek