index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
scope-check.cpp
Age
Commit message (
Expand
)
Author
2013-02-15
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2012-10-31
Correctly reject gotos in function-level try blocks. PR14225.
Eli Friedman
2012-10-28
Fix invalid jump scopes again. This time without trying to find out if an
Rafael Espindola
2012-10-27
Revert 166876 while I debug a bootstrap problem.
Rafael Espindola
2012-10-27
Reapply 166855 with an early exit on null QualTypes.
Rafael Espindola
2012-10-27
Revert r166855. I can reproduce the bootstrap failure and have a testcase
Rafael Espindola
2012-10-27
Fix cases where we were not producing an error when a computed goto could
Rafael Espindola
2012-09-11
Fix namespace nesting and remove windows line endings.
Rafael Espindola
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-09-16
In Microsoft mode, warn if an indirect goto jump over a variable initialization.
Francois Pichet
2011-07-29
Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple
Argyrios Kyrtzidis
2011-04-22
I concur with DPG here. This does indeed apply in 0x mode. Added test
Chandler Carruth
2010-10-28
Implement an indirect-goto optimization for goto *&&lbl and respect this
John McCall
2010-08-02
Labels (and case statement) don't create independent scope parents for the
John McCall
2010-08-01
Don't consider all local variables in C++ to mandate scope-checking, just
John McCall
2010-05-12
When checking scopes for indirect goto, be more permissive (but still safe)
John McCall