llvm-project/compiler-rt/test
David Blaikie aee4925507 Recommit: Compress formatting of array type names (int [4] -> int[4])
Based on post-commit review discussion on
2bd8493847 with Richard Smith.

Other uses of forcing HasEmptyPlaceHolder to false seem OK to me -
they're all around pointer/reference types where the pointer/reference
token will appear at the rightmost side of the left side of the type
name, so they make nested types (eg: the "int" in "int *") behave as
though there is a non-empty placeholder (because the "*" is essentially
the placeholder as far as the "int" is concerned).

This was originally committed in 277623f4d5

Reverted in f9ad1d1c77 due to breakages
outside of clang - lldb seems to have some strange/strong dependence on
"char [N]" versus "char[N]" when printing strings (not due to that name
appearing in DWARF, but probably due to using clang to stringify type
names) that'll need to be addressed, plus a few other odds and ends in
other subprojects (clang-tools-extra, compiler-rt, etc).
2021-10-21 11:34:43 -07:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [NFC][asan] Speedup uar_signals.cpp test 2021-10-14 17:05:19 -07:00
builtins [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
cfi [compiler-rt] -fsanitize=cfi is not supported on Darwin 2021-03-17 13:28:42 -07:00
crt [CRT][LIT] split target_cflags using shlex 2021-08-19 21:44:20 -04:00
dfsan [DFSan] Fix flakey release_shadow_space.c accounting for Origin chains. 2021-10-11 00:35:12 -07:00
fuzzer [compiler-rt][fuzzer] Re-enable flags test on AArch64 Linux 2021-10-08 08:55:22 +00:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan [HWASan] Use tagged-globals feature on x86. 2021-10-19 05:56:50 -07:00
interception [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lsan [compiler-rt][lsan] Add backup AArch64 register for use_registers test 2021-10-06 09:45:53 +01:00
memprof [NFC][sanitizer] Remove %stdcxx11 2021-10-14 16:47:43 -07:00
msan [msan] Print both shadow and user address 2021-10-07 17:56:46 -07:00
orc [test][ORC-RT] Disable x86_64 tests when target arch does not match 2021-10-21 10:01:23 -07:00
profile [NFC][compiler-rt][profile] Remove non-Posix -h option from test 2021-10-14 15:08:38 +00:00
safestack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
sanitizer_common [Sanitizers] intercept md5 and sha* apis on FreeBSD. 2021-10-06 06:01:50 +01:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
tsan Fix another test not using the standard separator for sanitizer options. 2021-10-15 00:20:34 -07:00
ubsan Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray Fix xray fdr mode to allow multiple flushes 2021-02-10 12:57:24 +11:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt [ORC-RT] Add target dependencies to ORC-RT regression tests. 2021-09-28 22:08:47 -07:00
lit.common.cfg.py [compiler-rt][test] Add shared_unwind requirement 2021-10-06 11:10:36 -07:00
lit.common.configured.in [compiler-rt][test] Add shared_unwind requirement 2021-10-06 11:10:36 -07:00