.. |
Analysis
|
Add another blocks test case illustrating how parameters passed-by-reference in block invocations are invalidated (just like function calls).
|
2009-12-03 18:29:20 +00:00 |
CXX
|
Fix "using typename" and the instantiation of non-dependent using declarations.
|
2009-12-04 22:46:56 +00:00 |
CodeCompletion
|
Improve code-completion results for the flags in an @property
|
2009-11-19 00:01:57 +00:00 |
CodeGen
|
simplify a condition and add a testcase.
|
2009-12-05 06:49:57 +00:00 |
CodeGenCXX
|
Tweak "key function" rules so that they work for templates with virtual
|
2009-12-05 04:55:55 +00:00 |
CodeGenObjC
|
(objc2 nonfragile-abi specific). If the translation unit includes an implementation
|
2009-12-01 18:25:24 +00:00 |
Coverage
|
Normalize options to use '-FOO' instead of '--FOO'.
|
2009-11-29 09:33:10 +00:00 |
Driver
|
Driver: Switch -ccc-* options to using the standard options functionality.
|
2009-12-04 21:55:23 +00:00 |
FixIt
|
Implement conversion from a switch condition with class type to an
|
2009-11-23 13:46:08 +00:00 |
Frontend
|
Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
|
2009-11-30 08:41:04 +00:00 |
Index
|
CIndex: For the time being, don't return translation units if we encounter an error during parsing.
|
2009-12-05 02:17:18 +00:00 |
Lexer
|
Add 'has_feature(cxx_exceptions)' to allow code to determine via preprocessor logic if C++ exceptions are enabled.
|
2009-12-03 01:34:15 +00:00 |
Misc
|
Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-at}.
|
2009-12-03 05:32:40 +00:00 |
PCH
|
Add test case for PR5662.
|
2009-12-01 21:57:39 +00:00 |
Parser
|
Honor using declarations in overload resolution. Most of the code for
|
2009-12-03 04:06:58 +00:00 |
Preprocessor
|
Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
|
2009-11-30 08:41:04 +00:00 |
Rewriter
|
Use '-o' '-' instead of '-o=-' in tests.
|
2009-11-29 09:32:12 +00:00 |
Sema
|
fix rdar://7446395, a crash on invalid, by fixing a broken assertion.
|
2009-12-05 05:40:13 +00:00 |
SemaCXX
|
Fix "using typename" and the instantiation of non-dependent using declarations.
|
2009-12-04 22:46:56 +00:00 |
SemaObjC
|
"Incremental" progress on using expressions, by which I mean totally ripping
|
2009-11-21 08:51:07 +00:00 |
SemaObjCXX
|
Switch XFAIL format to match LLVM.
|
2009-11-03 07:25:45 +00:00 |
SemaTemplate
|
When we're building a CXXExprWithTemporaries, only include those
|
2009-12-03 17:10:37 +00:00 |
CMakeLists.txt
|
CMake: Add support for running tests with valgrind.
|
2009-11-22 21:55:22 +00:00 |
Makefile
|
Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)
|
2009-11-05 16:36:19 +00:00 |
TestRunner.sh
|
Switch TestRunner.sh to just use 'lit'.
|
2009-09-20 22:00:23 +00:00 |
cxx-sections.data
|
Update C++ section data and directory structure to reflect N2914
|
2009-06-30 16:45:27 +00:00 |
lit.cfg
|
Drop require_and_and argument.
|
2009-11-08 01:47:35 +00:00 |
lit.site.cfg.in
|
Rework site config for cmake to be generated at configure time, and only pass
|
2009-11-07 23:53:32 +00:00 |
make_test_dirs.pl
|
Add the structure for a C++ test suite that mimics the structure of the C++ standard
|
2009-06-13 06:06:53 +00:00 |