Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2bebbf0acee55404de4b8846713b64429e744e8f
/
test
/
Sema
/
enum.c
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 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
80711a2
Implement the GNU semantics for forward declarations of enum types in
by Douglas Gregor
· 16 years ago
4ec339f
Centralize error reporting of improper uses of incomplete types in the
by Douglas Gregor
· 16 years ago
8158f69
Warn about typedefs of enums without any declarator name. Fixes rdar://problem/6503878
by Douglas Gregor
· 16 years ago
0b7a158
Teach DeclContext how to find the primary declaration for any TagDecl
by Douglas Gregor
· 16 years ago
7df7b6b
Create new EnumDecl nodes for redeclarations of enums, linking them
by Douglas Gregor
· 16 years ago
e9a0f43
Workaround for PR3173. The fix is correct in the sense that if the enum
by Eli Friedman
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
45e52e1
Add test for nested enum redefinition. - <rdar://problem/6093889>
by Daniel Dunbar
· 16 years ago
be89909
testcase for PR2416, which we already handle correctly.
by Chris Lattner
· 16 years ago
d67cd9e
fix diagnostics.
by Chris Lattner
· 16 years ago
834a72a
Fix rdar://6095136, various crashes with incomplete enum types.
by Chris Lattner
· 16 years ago
14943b9
Fix PR2020 by recovering by defining an anonymous enum, instead of recovering
by Chris Lattner
· 16 years ago
d3cd1e5
by Steve Naroff
· 17 years ago
67c49e8
by Steve Naroff
· 17 years ago
3b427b3
rename -parse-ast-print to -ast-print
by Chris Lattner
· 17 years ago
9f3d942
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 17 years ago
ac60968
compute the required destination type for an enum, emitting various warnings.
by Chris Lattner
· 17 years ago