- 7fcd136 Fix incorrect comment. by Richard Smith · 12 years ago
- b5ea91c Fix up after r163846. Sorry! by Richard Smith · 12 years ago
- 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
- e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
- 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
- ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago
- 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
- 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
- 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
- 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
- 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
- 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
- e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
- 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
- a4b3965 PR13499: Don't try to check whether 'override' has been validly applied until by Richard Smith · 12 years ago
- 5121781 Explicitly defaulted constructors cannot be used for default initialization. by Aaron Ballman · 12 years ago
- aa1e192 Update source location in test. by Benjamin Kramer · 12 years ago
- b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
- 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
- 517bb84 PR13381, part 2: when determining if a defaulted special member function should by Richard Smith · 12 years ago
- 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
- 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
- 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
- 8ad6c86 PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". by Richard Smith · 12 years ago
- 2059939 PR12670: Support for initializing an array of non-aggregate class type from an by Richard Smith · 12 years ago
- 16d0078 From Philippe Canal: by Axel Naumann · 12 years ago
- 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
- d9cf826 PR12937: Explicitly deleting an explicit template specialization. by David Blaikie · 12 years ago
- 5d7700e Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned by Richard Smith · 12 years ago
- 0d3317e Improve the error message when a function overload candidate is rejected by Kaelyn Uhrain · 12 years ago
- 03f1eb0 Check the parameter lists and return type of both blocks and lambdas by Douglas Gregor · 12 years ago
- cd65f49 Add missing narrowing check: converting from a signed integral type to a wider by Richard Smith · 12 years ago
- 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
- 7756afa Fix PR13052 properly, by performing special member lookup to determine whether by Richard Smith · 12 years ago
- 3f5f558 PR13051: If a constructor is explicitly defaulted, it isn't marked as being by Richard Smith · 12 years ago
- c86c40b Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope by Douglas Gregor · 12 years ago
- 8d3607b Allow CorrectTypo to add/modify nested name qualifiers to typos that by Kaelyn Uhrain · 12 years ago
- 113c444 A non-explicit constructor template with a second parameter that is a by Douglas Gregor · 12 years ago
- 2876983 Fixes some test cases that should have come along with r157943. by Aaron Ballman · 12 years ago
- 4872e10 Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template. by David Blaikie · 12 years ago
- e26073c Implement the C++11 discarded value expression rules for volatile lvalues. <rdar://problem/10790820>. by Eli Friedman · 12 years ago
- 25582fc Recover better from a missing 'typename' in a function template definition. by Richard Smith · 12 years ago
- d57f52c Clean up r156925, so that we only mark the capturing DeclRefExpr of a by Douglas Gregor · 12 years ago
- 29a93f8 Fix code generation of variables reference expressions when mixing by Douglas Gregor · 12 years ago
- 827adaf Don't use the implicit int rule for error recovery in C++. Instead, try to by Richard Smith · 12 years ago
- be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
- 455e3e1 Test file I forgot to 'svn add' in r156802. by Richard Smith · 12 years ago
- 3003e1d Fold the six functions checking explicitly-defaulted special member functions by Richard Smith · 12 years ago
- 2f68ca0 When diagnosing inaccessible temporary destructors in decltype expressions, use by Richard Smith · 12 years ago
- 060ddb0 hopefully fix a bunch of ARM buildbot failures by Nuno Lopes · 12 years ago
- a971d24 Push the knowledge that we are parsing a type-id/type-name further into the by Richard Smith · 12 years ago
- 1348967 Change how we suppress access control in explicit instantiations by John McCall · 12 years ago
- d079abf A union can have a constexpr defaulted default constructor, if it has an by Richard Smith · 12 years ago
- 7ad5c99 Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. by Argyrios Kyrtzidis · 12 years ago
- 6deb820 Disable our non-standard delayed parsing of exception specifications. Delaying by Richard Smith · 13 years ago
- 294fe20 We don't need a lengthy quote from the wrong standard. by Douglas Gregor · 13 years ago
- 587e812 Add test cases for r155935. by Douglas Gregor · 13 years ago
- 6850faf PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference by Richard Smith · 13 years ago
- e531001 PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another by Richard Smith · 13 years ago
- a2e76f5 [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a by Richard Smith · 13 years ago
- a1366cb PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. by Richard Smith · 13 years ago
- c799a6a If a type is non-literal by virtue of being incomplete produce notes by Richard Smith · 13 years ago
- 5d59b79 PR12625: Cope with classes which have incomplete base or member types: by Richard Smith · 13 years ago
- 2b2a087 Don't try to delay parsing the exception specification for a data member of a by Richard Smith · 13 years ago
- 8c614e4 PR12629: Cope with parenthesized function types when attaching a delayed by Richard Smith · 13 years ago
- 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 13 years ago
- e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 13 years ago
- 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 13 years ago
- cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 13 years ago
- a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 13 years ago
- 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 13 years ago
- 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 13 years ago
- 6ee326a Disambiguation of '[[': by Richard Smith · 13 years ago
- 63f5578 My original patch missed the virtual-base case for destroying by John McCall · 13 years ago
- 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 13 years ago
- b9abd872 Fix several problems with protected access control: by John McCall · 13 years ago
- d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 13 years ago
- e47029a Temporary workaround for bug#12457: turn the 'constexpr function never produces by Richard Smith · 13 years ago
- a85cf39 Improve diagnostics for invalid use of non-static members / this: by Richard Smith · 13 years ago
- e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 13 years ago
- 397f327 Hardcode a triple to prevent the test failing on targets which don't support __thread. by Richard Smith · 13 years ago
- b4051e7 Implement C++11 [temp.arg.nontype]'s permission to use the address of an object by Richard Smith · 13 years ago
- a9b55a4 Dependent-sequence initialization of a single element can be direct by Douglas Gregor · 13 years ago
- e14ba2c When computing the conversion sequence in overload resolution by John McCall · 13 years ago
- e6af660 PR10217 diagnostic fix: don't say 'copy constructor' when we mean by Richard Smith · 13 years ago
- 5bdaac5 Finish PR10217: Ensure we say that a special member was implicitly, not by Richard Smith · 13 years ago
- 1c931be Implement DR1402: if a field or base class is not movable, the derived class's by Richard Smith · 13 years ago
- c5a89a1 Basic semantic analysis support for inheriting constructor declarations in by Richard Smith · 13 years ago
- 6c4c36c PR10217: Provide diagnostics explaining why an implicitly-deleted special by Richard Smith · 13 years ago
- 1ef28db Extend -Wc++11-narrowing to cover converted constant expressions as well as braced-initializers. <rdar://problem/11121178>. by Eli Friedman · 13 years ago
- 6960587 Unify and fix our checking of C++ [dcl.meaning]p1's requirements by Douglas Gregor · 13 years ago
- 1af83c4 Support for definitions of member enumerations of class templates outside the by Richard Smith · 13 years ago
- 42acead Diagnose tag and class template declarations with qualified by Douglas Gregor · 13 years ago
- 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 13 years ago
- f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 13 years ago
- e37f484 Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template by Richard Smith · 13 years ago
- 7c5d28b PR11850 + duplicates: don't assume that a function parameter pack expansion is by Richard Smith · 13 years ago
- 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 13 years ago
- 860d9b7 C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded by Douglas Gregor · 13 years ago
- 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 13 years ago