Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0fd8ff73630adab9a33123f23ef62fcf5c3cf326
/
lib
/
Sema
/
JumpDiagnostics.cpp
5abbd60
Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers
by Douglas Gregor
· 15 years ago
6d97e5e
Implement jump checking for initialized c++ variables, implementing
by Chris Lattner
· 15 years ago
6490ae5
Silence some warnings produced by Clang, and add a missing header
by Douglas Gregor
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
be6d259
enhance the goto checker to reject jumps across __block variable definitions.
by Chris Lattner
· 15 years ago
40b598e
Remove the ASTContext parameter from the attribute-related methods of Decl.
by Argyrios Kyrtzidis
· 15 years ago
68584ed
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
by Douglas Gregor
· 15 years ago
972041f
Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes.
by Sebastian Redl
· 16 years ago
16f0049
split ObjC and C++ Statements out into their own headers.
by Chris Lattner
· 16 years ago
46c3c4b
add support for goto checking and @synchronized blocks, rdar://6810106
by Chris Lattner
· 16 years ago
5af280c
move jump scope checking and related code out into its own file, SemaDecl.cpp is
by Chris Lattner
· 16 years ago