summaryrefslogtreecommitdiffstats
path: root/test/Sema/tentative-decls.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve GCC compatibility by allowing static tentative definitions ofDouglas Gregor2009-07-201-1/+1
* This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner2009-04-251-4/+4
* Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor2009-04-211-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Thanks to Eli for pointing out my misreading of 6.2.2p5Douglas Gregor2009-03-231-1/+4
* Variables marked as "extern" can actually have internal linkage ifDouglas Gregor2009-03-191-1/+1
* Add type checking for tentative definitions at the end of theDouglas Gregor2009-03-101-3/+6
* Partial fix for PR3310, concerning type-checking for tentativeDouglas Gregor2009-03-101-0/+8
* Adopt a more principled approach to invalid declarations:Douglas Gregor2009-02-161-4/+6
* Fix redundant errors for redefinitions with multiple existing definitions.Sebastian Redl2009-02-081-2/+0
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-081-0/+2
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-6/+6
* Fix http://llvm.org/bugs/show_bug.cgi?id=2760.Steve Naroff2008-09-171-0/+6
* Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incompl...Steve Naroff2008-08-101-0/+4
* Fix Sema::MergeVarDecl() to better handle type compatibility. The previous co...Steve Naroff2008-08-091-0/+3
* Fix issues with C "tentative" definitions.Steve Naroff2008-08-081-3/+6
* Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" err...Steve Naroff2008-05-121-0/+3
* Many refinements to Sema::MergeVarDecl(). This routine still needs some re-wo...Steve Naroff2008-01-301-0/+24