aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExceptionSpec.cpp
AgeCommit message (Expand)Author
2010-03-31Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor
2010-03-31Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor
2010-03-31Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2010-03-29Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor
2010-03-24When a declaration of a function is missing an exception specificationDouglas Gregor
2010-03-16Perform access control for the implicit base and member destructor callsJohn McCall
2010-02-12Work around an annoying, non-standard optimization in the glibcDouglas Gregor
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2009-12-10Implement C++ DR437, which involves exception-specifications that nameDouglas Gregor
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-10-14Have the exception specification checkers take partial diagnostics. Use this ...Sebastian Redl
2009-10-14Use CanQualType in the exception specification verification type sets.Sebastian Redl
2009-10-14Use partial diagnostics properly in call to RequireCompleteType. Among other ...Sebastian Redl
2009-10-14Do exception spec compatibility tests for member pointers, too.Sebastian Redl
2009-10-11Types appearing more than once in a spec shouldn't matter.Sebastian Redl
2009-10-11Test exception spec compatibility on return type and parameters.Sebastian Redl