.. |
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] Report leaks at the closing brace of a function body.
|
2012-11-15 19:11:43 +00:00 |
CXX
|
Fix some wrong-code bugs in implicitly-defined assignment operators:
|
2012-11-13 00:54:12 +00:00 |
CodeCompletion
|
[libclang] Remove the ParentKind cursor kind from code-completion results.
|
2012-09-26 16:39:56 +00:00 |
CodeGen
|
Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a crash in IR generation.
|
2012-11-15 23:40:48 +00:00 |
CodeGenCUDA
|
CUDA: give static storage class to __shared__ and __constant__
|
2012-08-28 20:37:50 +00:00 |
CodeGenCXX
|
PR14279: Work around this major miscompilation by treating move operations as
|
2012-11-14 07:36:28 +00:00 |
CodeGenObjC
|
block extended signatur option. Change previous option
|
2012-11-15 19:02:45 +00:00 |
CodeGenObjCXX
|
Don't try to save the assigned value in a Objective-C property assignment
|
2012-11-13 23:16:33 +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
|
block extended signatur option. Change previous option
|
2012-11-15 19:02:45 +00:00 |
FixIt
|
Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>.
|
2012-11-14 01:28:38 +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
|
Comment to XML conversion test: correct filename.
|
2012-11-15 22:21:42 +00:00 |
Lexer
|
FileCheckize test
|
2012-11-11 01:35:05 +00:00 |
Misc
|
tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.
|
2012-11-15 21:31:13 +00:00 |
Modules
|
If an excluded header does not exist, just ignore it
|
2012-11-15 19:47:16 +00:00 |
PCH
|
[PCH] Reading expressions from attributes should be done using ReadExpr(),
|
2012-11-15 01:31:39 +00:00 |
Parser
|
PR9903: Recover from a member functon declared with the 'typedef' specifier by
|
2012-11-15 22:54:20 +00:00 |
Preprocessor
|
Suppress elided variadic macro argument extension diagnostic for macros using
|
2012-11-14 02:18: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
|
Fix a trivial bool-related bug I spotted while skimming David Fang's
|
2012-11-15 01:21:59 +00:00 |
SemaCUDA
|
…
|
|
SemaCXX
|
Teach the uninitialized field warning about anonymous structs and union members.
|
2012-11-15 08:19:20 +00:00 |
SemaObjC
|
-Wobjc-literal-compare: look through implicit casts.
|
2012-11-09 23:55:21 +00:00 |
SemaObjCXX
|
Accept and pass arguments to __unknown_anytype in argument
|
2012-11-14 00:49:39 +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
|
When we have a MemberExpr referring to an overloaded static member function,
|
2012-11-14 07:06:31 +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
|
tests: Add a test for reading from named pipes.
|
2012-11-15 20:06:10 +00:00 |
lit.site.cfg.in
|
…
|
|
make_test_dirs.pl
|
…
|
|