aboutsummaryrefslogtreecommitdiff
path: root/pp-trace
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-09-18[pp-trace] Remove unused using directivesFangrui Song
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-11[pp-trace] Update skipped source ranges in testsVedant Kumar
2017-06-15Update Append Argument to more efficiently traverse tokensErich Keane
2017-06-14Update callbacks tracker to match change in 305425Erich Keane
2017-04-26Fix API breaksDavid Blaikie
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-03-17Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko
2016-01-26Remove autoconf supportChris Bieneman
2015-10-20Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren
2015-06-01Update for clang API change.Rafael Espindola
2015-05-12Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic
2015-05-04Update to match clang r236404.Richard Smith
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl
2015-02-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl
2014-09-10Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper
2014-08-25Update for LLVM api changeRafael Espindola
2014-08-10Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie
2014-07-24Plug memory leaks.Benjamin Kramer
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-06-12Track clang changes from r210758Alp Toker
2014-06-10Prospective build fix following clang r210518Alp Toker
2014-06-09[C++11] Use 'nullptr'.Craig Topper
2014-06-04Remove inclusions of LLVM's private config.hAlp Toker
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-03-02[C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper
2014-02-28Add new 'remark' diagnostic typeTobias Grosser
2014-02-24Update for llvm api change.Rafael Espindola
2014-02-24Update for llvm api change.Rafael Espindola
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-12-09[CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi
2013-12-07Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson