.. |
ARCMT
|
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive.
|
2012-10-19 12:49:32 +00:00 |
ASTMerge
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
|
2012-10-19 12:44:48 +00:00 |
Analysis
|
[analyzer] When invalidating symbolic offset regions, take fields into account.
|
2012-11-10 01:40:08 +00:00 |
CXX
|
Handle redeclarations of catch variables in catch blocks.
|
2012-11-10 01:38:24 +00:00 |
CodeCompletion
|
[libclang] Remove the ParentKind cursor kind from code-completion results.
|
2012-09-26 16:39:56 +00:00 |
CodeGen
|
Add clang support of RTM from TSX
|
2012-11-10 05:17:46 +00:00 |
CodeGenCUDA
|
CUDA: give static storage class to __shared__ and __constant__
|
2012-08-28 20:37:50 +00:00 |
CodeGenCXX
|
[Windows] Fix mangling of number literal '0'
|
2012-11-08 23:38:59 +00:00 |
CodeGenObjC
|
Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that
|
2012-11-07 16:50:40 +00:00 |
CodeGenObjCXX
|
Minor fix to ObjC layout bitmap metadata. Found while I was trying to
|
2012-11-06 03:38:02 +00:00 |
CodeGenOpenCL
|
FP_CONTRACT: Fix two tests for -Asserts.
|
2012-10-02 16:36:54 +00:00 |
Coverage
|
Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."
|
2012-10-24 03:59:09 +00:00 |
Driver
|
PR14303: Add a NoDriverOption flag to those options which are not accepted by
|
2012-11-09 22:36:44 +00:00 |
FixIt
|
DR1473: Do not require a space between operator"" and the ud-suffix in a
|
2012-10-20 08:41:10 +00:00 |
Frontend
|
A number of test cases assume that an "int" parameter or return value
|
2012-10-24 12:22:56 +00:00 |
Headers
|
[clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64.
|
2012-10-31 20:20:04 +00:00 |
Index
|
Introduce inferred framework modules into the module map file,
|
2012-11-06 19:39:40 +00:00 |
Lexer
|
Use the individual -fsanitize=<...> arguments to control which of the UBSan
|
2012-11-05 22:21:05 +00:00 |
Misc
|
LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts.
|
2012-11-08 19:22:31 +00:00 |
Modules
|
When loading a module fails because it is out of date, rebuild that
|
2012-11-07 17:46:15 +00:00 |
PCH
|
[PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type
|
2012-11-06 00:35:02 +00:00 |
Parser
|
Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers.
|
2012-11-06 19:34:54 +00:00 |
Preprocessor
|
Add clang support of RTM from TSX
|
2012-11-10 05:17:46 +00:00 |
Rewriter
|
-arch is a darwin-specific driver feature, use a triple instead in rewriter test.
|
2012-10-02 09:42:36 +00:00 |
Sema
|
Set TLSSupported to false on Haiku.
|
2012-11-08 12:59:15 +00:00 |
SemaCUDA
|
…
|
|
SemaCXX
|
Don't crash on calling static member overloaded operator, PR14120
|
2012-11-09 06:06:14 +00:00 |
SemaObjC
|
-Wobjc-literal-compare: look through implicit casts.
|
2012-11-09 23:55:21 +00:00 |
SemaObjCXX
|
Add a simple test involving decltype on Objective-C properties and ivars
|
2012-10-24 14:13:21 +00:00 |
SemaOpenCL
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
|
2012-10-19 12:44:48 +00:00 |
SemaTemplate
|
Rework my implementation of circular-reference finding to not use
|
2012-11-10 07:24:09 +00:00 |
Tooling
|
Fix for -ast-dump-filter
|
2012-10-31 18:46:31 +00:00 |
Unit
|
…
|
|
CMakeLists.txt
|
Removed standalone clang-ast-dump tool.
|
2012-07-26 01:44:18 +00:00 |
Makefile
|
…
|
|
TestRunner.sh
|
…
|
|
cxx-sections.data
|
…
|
|
lit.cfg
|
[lit] For the "case-insensitive-filesystem" make sure to create the test temporary file
|
2012-11-01 00:59:15 +00:00 |
lit.site.cfg.in
|
…
|
|
make_test_dirs.pl
|
…
|
|