summaryrefslogtreecommitdiffstats
path: root/include/clang/Rewrite/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-17/+17
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-271-17/+20
* Add -frewrite-imports flag.Richard Smith2017-06-091-0/+4
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-3/+4
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-222-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-222-2/+2
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-171-1/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-134-9/+9
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-102-20/+20
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-172-20/+20
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-172-20/+20
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-152-17/+17
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-2/+0
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-081-1/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-014-0/+296