summaryrefslogtreecommitdiffstats
path: root/include/clang/Rewrite/Frontend/FrontendActions.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Add -frewrite-imports flag.Richard Smith2017-06-091-0/+4
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-6/+6
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-6/+6
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-6/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-14/+14
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-0/+83