Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2d3dfd70eee48005f253b72d288e0eb4ed754fe0
/
test
/
Sema
/
tentative-decls.c
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
ec8b59f
Improve GCC compatibility by allowing static tentative definitions of
by Douglas Gregor
· 16 years ago
eaaebc7
This is a pretty big cleanup for how invalid decl/type are handle.
by Chris Lattner
· 16 years ago
b6c8c8b
Explictly track tentative definitions within Sema, then hand those
by Douglas Gregor
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
38179b2
Thanks to Eli for pointing out my misreading of 6.2.2p5
by Douglas Gregor
· 16 years ago
5ef122e
Variables marked as "extern" can actually have internal linkage if
by Douglas Gregor
· 16 years ago
275a369
Add type checking for tentative definitions at the end of the translation unit.
by Douglas Gregor
· 16 years ago
a03aca8
Partial fix for PR3310, concerning type-checking for tentative
by Douglas Gregor
· 16 years ago
cda9c67
Adopt a more principled approach to invalid declarations:
by Douglas Gregor
· 16 years ago
89ef6e0
Fix redundant errors for redefinitions with multiple existing definitions.
by Sebastian Redl
· 16 years ago
ddf7e99
Make the test cases failing due to exact diagnostic matching XFAIL.
by Sebastian Redl
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
094cefb
Fix http://llvm.org/bugs/show_bug.cgi?id=2760.
by Steve Naroff
· 16 years ago
f855e6f
Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incomplete array types are completed (and diagnosed properly).
by Steve Naroff
· 16 years ago
907747b
Fix Sema::MergeVarDecl() to better handle type compatibility. The previous code was trying to handle arrays specially (which didn't work for pointers to array). Removed local helper function areEquivalentArrayTypes(), replacing it's use with the more general ASTContext::typesAreCompatible() predicate.
by Steve Naroff
· 16 years ago
ff9eb1f
Fix issues with C "tentative" definitions.
by Steve Naroff
· 16 years ago
235549c
Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" errors when parsing AppKit that gcc does not.
by Steve Naroff
· 17 years ago
b7b032e
by Steve Naroff
· 17 years ago