Home
last modified time | relevance | path

Searched refs:terrible_idea (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp11 class terrible_idea : public non_derived_exception, public derived_exception {}; class
95 throw terrible_idea(); // Ok, but multiple inheritance isn't clean in allowed_throws()
98 throw terrible_idea(); // Ok, but multiple inheritance in allowed_throws()