summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/pp-trace/PPCallbacksTracker.h
Commit message (Expand)AuthorAgeFilesLines
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* 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-4/+4
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-121-1/+1
* Update to match clang r236404.Richard Smith2015-05-041-5/+8
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Prospective build fix following clang r210518Alp Toker2014-06-101-1/+1
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-30/+30
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-071-2/+2
* [extra] pp-trace - Fixed problems found while writing docs.John Thompson2013-11-051-3/+0
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-311-0/+240
OpenPOWER on IntegriCloud