summaryrefslogtreecommitdiff
path: root/clang-tools-extra/pp-trace
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer2022-12-202-5/+4
* Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek2022-12-182-10/+7
* [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek2022-12-172-7/+10
* [pp-trace] Print HashLoc in InclusionDirective callbackCHIANG, YU-HSUN (Tommy Chiang, oToToT)2022-06-031-0/+1
* [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda2022-04-142-7/+13
* [clang][lex] Remove `PPCallbacks::FileNotFound()`Jan Svoboda2022-02-152-12/+0
* [clang] Let PPCallbacks::PragmaWarning() pass specifier as enum instead of st...Nico Weber2021-09-282-3/+9
* Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFCFangrui Song2021-07-291-1/+1
* [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan2021-04-061-1/+1
* [clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki2020-04-051-2/+2
* Avoid including FileManager.h from SourceManager.hReid Kleckner2020-03-111-0/+1
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-3/+3
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-1/+1
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-041-1/+1
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+4
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-272-3/+3
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-222-30/+30
* [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-242-103/+86
* [pp-trace] Wrap code in clang::pp_traceFangrui Song2019-03-243-103/+89
* [pp-trace] Modernize the codeFangrui Song2019-03-241-113/+53
* [pp-trace] Delete -ignore and add a new option -callbacksFangrui Song2019-03-183-52/+56
* Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner2019-03-142-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* [pp-trace] Remove unused using directivesFangrui Song2018-09-181-3/+0
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-102-2/+3
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-092-3/+2
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-092-2/+3
* 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
* [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