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