Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -1/+1 |
| | | | | llvm-svn: 250641 | ||||
* | Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but ↵ | Yaron Keren | 2015-07-03 | 1 | -1/+1 |
| | | | | | | now fails the bots. llvm-svn: 241335 | ||||
* | Replace some const std::string & with llvm::StringRef or std::string | Yaron Keren | 2015-07-03 | 1 | -1/+1 |
| | | | | | | | | and std::move to avoid implicit std::string construction. Patch by Eugene Kosov. llvm-svn: 241330 | ||||
* | Update for clang API change. | Rafael Espindola | 2015-06-01 | 1 | -4/+4 |
| | | | | | | Patch by Косов Евгений. llvm-svn: 238775 | ||||
* | Fix misleading parameter name for PPCallbacks::FileSkipped. | Nikola Smiljanic | 2015-05-12 | 1 | -1/+1 |
| | | | | | | Patch thanks to Vladimir Voskresensky. llvm-svn: 237116 | ||||
* | Update to match clang r236404. | Richard Smith | 2015-05-04 | 1 | -5/+8 |
| | | | | llvm-svn: 236405 | ||||
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -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 r210518 | Alp Toker | 2014-06-10 | 1 | -1/+1 |
| | | | | llvm-svn: 210521 | ||||
* | [C++11] Replace LLVM_OVERRIDE with 'override' | Craig Topper | 2014-03-02 | 1 | -30/+30 |
| | | | | llvm-svn: 202632 | ||||
* | Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ↵ | John Thompson | 2013-12-07 | 1 | -2/+2 |
| | | | | | | 3-state enum. llvm-svn: 196648 | ||||
* | [extra] pp-trace - Fixed problems found while writing docs. | John Thompson | 2013-11-05 | 1 | -3/+0 |
| | | | | llvm-svn: 194079 | ||||
* | pp-trace - preprocessor tacing and PPCallbacks testing tool | John Thompson | 2013-10-31 | 1 | -0/+240 |
llvm-svn: 193743 |