aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Edit/EditedSource.h
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-06Just use memcpy directly, uninitialized_copy requires an <algorithm> include.Benjamin Kramer
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek