| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR9941 for out-of-line template destructors too. | Sebastian Redl | 2011-05-20 | 1 | -7/+12 |
* | Reapply r121528, fixing PR9941 by delaying the exception specification check ... | Sebastian Redl | 2011-05-19 | 1 | -0/+8 |
* | For consistency, change suffix from war_ to warn_ for some Microsoft warnings... | Francois Pichet | 2011-04-22 | 1 | -2/+2 |
* | Downgrade err_mismatched_exception_spec to a ExtWarning in Microsoft mode. MS... | Francois Pichet | 2011-03-19 | 1 | -11/+10 |
* | More robust check for the special C++0x operator new workaround. | Sebastian Redl | 2011-03-15 | 1 | -5/+5 |
* | Implement a hack to work around the changing exception specification of opera... | Sebastian Redl | 2011-03-15 | 1 | -2/+38 |
* | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -4/+4 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -45/+200 |
* | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -4/+4 |
* | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl | 2011-03-06 | 1 | -4/+4 |
* | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi | 2011-03-06 | 1 | -4/+4 |
* | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl | 2011-03-05 | 1 | -4/+4 |
* | Semantic checking for exception specifications should be triggered by | John McCall | 2011-03-02 | 1 | -3/+3 |
* | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -3/+1 |
* | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -18/+17 |
* | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -17/+18 |
* | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -18/+17 |
* | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -0/+2 |
* | Emulate (some of) Microsoft's looser semantic checking of exception | Douglas Gregor | 2010-08-30 | 1 | -0/+8 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -1/+1 |
* | Disable exception-spec compatibility checking under -fno-exceptions. | John McCall | 2010-05-28 | 1 | -0/+9 |
* | Use CanQualType to enforce the use of a canonical type argument to | Douglas Gregor | 2010-05-21 | 1 | -1/+1 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+1 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -1/+2 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+1 |
* | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -4/+2 |
* | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -10/+14 |
* | When a declaration of a function is missing an exception specification | Douglas Gregor | 2010-03-24 | 1 | -14/+115 |
* | Perform access control for the implicit base and member destructor calls | John McCall | 2010-03-16 | 1 | -3/+3 |
* | Work around an annoying, non-standard optimization in the glibc | Douglas Gregor | 2010-02-12 | 1 | -2/+63 |
* | Improve access control diagnostics. Perform access control on member-pointer | John McCall | 2010-02-10 | 1 | -2/+16 |
* | Implement C++ DR437, which involves exception-specifications that name | Douglas Gregor | 2009-12-10 | 1 | -4/+13 |
* | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -2/+2 |
* | Have the exception specification checkers take partial diagnostics. Use this ... | Sebastian Redl | 2009-10-14 | 1 | -11/+14 |
* | Use CanQualType in the exception specification verification type sets. | Sebastian Redl | 2009-10-14 | 1 | -3/+3 |
* | Use partial diagnostics properly in call to RequireCompleteType. Among other ... | Sebastian Redl | 2009-10-14 | 1 | -8/+6 |
* | Do exception spec compatibility tests for member pointers, too. | Sebastian Redl | 2009-10-14 | 1 | -0/+5 |
* | Types appearing more than once in a spec shouldn't matter. | Sebastian Redl | 2009-10-11 | 1 | -5/+10 |
* | Test exception spec compatibility on return type and parameters. | Sebastian Redl | 2009-10-11 | 1 | -0/+309 |