index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
JumpDiagnostics.cpp
Age
Commit message (
Expand
)
Author
2010-03-08
Make a note for the C++0x future, when we'll have to revisit the jump-diagnos...
Douglas Gregor
2010-03-01
Implement jump checking for initialized c++ variables, implementing
Chris Lattner
2009-11-17
Silence some warnings produced by Clang, and add a missing header
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-19
enhance the goto checker to reject jumps across __block variable definitions.
Chris Lattner
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-04-27
Improve validation of C++ exception handling: diagnose throwing incomplete ty...
Sebastian Redl
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-21
add support for goto checking and @synchronized blocks,
Chris Lattner
2009-04-19
move jump scope checking and related code out into its own file, SemaDecl.cpp is
Chris Lattner