.. |
ARCMT
|
[arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is passed to avoid the
|
2013-06-24 19:01:18 +00:00 |
ASTMerge
|
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
|
2013-04-17 08:06:46 +00:00 |
Analysis
|
[analyzer] Suppress reports reported in std::list
|
2013-07-04 02:38:10 +00:00 |
CXX
|
Replace void with int to make this a valid C++ file.
|
2013-07-04 14:25:25 +00:00 |
CodeCompletion
|
PR14381: Never skip constexpr function bodies when code-completing. We may need
|
2012-11-19 21:13:18 +00:00 |
CodeGen
|
Remove unused -verify.
|
2013-07-04 14:51:11 +00:00 |
CodeGenCUDA
|
Use kernel metadata to differentiate between kernel and device
|
2013-03-30 14:38:24 +00:00 |
CodeGenCXX
|
Remove more unused uses of -verify.
|
2013-07-04 14:58:42 +00:00 |
CodeGenObjC
|
DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types
|
2013-06-21 03:41:46 +00:00 |
CodeGenObjCXX
|
More fixes for block mangling.
|
2013-07-02 17:52:28 +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 testing cases to check dwarf-2 for Darwin.
|
2013-07-03 20:45:07 +00:00 |
FixIt
|
Allow typo correction to try removing nested name specifiers.
|
2013-07-02 23:47:44 +00:00 |
Format
|
Let clang-format move the cursor appropriately.
|
2013-05-21 12:21:39 +00:00 |
Frontend
|
Update for llvm::sys::fs::unique_file not creating directories.
|
2013-06-28 03:49:04 +00:00 |
Headers
|
Enable -ffreestanding for this test, to avoid #include_next'ing the system's
|
2013-07-03 18:35:53 +00:00 |
Index
|
[AST] Introduce a new DecayedType sugar node
|
2013-06-24 17:51:48 +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
|
Fix deserializing of class template partial specializations. Assign sequence
|
2013-06-25 01:25:15 +00:00 |
OpenMP
|
OpenMP threadprivate with qualified names.
|
2013-05-13 04:18:18 +00:00 |
PCH
|
Lazily deserialize function template specializations. This fixes a cycle in
|
2013-06-28 04:37:53 +00:00 |
Parser
|
PR16480: Reimplement token-caching for constructor initializer lists. This
|
2013-07-04 00:13:48 +00:00 |
Preprocessor
|
Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.
|
2013-07-03 19:45:54 +00:00 |
Rewriter
|
Define id to the correct type.
|
2013-06-07 18:41:01 +00:00 |
Sema
|
Add test for PR4997. This has been fixed for a while.
|
2013-07-04 04:10:46 +00:00 |
SemaCUDA
|
…
|
|
SemaCXX
|
Improve -Wlogical-not-parentheses to catch when the not is applied to an enum.
|
2013-07-04 00:50:18 +00:00 |
SemaObjC
|
ObjectiveC: diagnose duplicate declaration of
|
2013-06-26 22:10:27 +00:00 |
SemaObjCXX
|
[Sema] Call CheckParmForFunctionDef on ObjC method parameters
|
2013-06-24 14:38:26 +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
|
Part of PR15673: If a function template has a default argument in which
|
2013-07-04 01:01:24 +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/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly on cygwin.
|
2013-07-01 09:51:55 +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
|
…
|
|