| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Per C++11 [except.spec]p2, rvalue references are not permitted in exception s... | Richard Smith | 2012-11-28 | 1 | -33/+34 |
| * | PR14388: An array or function type in an exception specification should be | Richard Smith | 2012-11-28 | 1 | -12/+23 |
| * | Rework implementation of DR1492: Apply the resolution to operator delete too, | Richard Smith | 2012-10-20 | 1 | -18/+37 |
| * | DR1492: In a definition of a destructor, the exception specification must be | Richard Smith | 2012-10-16 | 1 | -16/+28 |
| * | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 2012-09-12 | 1 | -0/+1 |
| * | Store SourceManager pointer on PrintingPolicy in the case where we're dumping, | Richard Smith | 2012-08-16 | 1 | -2/+1 |
| * | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -19/+12 |
| * | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -3/+5 |
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -1/+1 |
| * | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith | 2012-04-17 | 1 | -1/+358 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -8/+8 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -2/+0 |
| * | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor | 2011-09-27 | 1 | -3/+3 |
| * | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor | 2011-09-27 | 1 | -2/+2 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
| * | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -3/+3 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -4/+6 |
| * | MSVC doesn't do any validation regarding exception specification. | Francois Pichet | 2011-05-24 | 1 | -1/+4 |
| * | 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 |