Age | Commit message (Expand) | Author |
2012-05-04 | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-19 | PR 12586: Fix assert while running libc++ testsuite: deal with exception | Richard Smith |
2012-04-17 | PR12569: Instantiate exception specifications of explicit instantiations | Richard Smith |
2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
2012-04-16 | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor |
2012-04-04 | If something already instantiated is reinstantiated as an explicit definition, | Nick Lewycky |
2012-04-02 | Basic semantic analysis support for inheriting constructor declarations in | Richard Smith |
2012-03-28 | When we form a new function/class template specialization, we first | Douglas Gregor |
2012-03-26 | Add a special-case diagnostic for one of the more obnoxious special cases of | Richard Smith |
2012-03-26 | Handle instantiations of redeclarations of forward-declared enumerations within | Richard Smith |
2012-03-26 | Delay checking of dependent underlying types for redeclarations of member | Richard Smith |
2012-03-23 | Support for definitions of member enumerations of class templates outside the | Richard Smith |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-13 | PR11850 + duplicates: don't assume that a function parameter pack expansion is | Richard Smith |
2012-03-13 | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-08 | Replace MarkVarRequired with a more generic | Rafael Espindola |
2012-03-05 | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola |
2012-02-16 | Lambda closure types are always considered to be like "local" classes, | Douglas Gregor |
2012-02-16 | Minor fix to template instantiation, which properly instantiates | DeLesley Hutchins |
2012-02-13 | Update constexpr implementation to match CWG's chosen approach for core issues | Richard Smith |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-06 | Move instantiateTemplateAttribute into the sema namespace, make helpers static. | Benjamin Kramer |
2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |
2012-01-25 | When we're substituting into a function parameter pack and expect to | Douglas Gregor |
2012-01-20 | Delayed template instantiation of late-parsed attributes. | DeLesley Hutchins |
2012-01-20 | Instantiate dependent attributes when instantiating templates. | DeLesley Hutchins |
2012-01-20 | Remove unused variables. | Benjamin Kramer |
2012-01-19 | An instantiation of a constexpr static data member in a class template is | Richard Smith |
2012-01-14 | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor |
2012-01-05 | Tweak the fix to PR8977: an empty expression-list represents value initializa... | Eli Friedman |
2011-12-26 | Delay checking of typedefs of dependent types. Fixes PR11630. | Rafael Espindola |
2011-12-21 | C++ constant expression handling: eagerly instantiate static const integral data | Richard Smith |
2011-12-20 | Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. | Richard Smith |
2011-12-10 | Make sure that we infer __strong, etc. when we instantiate variables | Douglas Gregor |
2011-11-26 | Fixed lexical declaration context when instantiating a friend / out-of-line c... | Abramo Bagnara |
2011-11-18 | Fixed implicit instantiations source range. | Abramo Bagnara |
2011-11-15 | Compute whether a class is trivial correctly for template classes with an exp... | Eli Friedman |
2011-11-10 | Removing unused initialization. | David Blaikie |
2011-11-07 | Drastically simplify the mapping from the declaration corresponding to | Douglas Gregor |
2011-11-04 | Revert r143551. It is causing g++.dg/template/crash52.C test failure. | Devang Patel |
2011-11-02 | Drastically simplify the mapping from the declaration corresponding to | Douglas Gregor |
2011-11-01 | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor |
2011-10-29 | Fixed FriendDecl source locations. | Abramo Bagnara |
2011-10-19 | Add a -Wc++98-compat warning for friend functions of class templates which would | Richard Smith |
2011-10-17 | Revert r142142: "Make a C-style cast a const-cast, to suppress a GCC warning." | Sebastian Redl |
2011-10-16 | Make a C-style cast a const-cast, to suppress a GCC warning. I should fix the... | Sebastian Redl |
2011-10-11 | Move some bool flags out of function parameter lists. | Kaelyn Uhrain |
2011-10-09 | After instantiating a 'noexcept' expression, be sure to convert it to | Douglas Gregor |