hanchenye-llvm-project/clang/test
Alexey Bataev 5d2c9a46fc [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.
The compiler may crash under some conditions if the getInvokeDest() is
used, but later it is not used. Fixed this problem in OpenMP.

llvm-svn: 317227
2017-11-02 18:55:05 +00:00
..
ARCMT
ASTMerge
Analysis [analyzer] Left shifting a negative value is undefined 2017-10-30 17:06:42 +00:00
CXX Fix missing -Wregister warning when 'register' is applied to a function parameter. 2017-11-01 23:38:37 +00:00
CodeCompletion
CodeGen [CodeGen] add builtin attr tests to show errno-related diffs; NFC 2017-11-02 17:06:05 +00:00
CodeGenCUDA
CodeGenCXX Making a couple of tests a bit more flexible wrt thunk mangling. Fixes checkin for r317047. 2017-11-01 00:01:20 +00:00
CodeGenCoroutines
CodeGenObjC [CodeGen] Add support for IncompleteArrayType in Obj-C ivars. 2017-10-27 00:56:23 +00:00
CodeGenObjCXX
CodeGenOpenCL CodeGen: Fix missing debug loc due to alloca 2017-10-24 19:14:43 +00:00
Coverage
CoverageMapping [Coverage] Discard deferred region in closing if-else 2017-10-17 07:47:39 +00:00
Driver [CFI] Add CFI-icall pointer type generalization 2017-10-31 22:39:44 +00:00
FixIt Add a "vexing parse" warning for ambiguity between a variable declaration and a 2017-09-29 23:57:25 +00:00
Format
Frontend Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData. 2017-09-22 00:11:15 +00:00
Headers Driver: hoist the `wchar_t` handling to the driver 2017-10-06 23:09:55 +00:00
Import Add support for remembering origins to ExternalASTMerger 2017-09-27 19:57:58 +00:00
Index Fix overloaded static functions in SemaCodeComplete 2017-10-26 08:41:28 +00:00
Integration
Layout
Lexer Driver: hoist the `wchar_t` handling to the driver 2017-10-06 23:09:55 +00:00
Misc Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. 2017-10-15 15:01:42 +00:00
Modules PR33746: Store the 'inline'ness of a static data member with the update record 2017-11-02 01:06:00 +00:00
OpenMP [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks. 2017-11-02 18:55:05 +00:00
PCH Implement C++ [basic.link]p8. 2017-09-20 07:22:00 +00:00
Parser Fix usage of right shift operator in fold expressions 2017-10-31 20:29:22 +00:00
Preprocessor [X86] Define i586 and pentium preprocessor defines for -march=lakemont to match GCC 2017-11-01 02:18:49 +00:00
Profile
Refactor [refactor][extract] code extracted from inline method should be placed 2017-11-01 01:12:56 +00:00
Rewriter
Sema [Sema] Document+test the -Wsign-compare change for enums in C code [NFC] 2017-10-24 21:05:43 +00:00
SemaCUDA
SemaCXX Fix missing -Wregister warning when 'register' is applied to a function parameter. 2017-11-01 23:38:37 +00:00
SemaObjC [Sema] Add support for flexible array members in Obj-C. 2017-10-23 22:01:41 +00:00
SemaObjCXX Typo correct the condition of 'do-while' before exiting its scope 2017-10-30 22:55:11 +00:00
SemaOpenCL [OpenCL] Restrict swizzle length check to OpenCL mode 2017-10-17 17:54:57 +00:00
SemaTemplate [Sema] Fix an assert-on-invalid by avoiding function template specialisation 2017-10-27 18:13:31 +00:00
TableGen
Tooling
Unit [test] Fix clang-test for FreeBSD and NetBSD 2017-10-24 03:11:02 +00:00
VFS
clang-rename [clang-rename] Fix and enable the failing TemplatedClassFunction test. 2017-10-25 08:25:25 +00:00
.clang-format
CMakeLists.txt [test] Enable clang-func-mapping as a test dep with the analyzer 2017-09-22 22:17:10 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Resubmit "[lit] Raise the logic for enabling clang & lld substitutions to llvm." 2017-10-17 23:43:36 +00:00
lit.site.cfg.py.in [lit] Add host_cxx to lit config 2017-10-10 17:53:45 +00:00
make_test_dirs.pl