summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/pp-trace/PPTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+4
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [pp-trace] Use ClangTool in pp-trace, NFCHaojian Wu2019-03-251-10/+17
* [pp-trace] Try fixing MSVC C2248 after rCTE356849Fangrui Song2019-03-251-2/+2
* Add llvm:: qualifer to make_unique, NFCHaojian Wu2019-03-251-3/+3
* [pp-trace] Delete redundant clang::Fangrui Song2019-03-241-3/+3
* [pp-trace] Wrap code in clang::pp_traceFangrui Song2019-03-241-13/+12
* [pp-trace] Modernize the codeFangrui Song2019-03-241-113/+53
* [pp-trace] Delete -ignore and add a new option -callbacksFangrui Song2019-03-181-45/+35
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [pp-trace] Remove unused using directivesFangrui Song2018-09-181-3/+0
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+2
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-2/+2
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-2/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-10/+12
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-251-25/+22
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-251-22/+25
* Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper2014-09-101-1/+2
* Update for LLVM api changeRafael Espindola2014-08-251-5/+4
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-3/+4
* Plug memory leaks.Benjamin Kramer2014-07-241-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+4
* Remove inclusions of LLVM's private config.hAlp Toker2014-06-041-1/+0
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-2/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+2
* Delete unused private field to fix -Werror buildAlexey Samsonov2013-10-311-3/+0
* Fix comment. pp-trace can only handle source file at a time.John Thompson2013-10-311-1/+1
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-311-0/+235
OpenPOWER on IntegriCloud