llvm-project/clang/test
Puyan Lotfi 79e345fbcc [clang][IFS] Adds support for more decl types in clang interface stubs.
Adding support for processing the following Decls: NonTypeTemplateParmDecl,
CXXConversionDecl, UnresolvedUsingValueDecl, UsingDecl, UsingShadowDecl,
TypeAliasTemplateDecl, TypeAliasDecl, VarTemplateDecl,
VarTemplateSpecializationDecl, UsingDirectiveDecl, TemplateTemplateParmDecl,
ClassTemplatePartialSpecializationDecl, IndirectFieldDecl.

Also, this allows for processing NamedDecls that don't have an identifier and
skips over VarDecls that are dependent on template types.

Differential Revision: https://reviews.llvm.org/D69995
2019-11-08 20:27:25 -05:00
..
ARCMT
AST Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. 2019-11-08 08:23:22 -08:00
ASTMerge [clang] Make handling of unnamed template params similar to function params 2019-10-01 14:08:51 +00:00
Analysis Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. 2019-11-08 08:23:22 -08:00
CXX [Sema] Fixes templated friend member assertion 2019-11-05 21:46:42 +01:00
ClangScanDeps [clang][ScanDeps] Fix issue with multiple commands with the same input. 2019-10-31 14:22:01 -07:00
CodeCompletion [CodeComplete] Ensure object is the same in compareOverloads() 2019-10-04 08:10:27 +00:00
CodeGen [clang] Add VFS support for sanitizers' blacklists 2019-11-08 10:58:50 -08:00
CodeGenCUDA [HIP] Fix visibility for 'extern' device variables. 2019-11-05 14:19:32 -05:00
CodeGenCXX Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood" 2019-11-07 10:30:07 +01:00
CodeGenCoroutines Remove unreachable blocks before splitting a coroutine. 2019-08-14 03:54:13 +00:00
CodeGenObjC Debug Info: Nest Objective-C property function decls inside their container. 2019-11-08 15:14:00 -08:00
CodeGenObjCXX [c++20] Implement semantic restrictions for C++20 designated 2019-08-30 22:52:55 +00:00
CodeGenOpenCL [OpenCL] Add builtin function attribute handling 2019-11-05 10:26:47 +00:00
CodeGenOpenCLCXX [OpenCL] Fix FileCheck pattern 2019-11-04 15:08:53 +00:00
Coverage
CoverageMapping Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings" 2019-10-28 14:40:17 -07:00
Driver Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1"" 2019-11-08 14:28:30 -08:00
FixIt [c++20] P1143R2: Add support for the C++20 'constinit' keyword. 2019-09-04 20:30:37 +00:00
Format [clang-format] Proposal for clang-format to give compiler style warnings 2019-10-13 14:51:45 +00:00
Frontend Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1"" 2019-11-08 14:28:30 -08:00
Headers [Headers] Fix compatibility between arm_acle.h and intrin.h 2019-10-29 14:52:56 -07:00
Import [ASTImporter] Add support for BuiltinTemplateDecl 2019-10-30 14:53:35 +01:00
Index [clang] Make handling of unnamed template params similar to function params 2019-10-01 14:08:51 +00:00
Integration
InterfaceStubs [clang][IFS] Adds support for more decl types in clang interface stubs. 2019-11-08 20:27:25 -05:00
Layout
Lexer Mark P0784R7 as complete and start defining its feature-test macro. 2019-10-03 00:39:37 +00:00
Misc [mips] Add `octeon+` to the list of CPUs accepted by the driver 2019-11-07 13:58:50 +03:00
Modules [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. 2019-10-21 22:51:13 +00:00
OpenMP [OPENMP50]Simplify processing of context selector scores. 2019-11-05 15:59:22 -05:00
PCH PCH debug info: Avoid appending the source directory to an absolute path 2019-10-21 16:44:37 +00:00
Parser [c++2a] Allow comparison functions to be explicitly defaulted. 2019-10-22 18:16:17 -07:00
Preprocessor [mips] Set macros for Octeon+ CPU 2019-11-07 13:58:51 +03:00
Profile Update clang tests for new LLVM IR backslash printing in r374415 2019-10-10 18:36:41 +00:00
Refactor [Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy 2019-08-14 13:37:39 +00:00
Rewriter
Sema [SEH] Defer checking filter expression types until instantiaton 2019-11-07 14:52:04 -08:00
SemaCUDA [CUDA][HIP} Add a test for constexpr default ctor 2019-10-11 02:43:28 +00:00
SemaCXX Revert "Reapply "Fix crash on switch conditions of non-integer types in templates"" 2019-11-08 14:18:15 -08:00
SemaObjC Fix two typos in one test name, three days before its 10th birthday! (NFC) 2019-11-08 09:03:46 -08:00
SemaObjCXX [ObjC] Diagnose implicit type coercion from ObjC 'Class' to object 2019-10-17 15:27:04 +00:00
SemaOpenCL [OpenCL] Add integer builtin functions 2019-11-07 14:59:33 +00:00
SemaOpenCLCXX Quote the token being diagnosed for C11 extensions. 2019-08-27 13:47:51 +00:00
SemaTemplate Revert "Reapply "Fix crash on switch conditions of non-integer types in templates"" 2019-11-08 14:18:15 -08:00
TableGen
Templight
Tooling Prefer 'env not' over 'not env' in tests. 2019-10-14 01:41:56 +00:00
Unit
VFS Switch "windows" to "system-windows" in some XFAILs 2019-09-12 11:19:12 +00:00
clang-rename [clang-rename] Fix a crash when renaming a class without definition. 2019-10-04 14:09:31 +00:00
.clang-format
CMakeLists.txt [clang] Add llvm-ifs in test deps 2019-10-08 20:23:24 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Revert "[analyzer] Add test directory for scan-build." 2019-11-05 14:03:36 -08:00
lit.site.cfg.py.in Improve behavior in the case of stack exhaustion. 2019-08-26 18:18:07 +00:00
make_test_dirs.pl