llvm-capstone/clang/test
Jamie Schmeiser 136ced498b When vector is found as a type or non-type id, check if it is really the altivec vector token.
Summary:
Call TryAltiVecVectorToken when an identifier is seen in the parser before
annotating the token.  This checks the next token where necessary to ensure
that vector is properly handled as the altivec token.

Author: Jamie Schmeiser <schmeise@ca.ibm.com>
Reviewed By: ZarkoCA (Zarko Todorovski)
Differential Revision: https://reviews.llvm.org/D100991
2021-05-20 12:39:04 -04:00
..
Analysis [analyzer] Check the checker name, rather than the ProgramPointTag when silencing a checker 2021-05-19 12:40:09 +02:00
APINotes
ARCMT
AST Fix null ptr crash dumping TemplateTemplateParmDecl 2021-04-24 12:28:10 -04:00
ASTMerge
clang-rename
ClangScanDeps Reapply "[clang][deps] Support inferred modules" 2021-05-20 12:41:52 +02:00
CodeCompletion [clang][PreProcessor] Cutoff parsing after hitting completion point 2021-05-10 11:24:27 +02:00
CodeGen [CodeGen][AArch64][SVE] Canonicalize intrinsic rdffr{ => _z} 2021-05-20 16:22:50 +00:00
CodeGenCoroutines Return "[CGCall] Annotate this argument with alignment" 2021-05-13 20:33:14 +03:00
CodeGenCUDA -fno-semantic-interposition: Don't set dso_local on GlobalVariable 2021-05-19 16:08:28 -07:00
CodeGenCXX [DebugInfo][test] Check specific func name to ignore codegen differences 2021-05-18 14:03:27 +00:00
CodeGenHIP
CodeGenObjC Reapply [CaptureTracking] Do not check domination 2021-05-16 15:46:31 +02:00
CodeGenObjCXX Return "[CGCall] Annotate this argument with alignment" 2021-05-13 20:33:14 +03:00
CodeGenOpenCL [OpenCL] Drop pragma handling for extension types/decls. 2021-05-17 12:09:43 +01:00
CodeGenOpenCLCXX [test] Fix test 2021-05-19 16:23:52 -07:00
CodeGenSYCL [SYCL] Enable opencl_global_[host,device] attributes for SYCL 2021-05-18 10:27:35 +03:00
Coverage
CoverageMapping [clang] remove an incremental build workaround 2021-05-05 12:21:56 -04:00
CXX Revert "[Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable" 2021-05-17 12:16:10 -07:00
Driver [ARM][AArch64] SLSHardening: make non-comdat thunks possible 2021-05-20 17:07:05 +02:00
FixIt Revert "[Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable" 2021-05-17 12:16:10 -07:00
Format
Frontend [clang] In DependencyCollector on Windows, ignore case and separators when discarding duplicate dependency file paths. 2021-05-17 10:32:52 -04:00
Headers [WebAssembly] Use functions instead of macros for const SIMD intrinsics 2021-05-07 11:50:19 -07:00
Import
Index [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
Integration XFAIL thinlto testcases on AIX 2021-04-26 17:02:06 +00:00
InterfaceStubs
Interpreter [AIX][clang-repl][test] Mark unsupported pending XCOFF64 integrated-as 2021-05-15 22:41:45 -04:00
Layout [AIX] Implement AIX special bitfield related alignment rules 2021-05-17 11:30:29 -04:00
Lexer
Misc Revert "[Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable" 2021-05-17 12:16:10 -07:00
Modules [clang][modules] Build inferred modules 2021-05-17 10:40:51 +02:00
OpenMP [OpenMP][NFC] Remove SIMD check lines for non-simd tests 2021-05-19 21:35:33 -05:00
Parser When vector is found as a type or non-type id, check if it is really the altivec vector token. 2021-05-20 12:39:04 -04:00
PCH [clang] Fix ternary operator in the second for loop statement 2021-05-16 10:42:52 -07:00
Preprocessor Introduce SYCL 2020 mode 2021-05-18 10:34:14 -04:00
Profile [PGO, test] Fix typo in FileCheck var 2021-04-03 08:44:46 +01:00
Refactor
Rewriter
Sema Fix LIT failure on native aix 2021-05-20 09:38:52 -04:00
SemaCUDA Suppress Deferred Diagnostics in discarded statements. 2021-05-12 12:48:47 -07:00
SemaCXX Correct some thread safety analysis diagnostics; NFC. 2021-05-20 11:30:21 -04:00
SemaObjC [clang][ObjC] Allow different availability annotation on a method 2021-05-19 12:13:57 -07:00
SemaObjCXX [Sema] Don't set BlockDecl's DoesNotEscape bit if the parameter type of 2021-04-29 16:19:48 -07:00
SemaOpenCL [OpenCL] Drop pragma handling for extension types/decls. 2021-05-17 12:09:43 +01:00
SemaOpenCLCXX [OpenCL] Fix initialization of __constant constructors without arguments 2021-05-18 10:59:53 +01:00
SemaSYCL [SYCL] Enable opencl_global_[host,device] attributes for SYCL 2021-05-18 10:27:35 +03:00
SemaTemplate [clang] Invalidate a non-dependent-type RecordDecl when it has any dependent-type base class specifier. 2021-05-20 15:33:05 +02:00
TableGen
Templight
Tooling
Unit
utils/update_cc_test_checks Return "[CGCall] Annotate this argument with alignment" 2021-05-13 20:33:14 +03:00
VFS [clang] Don't crash when loading invalid VFS for the module dep collector 2021-04-26 17:05:22 -07:00
.clang-format
CMakeLists.txt [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00
cxx-sections.data
lit.cfg.py [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00
lit.site.cfg.py.in
make_test_dirs.pl
TestRunner.sh