.. |
ARCMT
|
Point diagnostics that complain about a use of a selector in an objc message, to the selector location.
|
2013-05-01 00:24:09 +00:00 |
ASTMerge
|
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
|
2013-04-17 08:06:46 +00:00 |
Analysis
|
[analyzer] Handle zeroing CXXConstructExprs.
|
2013-06-21 00:59:00 +00:00 |
CXX
|
Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.)
|
2013-06-21 00:08:46 +00:00 |
CodeCompletion
|
PR14381: Never skip constexpr function bodies when code-completing. We may need
|
2012-11-19 21:13:18 +00:00 |
CodeGen
|
[checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c.
|
2013-06-20 23:28:10 +00:00 |
CodeGenCUDA
|
Use kernel metadata to differentiate between kernel and device
|
2013-03-30 14:38:24 +00:00 |
CodeGenCXX
|
Call __cxa_begin_catch before std::terminate() in a noexcept trap.
|
2013-06-20 21:37:43 +00:00 |
CodeGenObjC
|
Unify return type checking for functions and ObjC methods. Move all the
|
2013-06-14 21:14:10 +00:00 |
CodeGenObjCXX
|
Introduce a new mangling for protocol-qualified ObjC types in C++. This allows
|
2013-06-18 22:41:37 +00:00 |
CodeGenOpenCL
|
Use kernel metadata to differentiate between kernel and device
|
2013-03-30 14:38:24 +00:00 |
Coverage
|
Objective-C: When using super.prop, property should be
|
2013-03-11 22:26:33 +00:00 |
Driver
|
Update a comment to clarify that searching the target triple bin
|
2013-06-20 23:37:54 +00:00 |
FixIt
|
Objective-C [qoi]: privide typo correction for selectors
|
2013-06-18 15:31:36 +00:00 |
Format
|
Let clang-format move the cursor appropriately.
|
2013-05-21 12:21:39 +00:00 |
Frontend
|
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
|
2013-04-17 08:06:46 +00:00 |
Headers
|
Remove dependence on system headers from this test, to try to make the Windows bots happier.
|
2013-05-09 22:45:27 +00:00 |
Index
|
[libclang] Make sure crash-recovery for module-building does not interfere with libclang crash-recovery.
|
2013-06-19 23:15:35 +00:00 |
Lexer
|
PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'
|
2013-06-16 05:05:39 +00:00 |
Misc
|
Delete dead code.
|
2013-06-21 01:49:53 +00:00 |
Modules
|
Add test header missing from r184504.
|
2013-06-21 00:22:44 +00:00 |
OpenMP
|
OpenMP threadprivate with qualified names.
|
2013-05-13 04:18:18 +00:00 |
PCH
|
Add test coverage for serialization of dependent function template specializations.
|
2013-06-19 01:38:21 +00:00 |
Parser
|
Fix for PR 16367, display the name of a function in a diagnostic instead of
|
2013-06-19 22:25:01 +00:00 |
Preprocessor
|
Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in
|
2013-06-18 21:33:38 +00:00 |
Rewriter
|
Define id to the correct type.
|
2013-06-07 18:41:01 +00:00 |
Sema
|
Fix a crash with __flaot128 noticed by Eli.
|
2013-06-20 23:30:30 +00:00 |
SemaCUDA
|
…
|
|
SemaCXX
|
Fix copy-pasted comment.
|
2013-06-20 23:01:44 +00:00 |
SemaObjC
|
Improved source code fidelity for gcc mode attribute.
|
2013-06-20 12:46:19 +00:00 |
SemaObjCXX
|
Add missing test.
|
2013-06-21 01:28:03 +00:00 |
SemaOpenCL
|
Add an error to check that all program scope variables are in the constant address space in OpenCL.
|
2013-04-05 20:14:50 +00:00 |
SemaTemplate
|
Add test.
|
2013-06-20 20:56:57 +00:00 |
TableGen
|
Revert "tg-fixits.td: fixup for Linux"
|
2013-01-11 02:37:47 +00:00 |
Tooling
|
Add support for static analysis to clang-check
|
2013-06-06 12:35:43 +00:00 |
Unit
|
Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors.
|
2013-04-04 07:41:20 +00:00 |
CMakeLists.txt
|
Re-add clang-format tests to clang/test.
|
2013-03-25 09:14:25 +00:00 |
Makefile
|
…
|
|
TestRunner.sh
|
…
|
|
cxx-sections.data
|
…
|
|
lit.cfg
|
[clang-lit] Added the run_long_tests param option/long_tests feature to toggle execution of long running FileCheck tests.
|
2013-06-19 23:23:49 +00:00 |
lit.site.cfg.in
|
Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL.
|
2013-03-26 08:28:18 +00:00 |
make_test_dirs.pl
|
…
|
|