summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/test/indentation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/test/indentation.cxx')
-rw-r--r--compilerplugins/clang/test/indentation.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/compilerplugins/clang/test/indentation.cxx b/compilerplugins/clang/test/indentation.cxx
index 71b8c6f61e5a..1c57c6ceea98 100644
--- a/compilerplugins/clang/test/indentation.cxx
+++ b/compilerplugins/clang/test/indentation.cxx
@@ -7,8 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "config_clang.h"
-
int foo();
int foo2(int);
@@ -94,12 +92,10 @@ void attr() {
foo();
}
-#if CLANG_VERSION >= 100000
void attr_bad() {
[[maybe_unused]] int i = foo(); // expected-note {{measured against this one [loplugin:indentation]}}
foo(); // expected-error {{statement mis-aligned compared to neighbours [loplugin:indentation]}}
}
-#endif
void xxx();
void test5(bool x)