..
ASTMerge
Hack in some really terrible C++ record PCH support that I need right now.
2010-06-03 19:28:45 +00:00
Analysis
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
CXX
Check that an overloaded function name, when used by the ! operator,
2010-09-20 17:13:33 +00:00
CodeCompletion
When provide code completions for a variadic Objective-C method
2010-08-31 05:13:43 +00:00
CodeGen
Patch implements passing arrays to functions expecting
2010-09-24 17:30:16 +00:00
CodeGenCXX
Use -emit-llvm-only in the test.
2010-09-23 09:40:20 +00:00
CodeGenObjC
update a bunch of tests that are using the x86 backend instead of grepping IR :(
2010-09-22 06:09:31 +00:00
CodeGenObjCXX
Copying result of object property reference expression
2010-09-27 17:30:38 +00:00
Coverage
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
Driver
Fix last test still failing on Win32. 100% pass rate now!
2010-09-11 20:43:12 +00:00
FixIt
Update test
2010-09-17 23:01:08 +00:00
Frontend
Frontend: Add basic -H support.
2010-08-24 22:44:13 +00:00
Headers
Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior.
2010-08-20 23:00:03 +00:00
Index
When setting the globally-visible declarations for a particular
2010-09-24 23:29:12 +00:00
Lexer
Lexer: Implement GCC's version of pragma message.
2010-09-27 06:19:02 +00:00
Misc
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
PCH
Fix C++ PCH issue.
2010-09-13 11:45:48 +00:00
Parser
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
Preprocessor
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
Rewriter
Fix rewriting of property declared in @protocol's.
2010-09-24 18:36:58 +00:00
Sema
Fixed isConstantInitializer for __builtin_choose_expr.
2010-09-27 07:13:32 +00:00
SemaCXX
Allow the use of C++0x deleted functions as an extension in C++98.
2010-09-24 21:25:25 +00:00
SemaObjC
Issue warning for trivial cases of nonnull attributes
2010-09-27 19:05:51 +00:00
SemaObjCXX
property reference expression used on lhs of assignment
2010-09-09 23:01:10 +00:00
SemaTemplate
When we run into an error parsing or type-checking the left-hand side
2010-09-17 22:25:06 +00:00
CMakeLists.txt
CMake: Clang test targets depend on the {FileCheck,not,count} tools.
2010-07-29 22:57:17 +00:00
Makefile
daniel doesn't hate me, he hates macpython 2.5, which
2010-07-18 18:42:35 +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
Recognize .ll as input files.
2010-09-13 20:46:23 +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