Age | Commit message (Expand) | Author |
2012-05-09 | objective-c. Fixes a 'fixit' where location of | Fariborz Jahanian |
2012-05-04 | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor |
2012-05-04 | Switch RequireLiteralType() off of PartialDiagnostic. | Douglas Gregor |
2012-05-04 | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor |
2012-05-02 | Revert most of r154844, which was disabled in r155975. Keep around the | Richard Smith |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-25 | If a type is non-literal by virtue of being incomplete produce notes | Richard Smith |
2012-04-23 | Teach RequireCompleteType about multi-dimensional arrays. Fixes | Douglas Gregor |
2012-04-16 | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor |
2012-04-05 | Implement C90 pedantic warning for duplicate declaration specifiers which are... | Eli Friedman |
2012-04-04 | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith |
2012-03-22 | During the instantiation of a class template specialization, that | Richard Smith |
2012-03-12 | Fix parsing of trailing-return-type. Types are syntactically prohibited from | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | [Sema] A tag decl that is marked as invalid and is used in a decl-spec, | Argyrios Kyrtzidis |
2012-03-09 | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar |
2012-02-24 | Make helper static. | Benjamin Kramer |
2012-02-20 | Make RequireLiteralType work correctly with incomplete array types. PR12037. | Eli Friedman |
2012-02-18 | Unify our computation of the type of a captured reference to a | Douglas Gregor |
2012-02-13 | Update constexpr implementation to match CWG's chosen approach for core issues | Richard Smith |
2012-02-12 | Implement the standard decltype() semantics described in C++11 | Douglas Gregor |
2012-02-12 | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor |
2012-02-11 | Make sure to try instantiating a templated type which is used in an _Atomic | Richard Smith |
2012-02-10 | PR11684, core issue 1417: | Richard Smith |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-09 | CWG issue 1405: mutable members are allowed in literal types, but can't undergo | Richard Smith |
2012-02-08 | Only complain about __strong __strong id, not __strong SomeStrongTypedef | John McCall |
2012-02-08 | Revise the SplitQualType interface to make it its own thing instead of | John McCall |
2012-02-06 | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara |
2012-02-06 | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |
2012-02-01 | constexpr: Unlike other incomplete types, 'void' cannot possibly be completed as | Richard Smith |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-26 | Don't suppress access-control or invalid-type diagnostics from a | John McCall |
2012-01-21 | Fix some comments relating to ExpressionEvaluationContexts. Get rid of a cou... | Eli Friedman |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-20 | Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler an... | Eli Friedman |
2012-01-18 | Fix a couple issues where we didn't correctly delay diagnostics in Potentiall... | Eli Friedman |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-11 | Do placeholder conversions on array bounds in both declarators and | John McCall |
2012-01-06 | More lambda work. Fixes a minor bug Richard pointed out, makes lookup for la... | Eli Friedman |
2012-01-04 | Add an explicit LambdaExprContext to Declarator, to parallel BlockLiteralCont... | Eli Friedman |
2012-01-02 | Diagnose cases where the definition of a particular type is required, | Douglas Gregor |
2011-12-29 | Change the diagnostics which said 'accepted as an extension' to instead say | Richard Smith |
2011-12-28 | Small refactoring and simplification of constant evaluation and some of its | Richard Smith |
2011-12-20 | Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. | Richard Smith |
2011-12-16 | Sema::RequireCompleteType currently attempts to | Sean Callanan |
2011-11-14 | Use Sema::RequireCompleteType to check for the completeness of | Douglas Gregor |
2011-11-12 | Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr | Richard Smith |