1. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 14 years ago
  2. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 14 years ago
  3. 86ff308 Extract a common structure for holding information about the definition by John McCall · 14 years ago
  4. 4a73ea9 Teach the allocation function overload handling to deal with templates, and by Chandler Carruth · 14 years ago
  5. a873dfc Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 14 years ago
  6. 6997aae Switch expressions like T() and T(1,2) over to new-style initialization. I'm by Eli Friedman · 14 years ago
  7. ad323a8 Fix a major oversight in the comparison of standard conversion by Douglas Gregor · 14 years ago
  8. 86820f5 Pass access specifiers around in overload resolution. by John McCall · 14 years ago
  9. eec51cf Give UnresolvedSet the ability to store access specifiers for each declaration. by John McCall · 14 years ago
  10. 3005efe Make the AST explicitly represent the cast of the first operand of a by Eli Friedman · 15 years ago
  11. 9d12503 Preserve type source information in explicit cast expressions. by John McCall · 15 years ago
  12. adbb8f8 Record some basic information about bad conversion sequences. Use that by John McCall · 15 years ago
  13. cbce606 So I was sitting around, trying vainly to think of something to commit, and then by John McCall · 15 years ago
  14. 1d31833 Introduce a specific representation for the ambiguous implicit conversion by John McCall · 15 years ago
  15. 8120162 Change the printing of OR_Deleted overload results to print all the candidates, by John McCall · 15 years ago
  16. 828a197 Add an "implicit" bit to CXXThisExpr, so that we can track by Douglas Gregor · 15 years ago
  17. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  18. de8ac49 Get rid of more unnecessary code. by Eli Friedman · 15 years ago
  19. d2835b7 Get rid of some unnecessary code. by Eli Friedman · 15 years ago
  20. 5132655 When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr by Douglas Gregor · 15 years ago
  21. 154fe98 There is no such thing as typeinfo for a cv-qualified type. Assert by Douglas Gregor · 15 years ago
  22. 765ccba Diagnose the use of incomplete types in C++ typeid expressions by Douglas Gregor · 15 years ago
  23. f57f207 Remove cv-qualifiers from the argument to typeid by Douglas Gregor · 15 years ago
  24. 6e790ab Allow the first parameter of operator new to be a cv-qualified by Douglas Gregor · 15 years ago
  25. 90f9382 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
  26. d6542d8 Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't use the location information but we did spend a bunch of time building faked-up TypeLocs by Douglas Gregor · 15 years ago
  27. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  28. fc28448 implement PR5654: add -fassume-sane-operator-new, which is enabled by default, and adds the malloc attribute to the global function new() and to the overloaded new operators. by Nuno Lopes · 15 years ago
  29. 6864748 Fix semantic diagnostics that embed English works, from Nicola Gigante! by Douglas Gregor · 15 years ago
  30. 5ee56e9 Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Action::FullExpr to Action::MakeFullExpr to avoid name clashes. by Anders Carlsson · 15 years ago
  31. 99a2e60 Switch the C++ new expression over to InitializationSequence, rather by Douglas Gregor · 15 years ago
  32. 0ece491 ShouldDestroyTemporaries? I don't think so. by Anders Carlsson · 15 years ago
  33. 5501636 Add support for finding composite type of twp objective-c pointers by Fariborz Jahanian · 15 years ago
  34. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  35. eac8139 Look through using declarations when searching for allocation overloads. by Anders Carlsson · 15 years ago
  36. 772fffa Fix for PR5730: make sure to consistently call by Eli Friedman · 15 years ago
  37. 43c79c2 Implemented an implicit conversion from "noreturn" function types (and by Douglas Gregor · 15 years ago
  38. 0cedfbd Patch to allow matching 0 with an objective-c pointer type by Fariborz Jahanian · 15 years ago
  39. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  40. 1f5f3a4 When we're building a CXXExprWithTemporaries, only include those by Douglas Gregor · 15 years ago
  41. 5ec02ae In Sema, whenever we think that a function is going to cause a vtable to be generated, we mark any virtual implicit member functions as referenced. by Anders Carlsson · 15 years ago
  42. 1bcee0a Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: by John McCall · 15 years ago
  43. 6bc9768 Fix a code gen. crash synthesizing a destructor. Fixes pr5660. by Fariborz Jahanian · 15 years ago
  44. 129e2df Eliminate the use of OverloadedFunctionDecl in member expressions. by John McCall · 15 years ago
  45. d888962 More work on ScalarExprEmitter::EmitCastExpr: for every cast kind, either by Eli Friedman · 15 years ago
  46. 2afce72 Refactor our handling of expression evaluation contexts, so that Sema by Douglas Gregor · 15 years ago
  47. 99e9b4d Eliminate CXXConditionDeclExpr with extreme prejudice. by Douglas Gregor · 15 years ago
  48. 2fe168f Refactor argument collection of constructor calls using the common routine. by Fariborz Jahanian · 15 years ago
  49. 4cd1c70 More cleanup of argument call collection. by Fariborz Jahanian · 15 years ago
  50. f7a1a74 Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and by John McCall · 15 years ago
  51. 048f52a Refactor collection of call arguments in common code. by Fariborz Jahanian · 15 years ago
  52. a7605db Un-break instantiation of if statements with conditional variables by Douglas Gregor · 15 years ago
  53. 8cfe5a7 Explicitly track the condition variable within an "if" statement, by Douglas Gregor · 15 years ago
  54. bc0e078 Handle converting member pointers to bool. by Anders Carlsson · 15 years ago
  55. 7edfb69 Do not mark declarations as used when performing overload resolution. Fixes PR5541 by Douglas Gregor · 15 years ago
  56. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 15 years ago
  57. 31658df When checking the base object of a member access expression (b.foo, by Douglas Gregor · 15 years ago
  58. e44201a Don't build an explicit conversion to a reference type by Douglas Gregor · 15 years ago
  59. f3c1f0e When we have a non-dependent expression such as by Douglas Gregor · 15 years ago
  60. 498429f Patch to implement new-operators with default args. Fixes pr5547. by Fariborz Jahanian · 15 years ago
  61. 19d7073 ignore parens surounding the type when diagnosing by Fariborz Jahanian · 15 years ago
  62. 05ebda9 This patch fixes a bug in misdiagnosing correct use of pointer to data member. by Fariborz Jahanian · 15 years ago
  63. 7d384dd Split LookupResult into its own header. by John McCall · 15 years ago
  64. 03c5705 Require the object type of a member access expression ("." or "->") to by Douglas Gregor · 15 years ago
  65. a24dc2e Carry lookup configuration throughout lookup on the LookupResult. Give by John McCall · 15 years ago
  66. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  67. a439e6f Repair broken FindCompositePointerType. Correct early termination condition. Get CVR qualifiers from canonical types. Traverse collected qualifiers in reverse order on rebuilding the pointer, so that we don't swap inner and outer qualifiers. That last one fixes PR5509. by Sebastian Redl · 15 years ago
  68. 78f7455 Factor finding a deallocation function for a record type out into a separate function. by Anders Carlsson · 15 years ago
  69. 5072430 If we find a deallocation function in the class scope, but it is a placement function we should not look for a deallocation function in the global scope. by Anders Carlsson · 15 years ago
  70. a82e4ae - Have TryStaticImplicitCast set the cast kind to NoOp when binding a reference. CheckReferenceInit already inserts implicit casts to the necessary types. This fixes an assertion in CodeGen for some casts and brings a fix for PR5453 close, if I understand that bug correctly. by Sebastian Redl · 15 years ago
  71. 0ba63ea Diagnose ambiguity of operator delete and operator delete[]. Sebastian, please review. by Anders Carlsson · 15 years ago
  72. 00b98c2 Improve source-location information for implicitly-generated member call expressions by Douglas Gregor · 15 years ago
  73. a8ce9ec Fix use-after-free bug. by Eli Friedman · 15 years ago
  74. b7a86f5 When we encounter a derived-to-base conversion when performing an by Douglas Gregor · 15 years ago
  75. 4c0cea2 Minor cleanup of my last patch. by Fariborz Jahanian · 15 years ago
  76. 966256a This patch implements Sema for clause 13.3.3.1p4. by Fariborz Jahanian · 15 years ago
  77. b13c87f Implement the conditional-operator part of -Wsign-compare. Turn by John McCall · 15 years ago
  78. 43d8863 When starting a C++ member access expression, make sure to compute the by Douglas Gregor · 15 years ago
  79. 6f26920 Remove previous patch for pr5296 due to further clarification by Fariborz Jahanian · 15 years ago
  80. 2d1c214 Replace the code that parses member access expressions after "." or by Douglas Gregor · 15 years ago
  81. 02a24ee Use ParseUnqualifiedId when parsing id-expressions. This eliminates by Douglas Gregor · 15 years ago
  82. 7a34314 Within a template, qualified name lookup can refer to a non-dependent type by Douglas Gregor · 15 years ago
  83. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  84. 6c813e1 Generate constructor for value-initialization cases, even if the by Fariborz Jahanian · 15 years ago
  85. ef78ac6 Add 'fixit' hint on mis-use of pointer-to-member binary operators. by Fariborz Jahanian · 15 years ago
  86. 8ce35b0 Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the opportunity to improve an error message and fix PR4498. by Sebastian Redl · 15 years ago
  87. 3eefb1c Fix overload resolution when calling a member template or taking the by Douglas Gregor · 15 years ago
  88. f071e9b Diagnose misuse of '.*' and '->*' operators during parse by Fariborz Jahanian · 15 years ago
  89. 7a1f4cc Fixed a code gen bug (by fixing the AST) involving user-defined by Fariborz Jahanian · 15 years ago
  90. e961afb Refactor our handling of implicit member reference expressions to get most of the logic out of BuildDeclarationNameExpr by Douglas Gregor · 15 years ago
  91. 573d9c3 Don't (directly) call RequireCompleteType with an invalid source location. by Douglas Gregor · 15 years ago
  92. 96ad533 Change FixOverloadedFunctionReference to return a (possibly new) expression. Substitute TemplateIdRefExprs with DeclRefExprs. Doug, plz review :) by Anders Carlsson · 15 years ago
  93. 73c39ab Remove default argument for ImpCastExprToType. Add appropriate argument by Eli Friedman · 15 years ago
  94. dd62b15 Parse a simple-template-id following a '~' when calling a destructor, e.g., by Douglas Gregor · 15 years ago
  95. 4fa2684 When building a cast argument, make sure to bind the result to a temporary. by Anders Carlsson · 15 years ago
  96. 089407b When type-checking a C++ "new" expression, don't type-check the actual by Douglas Gregor · 15 years ago
  97. 759986e Don't add implicit casts of explicit address-taking of overloaded functions. by Sebastian Redl · 15 years ago
  98. 93034ca Implement derived-to-base AST/code gen. There is a by Fariborz Jahanian · 15 years ago
  99. de699e5 The operator loc points to the operator, not the function decl. by Anders Carlsson · 15 years ago
  100. 15ea378 Check the return type of binary operators and the arrow operator. by Anders Carlsson · 15 years ago