- 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 15 years ago
- 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 15 years ago
- 29d2fd5 Fix template instantiation for __builtin_offfsetof expressions that refer to members of anonymous structs/unions by Douglas Gregor · 15 years ago
- 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
- e6ec5c4 When the qualifier of a id-expression is non-dependent but not by Douglas Gregor · 15 years ago
- d4598a2 When instantiating a function template specialization following by Douglas Gregor · 15 years ago
- 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 15 years ago
- 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 15 years ago
- 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
- 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 15 years ago
- f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 15 years ago
- 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 15 years ago
- c70e93c Tweak test case slightly by Douglas Gregor · 15 years ago
- 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 15 years ago
- d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 15 years ago
- 20b3c9d Strip cv-qualifiers when building C++ constructor and destructor names. by Douglas Gregor · 15 years ago
- a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
- 3fb53bd Reword the note we emit when suppressing template instantiation contexts, per John's advice by Douglas Gregor · 15 years ago
- 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 15 years ago
- 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
- d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
- 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 15 years ago
- f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 15 years ago
- 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 15 years ago
- cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 15 years ago
- 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 15 years ago
- d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 15 years ago
- 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
- d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
- cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
- c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 15 years ago
- 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
- db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 15 years ago
- edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 15 years ago
- bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 15 years ago
- b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
- 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
- 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
- a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 15 years ago
- 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 15 years ago
- 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 15 years ago
- 2243288 Properly account for redeclarations when explicitly instantiating class templates. by John McCall · 15 years ago
- 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
- 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
- 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
- 479be1a Add another test for weird substitutions into function types during template argument deduction by Douglas Gregor · 15 years ago
- 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 15 years ago
- 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 15 years ago
- e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 15 years ago
- a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 15 years ago
- 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 15 years ago
- 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 15 years ago
- 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 15 years ago
- 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
- bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
- a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
- 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
- d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
- a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 15 years ago
- 7b9a5aa During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 15 years ago
- 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
- 91be6f5 Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We by Douglas Gregor · 15 years ago
- bbbd54e Add test case from PR5812, which works now. by Douglas Gregor · 15 years ago
- 632c9d2 avoid issues with the new scope protector. Previously we'd error by Chris Lattner · 15 years ago
- 449d0a8 When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449 by Douglas Gregor · 15 years ago
- 96084f1 When instantiating a function-scoped enum, make sure that it and its by Douglas Gregor · 15 years ago
- 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
- 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
- 5fe8c04 Skip dependent virtual base classes; fixes PR6413. by Douglas Gregor · 15 years ago
- 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
- 1af7451 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 15 years ago
- c845aad When we decide to re-use an existing CXXConstructExpr node, make sure by Douglas Gregor · 15 years ago
- a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 15 years ago
- 2fa9800 Do not try to instantiate invalid declarations. It's a recipe for by Douglas Gregor · 15 years ago
- 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
- 17e0f40 Fix instantiation of template functions with local classes that contain virtual by Chandler Carruth · 15 years ago
- 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
- ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 15 years ago
- 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 16 years ago
- de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 16 years ago
- a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 16 years ago
- 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 16 years ago
- 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 16 years ago
- 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 16 years ago
- 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 16 years ago
- ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 16 years ago
- 67fa05b A dependent initializer with zero arguments should return a NULL by Douglas Gregor · 16 years ago
- 525f96c Default function arguments for function template specializations by Douglas Gregor · 16 years ago
- dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 16 years ago
- a4e8c2a When determining whether a scope specifier is complete, consider a by Douglas Gregor · 16 years ago
- 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 16 years ago
- 0b6bc8b When a function or variable somehow depends on a type or declaration by Douglas Gregor · 16 years ago
- 342fec4 Note that an overload candidate was non-viable because template argument by John McCall · 16 years ago
- 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 16 years ago
- 86b8e09 When naming a function template via a qualified-id (or any other way by Douglas Gregor · 16 years ago
- b2e90ac Land test case. by Anders Carlsson · 16 years ago
- 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 16 years ago
- 0707bc5 Teach Sema::ActOnDependentTemplateName that a dependent template name by Douglas Gregor · 16 years ago