- 743b82b Unkown -> Unknown by Peter Collingbourne · 14 years ago
- 8595a0c Remove obsolete comments. by Francois Pichet · 14 years ago
- baf8695 Produce a better error message for invalid register names. by Rafael Espindola · 14 years ago
- f57258b MSVC doesn't require an accessible copy-constructor when binding a temporary class object to a const-reference. by Francois Pichet · 14 years ago
- 4b0766f Canonicalize types before possible cast. by Abramo Bagnara · 14 years ago
- 6915c52 More __uuidof validation: by Francois Pichet · 14 years ago
- 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
- 6e4e17d Fix a thinko in a helper routine for template argument deduction that by Douglas Gregor · 14 years ago
- 8537473 Non-type template parameter packs cannot have default arguments. by Douglas Gregor · 14 years ago
- 56bc983 When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 14 years ago
- 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
- a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 14 years ago
- c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
- b9c6631 Reimplement the comparison of a class template partial by Douglas Gregor · 14 years ago
- ea6c96f Implement the part of C++0x [temp.arg.explicit]p3 that pertains to by Douglas Gregor · 14 years ago
- 7b976ec Implement the rest of C++0x [temp.deduct.type]p9, which specifies that by Douglas Gregor · 14 years ago
- c6ed729 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
- 34c2f8c Be paranoid about NULL size expressions in dependently-sized array types by Douglas Gregor · 14 years ago
- 0d80abc Unify the consistency checking for deduced template arguments into a by Douglas Gregor · 14 years ago
- e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 14 years ago
- 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
- 0972c86 When performing template argument deduction where the argument is a by Douglas Gregor · 14 years ago
- 20a55e2 Implicitly expand argument packs when performing template argument by Douglas Gregor · 14 years ago
- a0e27f0 Redesign the way anonymous fields are handled in designated-initializers. by Francois Pichet · 14 years ago
- f97ecf3 Tweak the checking of class template partial specialization arguments by Douglas Gregor · 14 years ago
- f7dd699 Add some const qualifiers by Douglas Gregor · 14 years ago
- cfddf7b For member pointer conversions potentially involving derived-to-base by Douglas Gregor · 14 years ago
- ebb1c56 When searching for the instantiation of a locally-scoped tag by Douglas Gregor · 14 years ago
- b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
- bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
- b0ee93c A class template partial specialization cannot be a friend. Fixes PR8649. by Douglas Gregor · 14 years ago
- 6fb0729 When checking a using declaration, make sure that the context we're by Douglas Gregor · 14 years ago
- 14af91a Don't try to compute the value of a value-dependent expression when by Douglas Gregor · 14 years ago
- b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 14 years ago
- 00ccbef Fix the noreturn conversion to only strip off a single level of indirection. by John McCall · 14 years ago
- 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
- 7ca7ac4 Further refactoring of the tree transformation for template argument by Douglas Gregor · 14 years ago
- a40bc72 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 14 years ago
- 984a58b Handle instantiation of template type parameter packs that occur as by Douglas Gregor · 14 years ago
- 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
- 21a288f Remove unused variable by Matt Beaumont-Gay · 14 years ago
- 7f61f2f Finish refactoring the transformation of template argument lists, by Douglas Gregor · 14 years ago
- fcc1253 Refactor the transformation of template argument lists to centralize by Douglas Gregor · 14 years ago
- 14be16b When checking a template argument list against a template containing by Douglas Gregor · 14 years ago
- 87dd697 Clean up the handling of template argument packs, especially in the by Douglas Gregor · 14 years ago
- d803912 XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. by Francois Pichet · 14 years ago
- 913b7bf Emit an error if operator __uuidof() is called on a type with no associated GUID. by Francois Pichet · 14 years ago
- 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
- d3d3be9 Validate Microsoft's uuid attribute string. by Francois Pichet · 14 years ago
- 276fdf4 1. Add some ABI information for the Microblaze. by Wesley Peck · 14 years ago
- 1154214 Add support for the Microsoft uuid attribute: by Francois Pichet · 14 years ago
- e6a365d Motions towards simplifying how we deal with attribute-qualified function types. by John McCall · 14 years ago
- 7f1b987 Apply attributes to explicit specializations. Specializations which by John McCall · 14 years ago
- dd4430e Warn when synthesizing a property which is by Fariborz Jahanian · 14 years ago
- 320e153 Use hasSameType to compare types for equality. by Abramo Bagnara · 14 years ago
- bbca85d Avoid to emit redundant implicit cast for enum constants init expressions. by Abramo Bagnara · 14 years ago
- 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
- a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
- 099ffe8 Tweak a comment by Douglas Gregor · 14 years ago
- 4d2abba Delay the check for unexpanded parameter packs in the types of by Douglas Gregor · 14 years ago
- 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
- 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
- 0762bfd Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 14 years ago
- a31040f Check for unexpanded parameter packs within variable initializers. by Douglas Gregor · 14 years ago
- 6ccab97 Check for unexpanded parameter packs in friend declarations. by Douglas Gregor · 14 years ago
- 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
- 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 14 years ago
- 0c9e479 Check for unexpanded parameter packs in enumeration types and enumerators. by Douglas Gregor · 14 years ago
- 399ad97 Check for unexpanded parameter packs in static assertion expressions. by Douglas Gregor · 14 years ago
- 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
- e186269 Check for unexpanded parameter packs in various kinds of by Douglas Gregor · 14 years ago
- cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 14 years ago
- 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 14 years ago
- 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
- c463335 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 14 years ago
- 028d397 Reorganize LookupMemberExpr for clarity and to make the obvious fast paths by John McCall · 14 years ago
- de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
- fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
- 5e3c67b Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital by John McCall · 14 years ago
- bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
- bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
- 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
- 8786da7 Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix by John McCall · 14 years ago
- 373920b Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found by John McCall · 14 years ago
- e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
- 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
- 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
- d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
- 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
- 6a57746 Reduce the number of builtin operator overload candidates added in certain by Chandler Carruth · 14 years ago
- 7b38198 Basic, Sema: add support for CUDA launch_bounds attribute by Peter Collingbourne · 14 years ago
- 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
- aee543a Move the functionality to mark all vtables of key functions as used within by Chandler Carruth · 14 years ago
- 6d69558 Finish cleaning up the static utility code for adding builtin operator overload by Chandler Carruth · 14 years ago
- 38ca8d1 Clean up the helpers used to compute the usual arithmetic conversions' result by Chandler Carruth · 14 years ago
- 3c69dc4 Add a comment to a helper function. by Chandler Carruth · 14 years ago
- 7b80b4b Sink the logic to suppress builtin operator overloads in the presence of by Chandler Carruth · 14 years ago
- abb7184 Reorder the cases in the switch to be more logically grouped (to my mind). If by Chandler Carruth · 14 years ago
- c140946 Remove the final goto from this switch making it explict which overload set is by Chandler Carruth · 14 years ago
- 32fe0d0 Fold away completely identical code with simple fallthrough. by Chandler Carruth · 14 years ago