| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Use -fexceptions explicitly in the tests that need exceptions. | Alexander Kornienko | 2017-06-08 | 1 | -1/+1 |
| | | | | | | | This should fix relevant buildbot breakages. llvm-svn: 305024 | ||||
| * | [clang-tidy] New checker to replace dynamic exception specifications | Alexander Kornienko | 2017-06-08 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: New checker to replace dynamic exception specifications This is an alternative to D18575 which relied on reparsing the decl to find the location of dynamic exception specifications, but couldn't deal with preprocessor conditionals correctly without reparsing the entire file. This approach uses D20428 to find dynamic exception specification locations and handles all cases correctly. Reviewers: aaron.ballman, alexfh Reviewed By: aaron.ballman, alexfh Subscribers: xazax.hun, mgehre, malcolm.parsons, mgorny, JDevlieghere, cfe-commits, Eugene.Zelenko, etienneb Patch by Don Hinton! Differential Revision: https://reviews.llvm.org/D20693 llvm-svn: 304977 | ||||
| * | Revert "Implement a new clang-tidy check that suggests users replace dynamic ↵ | Diana Picus | 2017-01-27 | 1 | -36/+0 |
| | | | | | | | | | | exception specifications with noexcept exception specifications." This reverts commit r293217, its follow-up 293218 and part of 293234 because it broke all bots that build clang-tools-extra. llvm-svn: 293267 | ||||
| * | Implement a new clang-tidy check that suggests users replace dynamic ↵ | Aaron Ballman | 2017-01-26 | 1 | -0/+36 |
| exception specifications with noexcept exception specifications. Patch by Don Hinton. llvm-svn: 293217 | |||||

