..
ASTMerge
Hack in some really terrible C++ record PCH support that I need right now.
2010-06-03 19:28:45 +00:00
Analysis
make clang print types as "const int *" instead of "int const*",
2010-09-05 00:04:01 +00:00
CXX
"const std::vector<int>*" not "std::vector<int> const*"
2010-09-05 00:27:00 +00:00
CodeCompletion
When provide code completions for a variadic Objective-C method
2010-08-31 05:13:43 +00:00
CodeGen
PR7242: Make sure to use a different context for evaluating constant
2010-09-06 00:10:32 +00:00
CodeGenCXX
'const std::type_info*' instead of 'std::type_info const*'
2010-09-05 00:17:29 +00:00
CodeGenObjC
Casting of a property reference to 'void' did not
2010-09-04 19:49:18 +00:00
CodeGenObjCXX
Fix IRGen when property-dot syntax used to access
2010-09-01 19:36:41 +00:00
Coverage
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
Driver
Driver/Darwin: Switch to using simplified tool chain by default -- what better
2010-08-23 20:58:55 +00:00
FixIt
When complaining about a duplicate declspec, provide a Fix-It that
2010-08-23 14:34:43 +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
'const std::type_info*' instead of 'std::type_info const*'
2010-09-05 00:17:29 +00:00
Lexer
Implement __has_feature(cxx_inline_namespaces)
2010-08-31 23:28:47 +00:00
Misc
'const std::type_info*' instead of 'std::type_info const*'
2010-09-05 00:17:29 +00:00
PCH
AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support.
2010-08-24 22:50:24 +00:00
Parser
Revert my user-defined literal commits - r1124{58,60,67} pending
2010-08-30 17:47:05 +00:00
Preprocessor
Now that GCC will have #pragma push/pop (in GCC 4.6), allow the
2010-08-30 15:15:34 +00:00
Rewriter
make clang print types as "const int *" instead of "int const*",
2010-09-05 00:04:01 +00:00
Sema
fix PR7192 by defining wchar_t in a more conventional way. The
2010-09-05 23:29:49 +00:00
SemaCXX
PR8023: Don't crash on invalid uses of __real__ on class types in C++.
2010-09-05 23:15:52 +00:00
SemaObjC
"const id<NSFoo> *" instead of "id<NSFoo> const *".
2010-09-05 00:43:21 +00:00
SemaObjCXX
"const id<NSFoo> *" instead of "id<NSFoo> const *".
2010-09-05 00:43:21 +00:00
SemaTemplate
"const std::vector<int>*" not "std::vector<int> const*"
2010-09-05 00:27:00 +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
tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on
2010-08-24 21:39:55 +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