summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExceptionSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-1/+2
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-2/+1
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-4/+2
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-291-10/+14
* When a declaration of a function is missing an exception specificationDouglas Gregor2010-03-241-14/+115
* Perform access control for the implicit base and member destructor callsJohn McCall2010-03-161-3/+3
* Work around an annoying, non-standard optimization in the glibcDouglas Gregor2010-02-121-2/+63
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-2/+16
* Implement C++ DR437, which involves exception-specifications that nameDouglas Gregor2009-12-101-4/+13
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-2/+2
* Have the exception specification checkers take partial diagnostics. Use this ...Sebastian Redl2009-10-141-11/+14
* Use CanQualType in the exception specification verification type sets.Sebastian Redl2009-10-141-3/+3
* Use partial diagnostics properly in call to RequireCompleteType. Among other ...Sebastian Redl2009-10-141-8/+6
* Do exception spec compatibility tests for member pointers, too.Sebastian Redl2009-10-141-0/+5
* Types appearing more than once in a spec shouldn't matter.Sebastian Redl2009-10-111-5/+10
* Test exception spec compatibility on return type and parameters.Sebastian Redl2009-10-111-0/+309
OpenPOWER on IntegriCloud