1. 57e9778 TDK_InconsistentQuals is really totally different from TDK_Inconsistent. by John McCall · 14 years ago
  2. aa8b0d1 Implement #pragma GCC visibility. by Eli Friedman · 14 years ago
  3. fa86954 Preserve calling convention etc. across template instantiations. by Eli Friedman · 14 years ago
  4. db9d214 Simplify global method pool implementation in Sema. No functionality change. by Sebastian Redl · 14 years ago
  5. 76c38d3 Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr for them that will deserialize them when needed. by Argyrios Kyrtzidis · 14 years ago
  6. 26faaac Rename getStdNamespace -> getOrCreateStdNamespace, to better reflect its functionality. by Argyrios Kyrtzidis · 14 years ago
  7. 1d8d1cc Instantiate attributes from the pattern record when instantiating by John McCall · 14 years ago
  8. b60a77e Only run the jump-checker if there's a branch-protected scope *and* there's by John McCall · 14 years ago
  9. f957843 When performing code completion for a case statement in a switch whose by Douglas Gregor · 14 years ago
  10. 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 14 years ago
  11. 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
  12. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  13. 826a345 Add most of the boilerplate support for scanf format string checking. This includes by Ted Kremenek · 14 years ago
  14. 0167f3c When there are extra or missing template parameter lists in a template by Douglas Gregor · 14 years ago
  15. 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 14 years ago
  16. 3d4b482 80 column issues. by Chris Lattner · 14 years ago
  17. 4bd4031 Downgrade the "when type is in parentheses, array cannot have dynamic by Douglas Gregor · 14 years ago
  18. d201457 Fix PR7600, and correctly convert the result of an atomic builtin to the by Chandler Carruth · 14 years ago
  19. a729da2 Instantiation of block literal expressions. wip. by Fariborz Jahanian · 14 years ago
  20. 40ed9a1 Support code completion for parameter names in Objective-C method declarations. by Douglas Gregor · 14 years ago
  21. 1f5537a Introduce a new code-completion point prior to an identifier in the by Douglas Gregor · 14 years ago
  22. 03d98c5 Fix multiple emission of the this-> fixit for each instantiation by fixing the by Nick Lewycky · 14 years ago
  23. e5eee5a Introduce a new routine, LookupConstructors(), and use it for all by Douglas Gregor · 14 years ago
  24. 4923aa2 Lazily declare the implicitly-declared destructor in a C++ class. by Douglas Gregor · 14 years ago
  25. 23c94db Move the "current scope" state from the Parser into Action. This by Douglas Gregor · 14 years ago
  26. db89f28 Add a new routine Sema::LookupDestructor and make all destructor-lookup calls use that routine by Douglas Gregor · 14 years ago
  27. 32df23e Move the implicit declaration of a default constructor into a separate by Douglas Gregor · 14 years ago
  28. fabd43a Move the implicit declaration of a constructor out to a separate by Douglas Gregor · 14 years ago
  29. 4a0c26f Move declaration of a class's implicit copy constructor into a by Douglas Gregor · 14 years ago
  30. d3c3590 Move the implicit declaration of a class's copy-assignment operator by Douglas Gregor · 14 years ago
  31. d92ec47 Reinstate fix for PR7526, which was failing because, now that we by Douglas Gregor · 14 years ago
  32. 4b662a5 Revert r107374, which broke bootstrap. by Douglas Gregor · 14 years ago
  33. 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 14 years ago
  34. bb3310a Implement C++ DR481, which clarifies that the scope of template by Douglas Gregor · 14 years ago
  35. 6bc574d Implement C++ DR299, which allows an implicit conversion from a class by Douglas Gregor · 14 years ago
  36. c30614b Factor the conversion from a switch condition to an integral or by Douglas Gregor · 14 years ago
  37. cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 14 years ago
  38. 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 14 years ago
  39. 926c4b4 Partial fix for PR7267 based on comments by John McCall on an earlier patch. by Chandler Carruth · 14 years ago
  40. 4ced79f Implement dependent alignment attribute support. This is a bit gross given the by Chandler Carruth · 14 years ago
  41. d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 14 years ago
  42. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 14 years ago
  43. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 14 years ago
  44. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 14 years ago
  45. 26a3142 Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. by Nate Begeman · 14 years ago
  46. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  47. 2865474 Simplify the methods for creating a pointer, reference, member-pointer, by John McCall · 14 years ago
  48. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  49. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  50. 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
  51. c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 14 years ago
  52. 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 14 years ago
  53. 369371c More refactoring. by John McCall · 14 years ago
  54. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  55. c7e04da A more minimal fix for PR6762. by John McCall · 14 years ago
  56. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  57. 9f21f89 Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which by Daniel Dunbar · 14 years ago
  58. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  59. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  60. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  61. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  62. 8069a73 Fix a GCC warning about inline functions not being defined. Until r104081, only by Chandler Carruth · 14 years ago
  63. 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 14 years ago
  64. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  65. 4037833 fix rdar://7985267 - Don't emit an error about a non-pod argument by Chris Lattner · 14 years ago
  66. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  67. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 14 years ago
  68. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  69. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 14 years ago
  70. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  71. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  72. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  73. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  74. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 14 years ago
  75. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  76. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  77. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  78. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  79. e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 14 years ago
  80. d8d3441 For the sake of Objective-c++ overload resolution, by Fariborz Jahanian · 14 years ago
  81. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 14 years ago
  82. d566381 Replace a char*/size pair with stringref. by Benjamin Kramer · 14 years ago
  83. 72e96fd Add an enum to CXXConstructExpr so we can determine if the construction expression constructs a non-virtual or virtual base. by Anders Carlsson · 14 years ago
  84. 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 14 years ago
  85. 39957dc Added an RAII object that helps set up/tear down the Sema context by Douglas Gregor · 14 years ago
  86. 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 14 years ago
  87. 895162d Clean up our handling of local instantiation scopes, which keep track by Douglas Gregor · 14 years ago
  88. 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 14 years ago
  89. f581382 Properly switch into the declaring scope of a template when performing by John McCall · 14 years ago
  90. 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 14 years ago
  91. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 14 years ago
  92. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 14 years ago
  93. 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 14 years ago
  94. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  95. 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 14 years ago
  96. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 14 years ago
  97. f9d68e1 Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. by Anders Carlsson · 14 years ago
  98. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 14 years ago
  99. e25a96c Pass the base specifiers through to CheckDerivedToBaseConversion. No functionality change yet. by Anders Carlsson · 14 years ago
  100. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 14 years ago