.. |
ARCMT
|
objective-C arc: remove -Warc-abi in its entirety.
|
2012-09-14 17:48:35 +00:00 |
ASTMerge
|
Update VerifyDiagnosticConsumer to only get directives during parsing.
|
2012-08-10 01:06:16 +00:00 |
Analysis
|
Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate
|
2012-10-02 20:31:52 +00:00 |
CXX
|
When processing an InitListExpr and skipping the initialization of an invalid
|
2012-09-28 21:23:50 +00:00 |
CodeCompletion
|
[libclang] Remove the ParentKind cursor kind from code-completion results.
|
2012-09-26 16:39:56 +00:00 |
CodeGen
|
FP_CONTRACT: Fix two tests for -Asserts.
|
2012-10-02 16:36:54 +00:00 |
CodeGenCUDA
|
CUDA: give static storage class to __shared__ and __constant__
|
2012-08-28 20:37:50 +00:00 |
CodeGenCXX
|
Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs.
|
2012-10-02 14:26:08 +00:00 |
CodeGenObjC
|
Re-enable this test to reflect re-enabling the new SROA pass.
|
2012-10-02 04:24:16 +00:00 |
CodeGenObjCXX
|
Remove invalid double colon in test case was previously ignored by FileCheck.
|
2012-09-18 20:59:03 +00:00 |
CodeGenOpenCL
|
FP_CONTRACT: Fix two tests for -Asserts.
|
2012-10-02 16:36:54 +00:00 |
Coverage
|
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
|
2012-07-03 20:49:52 +00:00 |
Driver
|
Fix test for r165028. It only generates that flag for source files now.
|
2012-10-02 18:07:59 +00:00 |
FixIt
|
Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html
|
2012-09-27 01:42:07 +00:00 |
Frontend
|
-iframework should allow separate arguments.
|
2012-09-25 16:13:41 +00:00 |
Headers
|
Use %clang_cc1 so that the test works even if the target isn't available.
|
2012-09-27 01:40:12 +00:00 |
Index
|
[Doc parsing]: Add available and deprecated attribute info
|
2012-10-02 20:05:47 +00:00 |
Lexer
|
Change the wording of the extension warning from
|
2012-09-24 18:19:21 +00:00 |
Misc
|
Update template type diffing to handle qualifiers. Differing qualifiers will
|
2012-09-28 20:32:51 +00:00 |
Modules
|
Add redecls into their lexical DeclContext: this is what they assert on, and the merging should have set it correctly.
|
2012-10-02 13:06:13 +00:00 |
PCH
|
Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.
|
2012-09-20 23:43:29 +00:00 |
Parser
|
Cleaning up the self initialization checker.
|
2012-10-01 17:39:51 +00:00 |
Preprocessor
|
[clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c.
|
2012-10-01 23:39:44 +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
|
Splitting this test case into two because the behavior for the calling convention code is target-specific.
|
2012-10-02 14:56:00 +00:00 |
SemaCUDA
|
…
|
|
SemaCXX
|
-Wformat: Don't check format strings in uninstantiated templates.
|
2012-10-02 01:49:54 +00:00 |
SemaObjC
|
Force triple in test to unbreak it on non-darwin platforms.
|
2012-10-02 09:29:48 +00:00 |
SemaObjCXX
|
-Wformat: Don't check format strings in uninstantiated templates.
|
2012-10-02 01:49:54 +00:00 |
SemaOpenCL
|
Disable the warning for missing prototypes for OpenCL kernels. Includes testcase.
|
2012-07-26 00:08:28 +00:00 |
SemaTemplate
|
Fix a regression from r164656.
|
2012-09-27 22:13:33 +00:00 |
Tooling
|
Fixed crash and added a test and a minor output problem
|
2012-08-17 17:38:39 +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
|
Disable source fortification on Darwin with AddressSanitizer.
|
2012-09-20 10:10:01 +00:00 |
lit.site.cfg.in
|
…
|
|
make_test_dirs.pl
|
…
|
|