hanchenye-llvm-project/clang/test
Tim Northover a6a19f1e38 Preprocessor: support __BIGGEST_ALIGNMENT__ macro
For compatibility with GCC (and because it's generally helpful information
otherwise inaccessible to the preprocessor). This appears to be canonically the
alignment of max_align_t (e.g. on i386, __BIGGEST_ALIGNMENT__ is 4 even though
vector types will be given greater alignment).

Patch mostly by Mats Petersson

llvm-svn: 228367
2015-02-06 01:25:07 +00:00
..
ARCMT Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macros 2015-01-26 17:41:03 +00:00
ASTMerge
Analysis [analyzer] Relax an assertion in VisitLvalArraySubscriptExpr 2015-02-05 01:02:59 +00:00
CXX PR22465: when performing list-initialization for a class type C, if we see an 2015-02-05 07:02:11 +00:00
CodeCompletion
CodeGen Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again 2015-02-05 18:56:03 +00:00
CodeGenCUDA When generating llvm.used, we may need an addrspacecast instead of a bitcast. 2015-02-02 21:05:49 +00:00
CodeGenCXX Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again 2015-02-05 18:56:03 +00:00
CodeGenObjC DebugInfo: Attribute cleanup code to the end of the scope, not the end of the function. 2015-02-04 19:47:54 +00:00
CodeGenObjCXX Merge ArtificialLocation into ApplyDebugLocation and make a clear 2015-02-03 18:40:42 +00:00
CodeGenOpenCL Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558. 2015-01-20 11:20:41 +00:00
Coverage
CoverageMapping InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used 2015-02-03 21:35:49 +00:00
Driver Force an unknown target for the default case to make it work. 2015-02-05 19:48:48 +00:00
FixIt Use the real CXXScopeSpec when setting the correction SourceRange. 2015-01-28 00:46:09 +00:00
Format
Frontend Update darwin-version tests 2015-02-04 18:10:38 +00:00
Headers Add more feature flags to the x86 instrinsic test. 2014-12-27 06:59:44 +00:00
Index This reverts commit r227432, r227438 and r227448. 2015-01-29 17:22:53 +00:00
Integration
Layout PR6037 2015-01-19 01:44:02 +00:00
Lexer Add driver flags -ftrigraphs, -fno-trigraphs. 2014-12-23 22:32:37 +00:00
Misc When checking the template argument list, use a copy of that list for changes 2015-01-24 02:48:32 +00:00
Modules [modules] When using -E, we may try to merge decls despite having no Sema 2015-02-04 23:37:59 +00:00
OpenMP [OPENMP] Initial codegen for 'single' directive. 2015-02-05 06:35:41 +00:00
PCH Teach AST printing to not print whitespace inside {} and () for initialization, 2015-01-30 02:04:26 +00:00
Parser Sema: Add support for __declspec(restrict) 2015-02-04 07:23:21 +00:00
Preprocessor Preprocessor: support __BIGGEST_ALIGNMENT__ macro 2015-02-06 01:25:07 +00:00
Profile InstrProf: Don't emit counter increments in dead code 2015-01-09 01:46:40 +00:00
Rewriter
Sema Implement IRGen for SEH __finally and AbnormalTermination 2015-02-04 22:37:07 +00:00
SemaCUDA Consider calls from implict host device functions as valid in SemaCUDA. 2014-12-16 20:12:38 +00:00
SemaCXX Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again 2015-02-05 18:56:03 +00:00
SemaObjC Sema: Add support for __declspec(restrict) 2015-02-04 07:23:21 +00:00
SemaObjCXX Update error message text. 2015-01-18 19:05:48 +00:00
SemaOpenCL OpenCL: handle ternary operator when the condition is a vector 2015-02-04 06:38:18 +00:00
SemaTemplate Weaken an assertion that isn't true for invalid input. 2015-01-30 01:48:49 +00:00
TableGen
Tooling
Unit
VFS IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
.clang-format
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang lit.cfg: Fix a bug pointed by Sean Silva 2015-02-02 23:17:54 +00:00
lit.site.cfg.in
make_test_dirs.pl