llvm-project/clang/test/Lexer/Inputs
Ken Matsui a1545f51a9 Warn if using `elifdef` & `elifndef` in not C2x & C++2b mode
This adds an extension warning when using the preprocessor conditionals
in a language mode they're not officially supported in, and an opt-in
warning for compatibility with previous standards.

Fixes #55306
Differential Revision: https://reviews.llvm.org/D125178
2022-05-12 09:26:44 -04:00
..
bad-header-guard-defined.h
bad-header-guard.h
case-insensitive-include.h
different-define.h
final-macro-system.h Emit final macro diagnostics in system headers 2021-11-11 13:51:26 -06:00
final-macro.h
good-header-guard.h
inc1.h
inc2.h
multiple.h
no-define.h
out-of-order-define.h
pedantic-macro-interplay.h
success.h
tokens-between-ifndef-and-define.h
unlikely-to-be-header-guard.h
unsafe-macro-2.h Warn if using `elifdef` & `elifndef` in not C2x & C++2b mode 2022-05-12 09:26:44 -04:00
unsafe-macro.h