summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-3/+3
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-2/+2
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [pp-trace] Delete redundant clang::Fangrui Song2019-03-241-100/+83
* [pp-trace] Wrap code in clang::pp_traceFangrui Song2019-03-241-2/+6
* [pp-trace] Delete -ignore and add a new option -callbacksFangrui Song2019-03-181-3/+10
* Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner2019-03-141-0/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+1
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-1/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+1
* [pp-trace] Update skipped source ranges in testsVedant Kumar2017-09-111-2/+3
* 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-261-1/+2
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-171-5/+3
* 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-181-16/+19
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-031-1/+1
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-1/+1
* Update for clang API change.Rafael Espindola2015-06-011-5/+4
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-121-2/+2
* Update to match clang r236404.Richard Smith2015-05-041-10/+29
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-4/+2
* Track clang changes from r210758Alp Toker2014-06-121-1/+1
* Prospective build fix following clang r210518Alp Toker2014-06-101-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Add new 'remark' diagnostic typeTobias Grosser2014-02-281-3/+3
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-071-4/+10
* [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-051-2/+2
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-311-0/+629
OpenPOWER on IntegriCloud