aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/Rewrite/FrontendActions.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-26When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith1-0/+2
2017-06-20Turn off "disable free" mode when preprocessing imported module files inRichard Smith1-0/+1
2017-06-19Support non-identifier module names when preprocessing modules.Richard Smith1-1/+10
2017-06-09Add -frewrite-imports flag.Richard Smith1-14/+104
2017-06-09Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith1-2/+1
2017-06-01Escape filenames in module map line marker directives, to unbreak Windows bui...Richard Smith1-2/+5
2017-05-05Add support for building modules from preprocessed source.Richard Smith1-0/+12
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-07-15Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne1-12/+17
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer1-2/+3
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer1-5/+4
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-09-09Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis1-1/+1
2015-06-17[fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner1-2/+3
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-7/+7
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-7/+7
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-7/+7
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-0/+196