Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
98414c1b7d1944a57156d52e29bd41c005de09ac
/
Parse
/
ParseStmt.cpp
98414c1
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
by Chris Lattner
· 18 years ago
c30ebfb
extwarn about decls intermixed with code in c89 mode.
by Chris Lattner
· 18 years ago
45a566c
implement a fixme: __extension__ marker on decls in compound stmts.
by Chris Lattner
· 18 years ago
2215325
Fix test/Parser/if-scope-*.c. Patch by Neil Booth!
by Chris Lattner
· 18 years ago
31e0572
Break the assumption that any sort of scope (e.g. a loop scope) can
by Chris Lattner
· 18 years ago
3848440
optimize scope push/pop to avoid work in the common case.
by Chris Lattner
· 18 years ago
0ecea03
Fix the scoping issue Neil pointed out for the rest of
by Chris Lattner
· 18 years ago
a36ce71
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
by Chris Lattner
· 18 years ago
c1fcb77
Refactor switch analysis to make it possible to detect duplicate case values
by Anders Carlsson
· 18 years ago
95cfb85
Catch goto's with a missing identifier, patch by Neil Booth.
by Chris Lattner
· 18 years ago
d217773
At one point there were going to be lexer and parser tokens.
by Chris Lattner
· 18 years ago
6c36be5
Add initial switch stmt support, patch by Anders Carlsson!
by Chris Lattner
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago