summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/Rewrite/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith2017-06-261-0/+2
* Turn off "disable free" mode when preprocessing imported module files inRichard Smith2017-06-201-0/+1
* Support non-identifier module names when preprocessing modules.Richard Smith2017-06-191-1/+10
* Add -frewrite-imports flag.Richard Smith2017-06-091-14/+104
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* Escape filenames in module map line marker directives, to unbreak Windows bui...Richard Smith2017-06-011-2/+5
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-0/+12
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-12/+17
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-5/+4
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis2015-09-091-1/+1
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-171-2/+3
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-7/+7
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-7/+7
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-7/+7
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+196