summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/pp-trace/PPCallbacksTracker.h
Commit message (Collapse)AuthorAgeFilesLines
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
| | | | llvm-svn: 250641
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but ↵Yaron Keren2015-07-031-1/+1
| | | | | | now fails the bots. llvm-svn: 241335
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-1/+1
| | | | | | | | and std::move to avoid implicit std::string construction. Patch by Eugene Kosov. llvm-svn: 241330
* Update for clang API change.Rafael Espindola2015-06-011-4/+4
| | | | | | Patch by Косов Евгений. llvm-svn: 238775
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-121-1/+1
| | | | | | Patch thanks to Vladimir Voskresensky. llvm-svn: 237116
* Update to match clang r236404.Richard Smith2015-05-041-5/+8
| | | | llvm-svn: 236405
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | Summary: The patch is generated using clang-tidy misc-use-override check. This command was used: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \ -checks='-*,misc-use-override' -header-filter='llvm|clang' -j=32 -fix svn diff | clang-format-diff -i Reviewers: dblaikie Reviewed By: dblaikie Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D8927 llvm-svn: 234681
* Prospective build fix following clang r210518Alp Toker2014-06-101-1/+1
| | | | llvm-svn: 210521
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-30/+30
| | | | llvm-svn: 202632
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ↵John Thompson2013-12-071-2/+2
| | | | | | 3-state enum. llvm-svn: 196648
* [extra] pp-trace - Fixed problems found while writing docs.John Thompson2013-11-051-3/+0
| | | | llvm-svn: 194079
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-311-0/+240
llvm-svn: 193743
OpenPOWER on IntegriCloud