index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Ok, ok, I give in. Fix tests for unused result warning.
Daniel Dunbar
2009-08-01
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Add type checking for tentative definitions at the end of the
Douglas Gregor
2009-03-10
1
-1
/
+3
*
Partial fix for PR3310, concerning type-checking for tentative
Douglas Gregor
2009-03-10
1
-4
/
+2
*
Implement the GNU semantics for forward declarations of enum types in
Douglas Gregor
2009-03-06
1
-0
/
+11
*
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2009-01-19
1
-2
/
+9
*
Warn about typedefs of enums without any declarator name. Fixes rdar://proble...
Douglas Gregor
2009-01-17
1
-0
/
+3
*
Teach DeclContext how to find the primary declaration for any TagDecl
Douglas Gregor
2009-01-17
1
-1
/
+0
*
Create new EnumDecl nodes for redeclarations of enums, linking them
Douglas Gregor
2008-12-15
1
-0
/
+6
*
Workaround for PR3173. The fix is correct in the sense that if the enum
Eli Friedman
2008-12-08
1
-0
/
+3
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-3
/
+3
*
Add test for nested enum redefinition.
Daniel Dunbar
2008-08-07
1
-0
/
+4
*
testcase for PR2416, which we already handle correctly.
Chris Lattner
2008-07-26
1
-0
/
+3
*
fix diagnostics.
Chris Lattner
2008-07-25
1
-2
/
+2
*
Fix rdar://6095136, various crashes with incomplete enum types.
Chris Lattner
2008-07-25
1
-0
/
+15
*
Fix PR2020 by recovering by defining an anonymous enum, instead of recovering
Chris Lattner
2008-07-03
1
-0
/
+5
*
Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...
Steve Naroff
2008-01-18
1
-2
/
+2
*
Type::isArithmeticType(): disallow incomplete enum decls.
Steve Naroff
2008-01-16
1
-0
/
+6
*
rename -parse-ast-print to -ast-print
Chris Lattner
2007-10-11
1
-1
/
+1
*
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-09-26
1
-1
/
+1
*
compute the required destination type for an enum, emitting various warnings.
Chris Lattner
2007-08-28
1
-0
/
+24