1. 72f6d67 In CXXBaseOrMemberInitializer, don't confuse CtorTocall with by Douglas Gregor · 15 years ago
  2. cb3c308 Use the correct cast kinds for bit casts and function to pointer decay. Fixes PR4827. by Anders Carlsson · 15 years ago
  3. b633c4e Add a CK_FunctionToPointerDecay cast kind. by Anders Carlsson · 15 years ago
  4. 174754c We can generate constructors/destructors with base classes and non-trivial fields just fine now. by Anders Carlsson · 15 years ago
  5. 44c7384 Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set by Douglas Gregor · 15 years ago
  6. 61481da Add DeclContext::Equals to compare declaration contexts based on their primary context. Use this instead of pointer comparisons by Douglas Gregor · 15 years ago
  7. d2e1eb0 Fixed a property getter ir-gen crash. by Fariborz Jahanian · 15 years ago
  8. 8f1d89e Fix a crasher involving template instantiation of non-dependent by Douglas Gregor · 15 years ago
  9. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  10. cdc83c7 Don't assume that a base is always a RecordType, it can also be a TemplateSpecializationType. Also, make sure to get the instantiated union member. by Anders Carlsson · 15 years ago
  11. c17fb7b Add pretty stack traces when instantiating functions and static data members. by Anders Carlsson · 15 years ago
  12. 9988d5d Handle member initializers that point to fields in anonymous structs. by Anders Carlsson · 15 years ago
  13. d8b285f Don't assert when instantiating member references to fields in anonymous structs. by Anders Carlsson · 15 years ago
  14. d613989 PR4836, part 2: CodeGen for __builtin_isnan. by Eli Friedman · 15 years ago
  15. c4bf26f Preliminary AST representation and semantic analysis for by Douglas Gregor · 15 years ago
  16. 27a36e9 Sentence-case bug category. by Ted Kremenek · 15 years ago
  17. 303e6d7 Remember to write the qualifier of a MemberExpr to the PCH file when we get to C++ PCH by Douglas Gregor · 15 years ago
  18. 83f6faf Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate by Douglas Gregor · 15 years ago
  19. ab88d97 Fix bug 4784 and allow friend declarations to properly extend by John McCall · 15 years ago
  20. 49a8b98 Rename DIBlock as DILexicalBlock. by Devang Patel · 15 years ago
  21. 0979c80 Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will by Douglas Gregor · 15 years ago
  22. f328a28 Add parsing for references to member function templates with explicit by Douglas Gregor · 15 years ago
  23. 9ac6f62 PR4836, part 1: add Sema support for __builtin_isnan and friends; they by Eli Friedman · 15 years ago
  24. 017dde5 Implement template instantiation for member operator access. by Douglas Gregor · 15 years ago
  25. a6f0f9d Support explicit C++ member operator syntax, from James Porter! by Douglas Gregor · 15 years ago
  26. 08c3213 Re-implemented generation of objc_memmove_collectable by Fariborz Jahanian · 15 years ago
  27. e32ecce Fix a -Asserts warning. by Daniel Dunbar · 15 years ago
  28. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  29. a31d5f7 More missing member goodness. by Anders Carlsson · 15 years ago
  30. 639bfc7 Improve missing error messages as suggested by Doug. by Anders Carlsson · 15 years ago
  31. 05180af Use DiagnoseMissingMember for UsingDecls. by Anders Carlsson · 15 years ago
  32. f4d84b6 Improve diagnostics for missing members. This renames the err_typecheck_no_member to err_typecheck_no_member_deprecated. The idea is that err_typecheck_no_member_deprecated should be phased out and any call sites that reference it should call DiagnoseMissingMember instead. by Anders Carlsson · 15 years ago
  33. af496ac Unbreak tests. I'll look into why this is necessary later. by Eli Friedman · 15 years ago
  34. 31590f9 Fix the start source location for type-specs like long, short, etc. by Argyrios Kyrtzidis · 15 years ago
  35. c5573a8 Make instantiating initializers for classes with a dependent base type by Eli Friedman · 15 years ago
  36. e3a97db Make IRGen for initializing a member reference work correctly. by Eli Friedman · 15 years ago
  37. 35eda44 Add a workaround for decls that come from friend decls pointing to undeclared classes. by Anders Carlsson · 15 years ago
  38. 018e9fe In DeclPrinter, assert when asked to print AS_None. by Anders Carlsson · 15 years ago
  39. 383d298 Patch to ir-gen user-defined conversions used in expressions [12.3.2-p3] by Fariborz Jahanian · 15 years ago
  40. 595adc1 Set the access specifier for using decls. by Anders Carlsson · 15 years ago
  41. 0d8df78 Improve instantiation of UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
  42. 3197659 Patch for code gen. for c-style cast which ends in by Fariborz Jahanian · 15 years ago
  43. d933a01 Get rid of mostly-unused, buggy method. by Eli Friedman · 15 years ago
  44. 52a575a Fix the breakage by handling indirect instantiations. This would be much by John McCall · 15 years ago
  45. 0902531 Instantiate member and base initializers. Patch by Anders Johnsen! (tweaked slightly by me) by Anders Carlsson · 15 years ago
  46. eab975d Fix a couple issues with parsing invalid nested-name-specifiers. by Eli Friedman · 15 years ago
  47. 5fee110 For consistency, just make friend declarations AS_public. by John McCall · 15 years ago
  48. f181d8a Ensure code generation for friend declarations in class templates. by John McCall · 15 years ago
  49. 9a5bca3 Refactor undefined argument checking into a Checker. by Zhongxing Xu · 15 years ago
  50. 8c57a66 Store the SourceLocation of right parentheses in member initializers. Patch by Anders Johnsen! by Anders Carlsson · 15 years ago
  51. 54f70e1 Don't assert that friend declarations must have access specifiers for now. by Anders Carlsson · 15 years ago
  52. 598da5b CreateDeclRefExprs that point to UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
  53. 203cb71 Add another check for UnresolvedUsingDecl. by Anders Carlsson · 15 years ago
  54. 15a24e0 iGenerate vcalls as we build up the methods. WIP. by Mike Stump · 15 years ago
  55. fdc3919 Make sure we actually found a redeclaration before complaining about attributes added to a redeclaration in C++ by Douglas Gregor · 15 years ago
  56. 0d59292 Add printing of access specifiers to DeclPrinter. The formatting is pretty bad but it works :) by Anders Carlsson · 15 years ago
  57. ed65646 Remove #if 0'd code that is clearly not needed by Douglas Gregor · 15 years ago
  58. 7fe5d72 path to ir-gen 12.3.1 Conversion by constructor by Fariborz Jahanian · 15 years ago
  59. a5bf7f1 Don't crash when instantiating templates containing anonymous structs/unions by Douglas Gregor · 15 years ago
  60. 3cd4d1e Test instantiation of static data members that live within nested by Douglas Gregor · 15 years ago
  61. 5ec178f Fix and test template instantiation for nested member templates. by Douglas Gregor · 15 years ago
  62. 357bbd0 Tighten up the conversion from a single-level template argument list by Douglas Gregor · 15 years ago
  63. c18faf6 Remove the conversion from a multi-level template argument list back to a single template argument list. We no longer need this crutch by Douglas Gregor · 15 years ago
  64. d6350ae Implement template instantiation for member class templates. by Douglas Gregor · 15 years ago
  65. a834fb4 retain/release checker: [CIContext createCGImage...] and friends returned CF by Ted Kremenek · 15 years ago
  66. f53eaa5 Improve support for using decls in the decl printer. by Anders Carlsson · 15 years ago
  67. 36ef078 Check for UnresolvedUsingDecl when determining if a declaration is a redeclaration or not. by Anders Carlsson · 15 years ago
  68. 32844b3 patch to prevent crash in hopelessly incorrect method definition with labels. by Fariborz Jahanian · 15 years ago
  69. d110243 Collect multiple levels of template arguments into a new type, by Douglas Gregor · 15 years ago
  70. faccd72 Fix this for real. by Anders Carlsson · 15 years ago
  71. 83b534c Allow explicit ctors for casts. by Anders Carlsson · 15 years ago
  72. bbf306b When doing overload resolution, expressions that are value dependent but not type dependent and of integral type should not be treated as null pointer constants. by Anders Carlsson · 15 years ago
  73. 0897292 Pass InOverloadResolution all the way down to IsPointerConversion. by Anders Carlsson · 15 years ago
  74. 0dde18e Instantiate unresolved using declarations. by Anders Carlsson · 15 years ago
  75. 4fc7ab3 ir-gen related patch for type conversion by Fariborz Jahanian · 15 years ago
  76. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  77. 550b14b Create UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
  78. c72160b Factor declaration building out to Sema::BuildUsingDeclaration. by Anders Carlsson · 15 years ago
  79. 665b49c Check in UnresolvedUsingDecl. by Anders Carlsson · 15 years ago
  80. abd46e1 Use SymbolicRegion instead of CodeTextRegion for symbolic function by Ted Kremenek · 15 years ago
  81. 73b39cf More work on using declarations. by Anders Carlsson · 15 years ago
  82. cf9f921 Many improvements to using declarations. by Anders Carlsson · 15 years ago
  83. a818783 Use C++ style comments. by Ted Kremenek · 15 years ago
  84. 65a81a9 Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges by Ted Kremenek · 15 years ago
  85. 8a5ae24 When looking for overloaded member operators, make sure to instantiate by Douglas Gregor · 15 years ago
  86. e8d6d2b CFG construction: Abort CFG construction when processing a CompoundStmt if any by Ted Kremenek · 15 years ago
  87. 8e02934 Rename 'bindExpr' to 'BindExpr'. by Ted Kremenek · 15 years ago
  88. 6d2c657 Move the AnalysisContext* from GRState to Environment. by Ted Kremenek · 15 years ago
  89. 666479b Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. by Eli Friedman · 15 years ago
  90. a77a07e Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error by Eli Friedman · 15 years ago
  91. eaba1af Fix for PR4794 (instantiating friend class decl); this version shouldn't by Eli Friedman · 15 years ago
  92. 56bea43 Back out bad piece of r80272. Will look at fixing this a different way. by Eli Friedman · 15 years ago
  93. c5c54f2 PR4794: Make instantiating friend class decls not crash. by Eli Friedman · 15 years ago
  94. 7b361b5 Add an InOverloadResolution flag to TryCopyInitialization. by Anders Carlsson · 15 years ago
  95. 2de3ace Remove more default arguments. by Anders Carlsson · 15 years ago
  96. da7a18b Remove default arguments from TryImplicitConversion and fix a bug found in the process. by Anders Carlsson · 15 years ago
  97. d28b428 Remove default argument from TryCopyInitialization. by Anders Carlsson · 15 years ago
  98. 2974b5c Revert the flags change for now, I have a better idea for this. by Anders Carlsson · 15 years ago
  99. d60e105 Implement instantiation of the declarations of member function by Douglas Gregor · 15 years ago
  100. 1937738 Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments. by Anders Carlsson · 15 years ago