Go to file
Alexander Kornienko 08936e4740 [clang-tidy] New checker to replace dynamic exception specifications
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
2017-06-08 14:04:16 +00:00
clang Do not inherit default arguments for friend function in class template. 2017-06-08 06:31:19 +00:00
clang-tools-extra [clang-tidy] New checker to replace dynamic exception specifications 2017-06-08 14:04:16 +00:00
compiler-rt Mark the tsan strerror_r test as unsupported on Darwin 2017-06-07 21:10:35 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx XFAIL tuple deduction guide test on GCC 2017-06-08 08:03:35 +00:00
libcxxabi [libcxxabi] HandleLLVMOptions in out of tree build 2017-06-03 17:23:19 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Move fabricateDefaultCommands earlier. 2017-06-08 04:17:04 +00:00
lldb Fix backtrace of noreturn functions situated at the end of a module 2017-06-08 13:26:35 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm InferAddressSpaces: Avoid assertion failure with replacing identical 2017-06-08 13:20:55 +00:00
openmp Fix static initializers for locks. 2017-06-06 20:24:41 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00