aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/tentative-decls.c
AgeCommit message (Expand)Author
2012-08-17c: privide deprecated warning when __private_extern__ storageFariborz Jahanian
2012-08-15Patch to warn about __private_extern__ on tentative definitionsFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-20Improve GCC compatibility by allowing static tentative definitions ofDouglas Gregor
2009-04-25This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner
2009-04-21Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-23Thanks to Eli for pointing out my misreading of 6.2.2p5Douglas Gregor
2009-03-19Variables marked as "extern" can actually have internal linkage ifDouglas Gregor
2009-03-10Add type checking for tentative definitions at the end of theDouglas Gregor
2009-03-10Partial fix for PR3310, concerning type-checking for tentativeDouglas Gregor
2009-02-16Adopt a more principled approach to invalid declarations:Douglas Gregor
2009-02-08Fix redundant errors for redefinitions with multiple existing definitions.Sebastian Redl
2009-02-08Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-09-17Fix http://llvm.org/bugs/show_bug.cgi?id=2760.Steve Naroff
2008-08-10Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incompl...Steve Naroff
2008-08-09Fix Sema::MergeVarDecl() to better handle type compatibility. The previous co...Steve Naroff
2008-08-08Fix issues with C "tentative" definitions.Steve Naroff
2008-05-12Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" err...Steve Naroff
2008-01-30Many refinements to Sema::MergeVarDecl(). This routine still needs some re-wo...Steve Naroff