We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07376a commit a0d79d8Copy full SHA for a0d79d8
clang-tools-extra/test/clang-tidy/bugprone-infinite-loop.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %check_clang_tidy %s bugprone-infinite-loop %t
+// RUN: %check_clang_tidy %s bugprone-infinite-loop %t -- -- -fexceptions
2
3
void simple_infinite_loop1() {
4
int i = 0;
0 commit comments