Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
cb59747c5e40847b0886355bcd97eeaa94dfb9ae
/
Sema
/
SemaStmt.cpp
cb59747
by Steve Naroff
· 17 years ago
a65ad46
Added LabelLoc to GotoStmt to record the source location of the label token
by Ted Kremenek
· 17 years ago
2157f27
Add a method required by the VC++ STL, patch by Hartmut Kaiser!
by Chris Lattner
· 17 years ago
a610eab
by Steve Naroff
· 17 years ago
c32a20d
by Steve Naroff
· 17 years ago
5d2fff8
by Steve Naroff
· 17 years ago
f2b0757
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
by Chris Lattner
· 17 years ago
820dfbd
Emit a slightly better warning for unused values for unary and binary operators:
by Chris Lattner
· 17 years ago
0661105
now that all the infrastructure is in place, enforce C99 6.8.5p3.
by Chris Lattner
· 17 years ago
3332fbd
If the condition of a for statement is promoted, make sure the
by Chris Lattner
· 17 years ago
3ea3b66
extwarn about decls intermixed with code in c89 mode.
by Chris Lattner
· 17 years ago
8141772
implement a fixme: __extension__ marker on decls in compound stmts.
by Chris Lattner
· 17 years ago
852d115
Fix a bug reported by Keith Bauer
by Chris Lattner
· 17 years ago
5c03960
in the truncation case, make sure to propagate the sign correctly, this
by Chris Lattner
· 17 years ago
0ab833c
finish off switch case overlap checking, adding support for
by Chris Lattner
· 17 years ago
7443e0f
detect and diagnose empty case ranges:
by Chris Lattner
· 17 years ago
2b1b9a8
fix a segfault in cases where there are no cases.
by Chris Lattner
· 17 years ago
1a4066d
report duplicate case values. TODO: report duplicate/overlapping ranges.
by Chris Lattner
· 17 years ago
3429a81
start checking case values of switch stmts more closely. Emit overflow
by Chris Lattner
· 17 years ago
45925ab
Added extra semantic checking to do basic detection of
by Ted Kremenek
· 17 years ago
235e1ad
Removed dead variable "hadError" in ParseReturnStmt.
by Ted Kremenek
· 17 years ago
1b8a46c
Implement syntax/semantic analysis for OCU Vector Components.
by Steve Naroff
· 17 years ago
4b00965
Fix a couple of bugs, add some new cool stuff.
by Chris Lattner
· 17 years ago