llvm-project/clang/test
Christopher Di Bella e9a902c7f7 Revert "Revert "Revert "[clang][pp] adds '#pragma include_instead'"""
> Includes regression test for problem noted by @hans.
> is reverts commit 973de71.
>
> Differential Revision: https://reviews.llvm.org/D106898

Feature implemented as-is is fairly expensive and hasn't been used by
libc++. A potential reimplementation is possible if libc++ become
interested in this feature again.

Differential Revision: https://reviews.llvm.org/D123885
2022-04-22 16:37:20 +00:00
..
APINotes
ARCMT [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
AST Reland "[AST] Add a new TemplateKind for template decls found via a using decl."" 2022-04-14 11:04:55 +02:00
ASTMerge Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
Analysis Treat `std::move`, `forward`, etc. as builtins. 2022-04-20 17:58:31 -07:00
CXX [C++20] [Modules] Judge current module correctly 2022-04-21 11:09:55 +08:00
ClangScanDeps [clang][deps] Ensure deterministic filename case 2022-04-08 09:18:00 +02:00
CodeCompletion Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
CodeGen [x86] Support 3 builtin functions for 32-bits mode 2022-04-22 11:28:28 +08:00
CodeGenCUDA [CUDA][HIP] Fix gpu.used.external 2022-04-18 23:10:31 -04:00
CodeGenCUDASPIRV [Driver][test] Remove unused/obsoleted REQUIRES: clang-driver 2022-04-12 13:29:46 -07:00
CodeGenCXX Bug 51277: [DWARF] DW_AT_alignment incorrect when 2022-04-22 12:15:00 +01:00
CodeGenCoroutines [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
CodeGenHIP [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
CodeGenHLSL Add clang DirectX target support 2022-03-28 15:00:50 -05:00
CodeGenObjC [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
CodeGenObjCXX [test] Remove various legacy pass manager tests 2022-04-11 14:02:17 -07:00
CodeGenOpenCL [Clang] Add -no-opaque-pointers to more tests (NFC) 2022-04-07 12:53:29 +02:00
CodeGenOpenCLCXX [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
CodeGenSYCL [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
Coverage [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
CoverageMapping Revert "[InstrProfiling] No runtime hook for unused funcs" 2022-04-06 01:41:44 +00:00
Driver [C++20][Modules][Driver][HU 2/N] Add fmodule-header, fmodule-header= 2022-04-22 14:14:19 +01:00
ExtractAPI [clang][extract-api] Add support for true anonymous enums 2022-04-12 20:42:17 +01:00
FixIt [C89/C2x] Improve diagnostics around strict prototypes in C 2022-04-08 16:19:58 -04:00
Format [clang-format] Allow empty .clang-format file 2022-04-12 21:20:54 -07:00
Frontend Revert "[clang][safestack] Remove triple from stack usage test" 2022-04-21 22:47:56 +00:00
Headers [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Import [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Index [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
Integration Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
InterfaceStubs Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
Interpreter
Layout
Lexer [clang][lexer] Allow u8 character literal prefixes in C2x 2022-04-19 09:57:51 +02:00
LibClang
Misc [cc1as] Add support for emitting the build version load command for -darwin-target-variant 2022-04-22 08:38:07 -04:00
Modules [C++20] [Modules] Judge current module correctly 2022-04-21 11:09:55 +08:00
OpenMP [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
PCH Revert "Revert "Revert "[clang][pp] adds '#pragma include_instead'""" 2022-04-22 16:37:20 +00:00
Parser [C2x] Disallow functions without prototypes/functions with identifier lists 2022-04-20 13:28:15 -04:00
ParserHLSL [HLSL] Add Semantic syntax, and SV_GroupIndex 2022-04-14 10:21:58 -05:00
ParserSYCL
Preprocessor Revert "Revert "Revert "[clang][pp] adds '#pragma include_instead'""" 2022-04-22 16:37:20 +00:00
Profile [misexpect] Re-implement MisExpect Diagnostics 2022-04-19 21:23:48 +00:00
Refactor Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
Rewriter [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
Sema Reland "[COFF, ARM64] Add __break intrinsic" 2022-04-20 13:01:30 -07:00
SemaCUDA [CUDA][HIP] Fix delete operator for -fopenmp 2022-04-19 14:28:03 -04:00
SemaCXX Use builtin recognition to detect std::move / std::forward. 2022-04-21 14:21:07 -07:00
SemaHLSL [HLSL] Add shader attribute 2022-04-20 23:46:43 -07:00
SemaObjC [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
SemaObjCXX Revert "[clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable""." 2022-03-23 04:54:00 -07:00
SemaOpenCL [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
SemaOpenCLCXX
SemaSYCL [SYCL] Disallow explicit casts between mismatching address spaces 2022-02-07 11:57:30 +03:00
SemaTemplate [Clang][Sema] Prohibit statement expression in the default argument 2022-04-06 09:28:20 +08:00
TableGen
Templight
Tooling
Unit Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00
VFS [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
clang-rename
utils/update_cc_test_checks [Clang] Add -no-opaque-pointers to more tests (NFC) 2022-04-07 12:53:29 +02:00
.clang-format
CMakeLists.txt [Driver] Change CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL to affect driver default instead of cc1 default 2022-04-13 16:58:00 -07:00
TestRunner.sh
lit.cfg.py [OpenMP] Add better testing for the linker wrapper 2022-04-19 18:37:09 -04:00
lit.site.cfg.py.in [Driver] Change CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL to affect driver default instead of cc1 default 2022-04-13 16:58:00 -07:00