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
/
array-init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Count the number of initializable members correctly in structs/unions
Eli Friedman
2008-05-25
1
-0
/
+6
*
Diagnose implicit init list for empty aggregate, like struct {}. Fixes
Eli Friedman
2008-05-25
1
-0
/
+4
*
Move the error checking for variable-sized objects so we don't
Eli Friedman
2008-05-25
1
-0
/
+4
*
Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give
Eli Friedman
2008-05-19
1
-2
/
+2
*
Fix PR2017 and silence some bogus errors.
Chris Lattner
2008-04-02
1
-3
/
+2
*
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-11
1
-5
/
+5
*
Fix a bug with struct initializers (in Sema::CheckInitializerListTypes()).
Steve Naroff
2008-01-28
1
-0
/
+5
*
Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA...
Steve Naroff
2008-01-25
1
-4
/
+41
*
Sema::CheckInitializerTypes(). Start simpliying and cleaning up...
Steve Naroff
2008-01-21
1
-0
/
+5
*
add comments for the various AssignConvertType's, and split int->pointer from...
Chris Lattner
2008-01-04
1
-3
/
+3
*
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2008-01-04
1
-3
/
+3
*
Add support for initializing char arrays from string literals.
Steve Naroff
2007-12-10
1
-0
/
+25
*
Fix the following bug...
Steve Naroff
2007-10-18
1
-0
/
+5
*
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
*
Remove a FIXME. Replace a couple asserts with an appropriate error
Steve Naroff
2007-09-12
1
-0
/
+4
*
More fun with initializers!
Steve Naroff
2007-09-04
1
-1
/
+83
*
Finish getting "array-init.c" to work properly.
Steve Naroff
2007-09-03
1
-3
/
+11
*
More progress on array initializers.
Steve Naroff
2007-09-02
1
-1
/
+5
*
More semantic analysis of initializers.
Steve Naroff
2007-09-02
1
-0
/
+9
*
Start implementing semantic analysis for C initializers.
Steve Naroff
2007-09-02
1
-0
/
+27