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
/
exception-spec.cpp
Age
Commit message (
Expand
)
Author
2009-10-17
Add a DR437 testcase, but disable it for now, since it fails.
Sebastian Redl
2009-10-14
Use partial diagnostics properly in call to RequireCompleteType. Among other ...
Sebastian Redl
2009-10-14
Do exception spec compatibility tests for member pointers, too.
Sebastian Redl
2009-10-11
Types appearing more than once in a spec shouldn't matter.
Sebastian Redl
2009-10-11
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-10
Implement the core checking for compatible exception specifications in assign...
Sebastian Redl
2009-08-27
Extend the exception spec test even further. Now I need to implement this.
Sebastian Redl
2009-07-18
Enhance testing of overriding exception specs for inaccessible base exceptions.
Sebastian Redl
2009-07-07
Implement checking of exception spec compatibility for overriding virtual fun...
Sebastian Redl
2009-07-04
Catch function redeclarations with incompatible exception specifications.
Sebastian Redl
2009-05-31
Disallow exception specs on typedefs.
Sebastian Redl
2009-05-29
Reject incomplete types in exception specs.
Sebastian Redl
2009-05-29
Disallow exception specifications on multi-level indirections.
Sebastian Redl