llvm-capstone/clang/test/Lexer
Aaron Ballman 9c4ade0623 [C23] Rename C2x->C23 in diagnostics
This renames C2x to C23 in diagnostic identifiers and messages. The
changes were made mechanically.
2023-08-11 08:42:01 -04:00
..
Inputs [C23] Rename C2x->C23 in diagnostics 2023-08-11 08:42:01 -04:00
11-27-2007-FloatLiterals.c
aligned-allocation.cpp
asm-preproc-no-unicode.s
badstring_in_if0.c
bcpl-escaped-newline.c
bitint-constants-compat.c [C23] Rename C2x->C23 in diagnostics 2023-08-11 08:42:01 -04:00
bitint-constants.c [X86][clang] Lift _BitInt() supported max width. 2022-12-06 11:02:27 +08:00
block_cmt_end.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
builtin_redef.c [Lex] Warn when defining or undefining any builtin macro 2023-05-25 11:55:44 +01:00
c2x_digit_separators.c
c90.c
case-insensitive-include-ms.c
case-insensitive-include-pr31836.sh
case-insensitive-include-win.c [lit][clang] Avoid realpath on Windows due to MAX_PATH limitations 2023-08-01 11:00:27 -07:00
case-insensitive-include.c
case-insensitive-system-include.c
char8_t.cpp
char-escapes-delimited.c [clang] Use -std=c++23 instead of -std=c++2b 2023-05-04 19:19:52 +02:00
char-escapes.c [clang][Interp] Implement String- and CharacterLiterals 2022-10-28 15:05:21 +02:00
char-literal-encoding-error.c
char-literal.cpp [Clang] Correctly handle $, @, and ` when represented as UCN 2023-07-12 08:03:23 +02:00
comment-escape.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
comment-invalid-utf8.c
comment-utf8.c
conflict-marker.c
constants.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
coroutines.cpp [Coroutines] Remove -fcoroutines-ts 2023-02-23 14:40:58 +08:00
counter.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
cross-windows-on-linux-default.cpp
cross-windows-on-linux.cpp
cxx0x_keyword_as_cxx98.cpp
cxx0x_raw_string_delim_length.cpp
cxx0x_raw_string_directives.cpp
cxx0x_raw_string_unterminated.cpp
cxx1y_binary_literal.cpp
cxx1y_digit_separators.cpp
cxx1z-trigraphs.cpp
cxx2a_keyword_as_cxx17.cpp
cxx2a-spaceship.cpp
cxx-features.cpp [Clang] Implement P2169 A nice placeholder with no name 2023-08-04 16:51:15 +02:00
deprecate-macro.c [C23] Rename C2x->C23 in diagnostics 2023-08-11 08:42:01 -04:00
digraph.c
dollar-idents.c
eof-char.c
eof-conflict-marker.c
eof-file.c
eof-include.c
eof-number.c
eof-string.c
escape_newline.c
final-macro.c
gnu-flags.c
half-literal.cpp
has_attribute_objc_boxable.m
has_extension_cxx.cpp [clang] Add __has_extension () for C++11 features 2023-07-03 10:15:40 -04:00
has_extension.c [C] Support _Generic expressions with a type operand 2023-06-05 11:09:58 -04:00
has_feature_address_sanitizer.cpp
has_feature_boxed_nsvalue_expressions.m
has_feature_c1x.c
has_feature_coverage_sanitizer.cpp
has_feature_cxx0x.cpp
has_feature_cxx_abi_relative_vtable.cpp
has_feature_exceptions.cpp
has_feature_experimental_library.cpp
has_feature_leak_sanitizer.cpp
has_feature_memory_sanitizer.cpp
has_feature_memtag.cpp
has_feature_modules.m
has_feature_objc_arc.m
has_feature_rtti.cpp
has_feature_speculative_load_hardening.cpp
has_feature_thread_sanitizer.cpp
has_feature_type_traits.cpp
has_feature_undefined_behavior_sanitizer.cpp
has_feature_xray_instrument.cpp
has_feature.cu
header.cpp [clang] Show line numbers in diagnostic code snippets 2023-05-31 07:26:03 +02:00
hexfloat.cpp
keywords_test.c [C23] Rename C2x->C23 in diagnostics 2023-08-11 08:42:01 -04:00
keywords_test.cpp Diagnosing the Future Keywords 2022-08-26 09:20:05 -04:00
long-long.cpp
minimize_source_to_dependency_directives_at_import_extra_tokens.m
minimize_source_to_dependency_directives_at_import_missing_semi.m
minimize_source_to_dependency_directives_include.c
minimize_source_to_dependency_directives_invalid_error.c
minimize_source_to_dependency_directives_invalid_macro_name.c
minimize_source_to_dependency_directives_pragmas.c
minimize_source_to_dependency_directives_utf8bom.c
ms-compatibility.c
ms-extensions.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
ms-extensions.cpp
msdos-cpm-eof.c
multi-char-constants.c
multiple-include.c
newline-eof-c++98-compat.cpp
newline-eof.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
newline-nul.c
null-character-in-literal.c
numeric-literal-trash.c
objc_macros.m
opencl-half-literal.cl
pedantic-macro-interplay.c
pragma-mark.c
pragma-message2.c
pragma-message.c
pragma-operators.cpp Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
pragma-region.c
preamble2.c
preamble.c
rdar-8914293.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
rdr-6096838-2.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
rdr-6096838.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
size_t-literal.cpp [clang] Use -std=c++23 instead of -std=c++2b 2023-05-04 19:19:52 +02:00
SourceLocationsOverflow.c When we run out of source locations, try to produce useful information 2022-11-16 14:36:16 -08:00
string_concat.cpp
string-literal-encoding.c
string-literal-errors.cpp [clang] Show line numbers in diagnostic code snippets 2023-05-31 07:26:03 +02:00
token-concat.c
token-concat.cpp
unicode-strings.c
unicode.c [C2x] Support -std=c23 and -std=gnu23 2023-08-10 13:57:40 -04:00
unknown-char.c
unsafe-macro.c
update_consecutive_macro_address_space.c [Lex] Bring back the magic number 50 in updateConsecutiveMacroArgTokens. 2022-10-26 12:03:21 +02:00
update_consecutive_macro_crash.cpp [Lex] Fix a crash in updateConsecutiveMacroArgTokens. 2023-02-22 10:16:02 +01:00
utf8-char-literal.cpp [C2x] Support -std=c23 and -std=gnu23 2023-08-10 13:57:40 -04:00
utf8-invalid.c
utf-16.c Revert "Remove rdar links; NFC" 2023-07-17 18:08:04 -07:00
utf-16.c.txt
warn_binary_literals.cpp
warn-date-time.c
wchar-signedness.c
wchar.c