hanchenye-llvm-project/clang/test
Fariborz Jahanian b107143fed Fix a bug in calculation of composite type
of conditional expressions of objc pointer types
where one type is the immediate base type of the
other. // rdar://9296866

llvm-svn: 129718
2011-04-18 21:16:59 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Fix PR9741. The implicit declarations created for range-based for loops weren't being added to the DeclContext (nor were they being marked as implicit). Also, the declarations were being emitted in the wrong order when building the CFG. 2011-04-18 15:49:25 +00:00
CXX Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
CodeCompletion Don't suggest dynamic_cast or typeid as code completion results when 2011-04-12 02:47:21 +00:00
CodeGen Fix a miscompilation I introduced in r129652, thanks for Eli for tracking 2011-04-17 23:21:26 +00:00
CodeGenCXX Put a typeid test in its own namespace. 2011-04-17 23:33:40 +00:00
CodeGenObjC Emit debug info for Objective-C properties. 2011-04-16 00:12:55 +00:00
CodeGenObjCXX Warn for any kind of initialization if initializer does not 2011-04-08 18:25:29 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
FixIt Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Frontend Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq 2011-04-15 22:04:17 +00:00
Headers
Index When providing code completions of ivar names for a property 2011-04-18 14:40:46 +00:00
Lexer Add __has_feature(cxx_range_for) check for C++11 range-based for loop. 2011-04-15 15:14:40 +00:00
Misc Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
PCH C1X: implement generic selections 2011-04-15 00:35:48 +00:00
Parser C1X: implement generic selections 2011-04-15 00:35:48 +00:00
Preprocessor fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Improve diagnostics on GNU attributes by warning about attributes that should have no arguments or parameters. Patch by Michael Han! 2011-04-15 05:49:29 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Forbid the use of C++ new/delete to allocate/free objects within an 2011-04-15 19:46:20 +00:00
SemaObjC Fix a bug in calculation of composite type 2011-04-18 21:16:59 +00:00
SemaObjCXX For the purposes of overload resolution, consider a conversion from an 2011-04-15 20:45:44 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Implement appropriate semantics for C++ casting and conversion when 2011-04-15 17:59:54 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in
make_test_dirs.pl