hanchenye-llvm-project/clang/test
Ted Kremenek 8b0dba358a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
should only be an error if that value is consumed. This fix was largely
accomplished by moving 'isConsumedExpr' back to ParentMap.

llvm-svn: 68195
2009-04-01 06:52:48 +00:00
..
Analysis Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct 2009-04-01 06:52:48 +00:00
CodeGen x86-32 Darwin ABI: Handle direct return of vectors. 2009-04-01 06:13:08 +00:00
CodeGenCXX Implement code generation of namespaces and add mangling tests. 2009-04-01 00:58:25 +00:00
CodeGenObjC Fix test failure on Linux by forcing the triple to OS X. 2009-04-01 02:55:21 +00:00
Coverage Support member reference on ?: of struct type. 2009-03-24 02:38:23 +00:00
Driver Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
Frontend Fix -MD with no -MT when -o is specified (and fix test case). 2009-03-30 17:59:58 +00:00
Lexer Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Misc Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Parser hoist some code for handling objc foreach construct out of Declaration processing 2009-03-29 17:27:48 +00:00
Preprocessor Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
SemaCXX Check in test for namespace aliases+using directives. 2009-03-31 05:47:19 +00:00
SemaObjC Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
SemaObjCXX Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
SemaTemplate Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh Update TestRunner.sh for renaming. 2009-03-24 06:17:45 +00:00