aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Edit
AgeCommit message (Expand)Author
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis
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