2/2
ExceptionBaseclassCheck.cpp 11/12
hicpp-exception-baseclass.cpp
| | Authored by JonasToth on Jun 28 2018, 2:30 AM. Event TimelineThis revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | 34 lines | | | | 172 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
2bd1d1dd1f78 | e5fa36e840c9 | 3caa6d2356af 77ed1cd838a2 | Jonas Toth | Merge branch 'master' into fix_exception | Sep 17 2018, 6:52 AM | 3caa6d2356af | e3d2cc316949 | f951acfa46a9 fb402ea5e632 | Jonas Toth | Merge branch 'master' into fix_exception | Sep 11 2018, 7:31 AM | f951acfa46a9 | d47737f600bd | 05897fe08ad5 | Jonas Toth | use the global ASTMatchers for dependent expressions | Sep 10 2018, 12:19 PM | 05897fe08ad5 | 1bba3d2a6e9a | 18201b20a6b5 | Jonas Toth | [Fix] typedependant expressions are ignored | Sep 10 2018, 9:47 AM | 18201b20a6b5 | 0f2d9b154508 | d39fb4dc22dd | Jonas Toth | [Misc] improve matcher on uninstantiatedTempalte | Sep 10 2018, 7:29 AM | d39fb4dc22dd | b1f9593dcb1e | 37c8e4782d89 fc5164a15bf6 | Jonas Toth | Merge branch 'master' into fix_exception | Sep 10 2018, 4:47 AM | 37c8e4782d89 | c0c2973a8ac9 | 2fd004731f31 | Jonas Toth | [Misc] work on matcher to detect uninstantiated templates | Sep 10 2018, 3:54 AM | 2fd004731f31 | 14756082e125 | 00c3cba4cf8d 8765cc21f205 | Jonas Toth | Merge branch 'master' into fix_exception | Sep 9 2018, 1:10 PM | 00c3cba4cf8d | 4436957bc224 | eb277d8effee | Jonas Toth | [Misc] work on new matcher | Sep 9 2018, 1:07 PM | eb277d8effee | 1225d17ed0d3 | 7fc8ab12351b | Jonas Toth | [Misc] try resolving that unresolved callExpr | Sep 9 2018, 11:25 AM | 7fc8ab12351b | 44f6a057944f | 7974b3b40bc6 | Jonas Toth | work on more unresolved template expressions | Aug 30 2018, 1:41 AM | 7974b3b40bc6 | d05162d292d4 | 0ec6c4e07919 | Jonas Toth | improve the test readability for the templated exception factory | Aug 30 2018, 1:00 AM | 0ec6c4e07919 | 6dfe4f2e4a04 | c0d49369b0ca | Jonas Toth | fix outcommented check messages as well | Aug 30 2018, 12:52 AM | c0d49369b0ca | 081a6677cadb | 466b76a84fd2 | Jonas Toth | [Misc] migrate to CHECK-NOTES | Aug 29 2018, 7:21 AM | 466b76a84fd2 | b2699d29eb93 | 802a810c2d59 | Jonas Toth | [Test] use CHECK-NOTES again based on the fix in check_clang_tidy | Aug 28 2018, 1:57 PM | 802a810c2d59 | 2b88aeb42702 | 00c70abdc489 | Jonas Toth | [Fix] adjust the test cases to properly function now | Aug 28 2018, 1:39 PM | 00c70abdc489 | a8b48a60d97c | a0e39af31870 6a190314317a | Jonas Toth | Merge branch 'master' into fix_exception | Aug 28 2018, 12:32 PM | a0e39af31870 | 2273e02eccfb | 424f09a25c6f | Jonas Toth | [Misc] comment the matcher to better understand it | Aug 28 2018, 12:32 PM | 424f09a25c6f | f6698849c74a | 7803e4fddb18 88c38e8b734c | Jonas Toth | Merge branch 'master' into fix_exception | Aug 27 2018, 5:06 AM | 7803e4fddb18 | a2f6c245b29e | d8f9d15a58e9 d116df661111 | Jonas Toth | Merge branch 'master' into fix_exception | Aug 24 2018, 12:43 PM | d8f9d15a58e9 | b5955db3a25e | de8b52a2d906 c86f5b0c50fc | Jonas Toth | Merge branch 'master' into fix_exception | Aug 11 2018, 4:14 AM | de8b52a2d906 | 0f21559146c2 | 4d91c8ad7586 | Jonas Toth | add better diagnostics about template instantiated exception types | Aug 3 2018, 2:34 PM | 4d91c8ad7586 | e44b85242be7 | 7ce4ffb65803 | Jonas Toth | remove bad code snippet which was dead | Jun 28 2018, 2:32 AM | 7ce4ffb65803 | c4eceae66ad5 | b318ad0396e1 | Jonas Toth | [clang-tidy] fix PR37913, templated exception factory diagnosed correctly (Show More…) | Jun 28 2018, 2:27 AM |
|
This is a strange formulation where you have anyOf(..., anything()); can you explain why that's needed?