summaryrefslogtreecommitdiffstats
path: root/pp-trace
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* [pp-trace] Update skipped source ranges in testsVedant Kumar2017-09-112-3/+5
* Update Append Argument to more efficiently traverse tokensErich Keane2017-06-151-10/+9
* Update callbacks tracker to match change in 305425Erich Keane2017-06-141-1/+1
* Fix API breaksDavid Blaikie2017-04-262-2/+4
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-2/+1
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-291-5/+11
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-171-5/+3
* Remove autoconf supportChris Bieneman2016-01-261-22/+0
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* Make a bunch of static arrays const.Craig Topper2015-10-182-17/+20
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-032-2/+2
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-032-2/+2
* Update for clang API change.Rafael Espindola2015-06-012-9/+8
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-122-3/+3
* Update to match clang r236404.Richard Smith2015-05-042-15/+37
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-2/+2
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-232-14/+14
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-252-29/+24
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-252-24/+29
* Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl2015-02-211-9/+2
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-201-2/+9
* 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
* Track clang changes from r210758Alp Toker2014-06-121-1/+1
* Prospective build fix following clang r210518Alp Toker2014-06-102-2/+2
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* 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
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-30/+30
* Add new 'remark' diagnostic typeTobias Grosser2014-02-281-3/+3
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+2
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-2/+3
* [CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi2013-12-091-4/+1
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-072-6/+12
* [extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...John Thompson2013-11-141-0/+1
* Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...John Thompson2013-11-121-2/+2
* [extra] pp-trace - Fixed problems found while writing docs.John Thompson2013-11-052-5/+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-315-0/+1144