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
2011-03-12
Propagate the new exception information to FunctionProtoType.
Sebastian Redl
2011-03-02
Semantic checking for exception specifications should be triggered by
John McCall
2010-08-30
Emulate (some of) Microsoft's looser semantic checking of exception
Douglas Gregor
2010-03-24
When a declaration of a function is missing an exception specification
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-10
Implement C++ DR437, which involves exception-specifications that name
Douglas Gregor
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