summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud