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
/
SemaExceptionSpec.cpp
Age
Commit message (
Expand
)
Author
2010-03-31
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-29
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-24
When a declaration of a function is missing an exception specification
Douglas Gregor
2010-03-16
Perform access control for the implicit base and member destructor calls
John McCall
2010-02-12
Work around an annoying, non-standard optimization in the glibc
Douglas Gregor
2010-02-10
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2009-12-10
Implement C++ DR437, which involves exception-specifications that name
Douglas Gregor
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-10-14
Have the exception specification checkers take partial diagnostics. Use this ...
Sebastian Redl
2009-10-14
Use CanQualType in the exception specification verification type sets.
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