llvm-project/clang/test
Ted Kremenek ea1c221334 Enhance attribute cf_returns_retained to also work (in the analyzer)
for non-Objctive-C pointer types.  This implicitly documents that the
return type is a CF object reference.

llvm-svn: 72968
2009-06-05 23:00:33 +00:00
..
Analysis Enhance attribute cf_returns_retained to also work (in the analyzer) 2009-06-05 23:00:33 +00:00
CodeGen weak_import should not make definitions have weak linkage. 2009-06-05 22:58:34 +00:00
CodeGenCXX Fix a thinko. 2009-06-01 00:26:14 +00:00
CodeGenObjC Place the GC attribute on the same relative pointer 2009-06-03 17:15:17 +00:00
Coverage AST printing for C++ base classes 2009-05-30 06:58:37 +00:00
Driver Set function Attribute::NoImplicitFloat appropriately. 2009-06-05 22:05:48 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
Frontend Fixed the test. 2009-04-10 22:09:52 +00:00
Lexer accept "#pragma clang foo" where we accept "#pragma GCC foo". 2009-05-12 18:21:11 +00:00
Misc Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
PCH Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +00:00
Parser Update test to work with the limited Sema for #pragma weak. 2009-06-05 02:49:06 +00:00
Preprocessor PR4288: Make -dD (dump macros with preprocessed source) play nicely with 2009-06-02 07:55:39 +00:00
Rewriter
Sema PR4326: Handle constant evaluation for void* pointer subtraction 2009-06-04 20:04:03 +00:00
SemaCXX Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. 2009-06-03 02:06:50 +00:00
SemaObjC Diagnose misuse of __strong attribute in a redeclaration. 2009-06-02 20:58:58 +00:00
SemaObjCXX Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. 2009-06-05 06:03:19 +00:00
SemaTemplate Fix another crash and actually make the test case work. 2009-06-05 02:45:24 +00:00
CMakeLists.txt Clean up Clang regression testing in CMake, so that we get more 2009-06-05 16:26:18 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh If stderr isn't a terminal, don't try to guess the terminal width or 2009-05-06 21:28:42 +00:00