aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/pp-trace
AgeCommit message (Expand)AuthorFilesLines
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-2/+2
2020-03-11Avoid including FileManager.h from SourceManager.hReid Kleckner1-0/+1
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-3/+3
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny1-1/+1
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny1-1/+1
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko1-1/+4
2019-08-27Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2-3/+3
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko2-30/+30
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-03-25[pp-trace] Use ClangTool in pp-trace, NFCHaojian Wu1-10/+17
2019-03-25[pp-trace] Try fixing MSVC C2248 after rCTE356849Fangrui Song1-2/+2
2019-03-25Add llvm:: qualifer to make_unique, NFCHaojian Wu1-3/+3
2019-03-24[pp-trace] Delete redundant clang::Fangrui Song2-103/+86
2019-03-24[pp-trace] Wrap code in clang::pp_traceFangrui Song3-103/+89
2019-03-24[pp-trace] Modernize the codeFangrui Song1-113/+53
2019-03-18[pp-trace] Delete -ignore and add a new option -callbacksFangrui Song3-52/+56
2019-03-14Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner2-0/+19
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth3-12/+9
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song1-0/+1
2018-09-18[pp-trace] Remove unused using directivesFangrui Song1-3/+0
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2-2/+3
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2-3/+2
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2-2/+3
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev1-2/+2
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev1-2/+2
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-2/+2
2017-09-11[pp-trace] Update skipped source ranges in testsVedant Kumar2-3/+5
2017-06-15Update Append Argument to more efficiently traverse tokensErich Keane1-10/+9
2017-06-14Update callbacks tracker to match change in 305425Erich Keane1-1/+1
2017-04-26Fix API breaksDavid Blaikie2-2/+4
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-2/+1
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko1-5/+11
2016-03-17Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko1-5/+3
2016-01-26Remove autoconf supportChris Bieneman1-22/+0
2015-10-20Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie1-1/+1
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez1-1/+1
2015-10-18Make a bunch of static arrays const.Craig Topper2-17/+20
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2-2/+2
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2-2/+2
2015-06-01Update for clang API change.Rafael Espindola2-9/+8
2015-05-12Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2-3/+3
2015-05-04Update to match clang r236404.Richard Smith2-15/+37
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2-2/+2
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer2-14/+14
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2-29/+24
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl2-24/+29
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl1-9/+2
2015-02-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl1-2/+9