.. |
ASTMerge
|
Fix two thinkos and add a test for importing the AST of a category
|
2010-12-08 16:41:55 +00:00 |
Analysis
|
Teach CFGBuilder to prune trivially unreachable case statements.
|
2011-03-01 23:12:55 +00:00 |
CXX
|
Semantic checking for exception specifications should be triggered by
|
2011-03-02 02:04:40 +00:00 |
CodeCompletion
|
Don't crash when code-completing after "#include <". It would be far
|
2010-12-09 23:35:36 +00:00 |
CodeGen
|
Only emit string initializers in-place if types match. Fixes PR9373.
|
2011-03-02 21:27:44 +00:00 |
CodeGenCXX
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
|
2011-02-28 00:40:07 +00:00 |
CodeGenObjC
|
objc IRGen for Next runtime message API.
|
2011-03-01 17:28:13 +00:00 |
CodeGenObjCXX
|
IRGen. Fix IR when message returns reference type.
|
2011-03-02 20:09:49 +00:00 |
CodeGenOpenCL
|
OpenCL: standardise naming of test cases
|
2011-02-15 19:46:41 +00:00 |
Coverage
|
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
|
2011-02-28 19:49:42 +00:00 |
Driver
|
Add a test case that would have caught the bug fixed in r126640.
|
2011-02-28 07:38:09 +00:00 |
FixIt
|
Provide Fixit warning when 'auto' is intended as storage
|
2011-02-22 23:17:49 +00:00 |
Frontend
|
test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell.
|
2011-02-28 09:41:07 +00:00 |
Headers
|
Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.
|
2010-12-02 17:31:16 +00:00 |
Index
|
Fix the source range for a member access expression that includes a
|
2011-03-02 21:06:53 +00:00 |
Lexer
|
Turn on __has_feature(cxx_auto_type). The feature is now fully implemented.
|
2011-02-20 12:13:05 +00:00 |
Misc
|
Implement the C++0x deduced 'auto' feature.
|
2011-02-20 03:19:35 +00:00 |
PCH
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
|
2011-02-28 00:40:07 +00:00 |
Parser
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
|
2011-02-28 00:40:07 +00:00 |
Preprocessor
|
Rename tok::eom to tok::eod.
|
2011-02-28 02:37:51 +00:00 |
Rewriter
|
Fix objc rewriting bug casting to qualified objective-c pointetr.
|
2011-02-26 01:31:36 +00:00 |
Sema
|
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
|
2011-03-02 12:15:05 +00:00 |
SemaCUDA
|
Sema: diagnose kernel calls to non-global functions
|
2011-02-23 01:53:29 +00:00 |
SemaCXX
|
Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actually returns. Use this for -Wreturn-type to prune false positives reported in PR 6884.
|
2011-03-02 20:32:29 +00:00 |
SemaObjC
|
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
|
2011-03-02 12:15:05 +00:00 |
SemaObjCXX
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
|
2011-02-28 00:40:07 +00:00 |
SemaOpenCL
|
OpenCL: standardise naming of test cases
|
2011-02-15 19:46:41 +00:00 |
SemaTemplate
|
Push nested-name-specifier source-location information into dependent
|
2011-03-02 00:47:37 +00:00 |
Unit
|
Add CMake support to the clang unittests.
|
2011-02-15 07:54:28 +00:00 |
CMakeLists.txt
|
Nth time's a charm?
|
2011-02-25 00:46:48 +00:00 |
Makefile
|
Add gTest unittests to clang, and write the first one.
|
2011-02-03 04:51:52 +00:00 |
TestRunner.sh
|
Switch TestRunner.sh to just use 'lit'.
|
2009-09-20 22:00:23 +00:00 |
cxx-sections.data
|
…
|
|
lit.cfg
|
test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell.
|
2011-02-28 09:41:07 +00:00 |
lit.site.cfg.in
|
test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.
|
2011-02-09 04:19:57 +00:00 |
make_test_dirs.pl
|
…
|
|