1. 022d13d This patch fixes multiple issues in clang's designated init builder and by Douglas Gregor · 14 years ago
  2. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago
  3. b4eb64d Track the location of the context requiring an implicit conversion and use it by John McCall · 14 years ago
  4. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  5. 63b57ae Fix an infinite loop, caused by unintended syntax bug (the 'break;' after 'default:' was intended to break out of the while loop). by Argyrios Kyrtzidis · 14 years ago
  6. 8c4bfe5 Fixed cast to union with anonymous bitfields. by Abramo Bagnara · 14 years ago
  7. ed76f44 Start and end location of a property-dot syntax expression by Fariborz Jahanian · 14 years ago
  8. c784dc1 Patch for adding message to unavailable attribute. by Fariborz Jahanian · 14 years ago
  9. df9fb91 Simplified code for deprecated attribute wih message a little. by Fariborz Jahanian · 14 years ago
  10. c4b35cf Add message to attribute(deprecated). by Fariborz Jahanian · 14 years ago
  11. edd5911 Silence unused variable warning in Release builds. by Nick Lewycky · 14 years ago
  12. 730e175 Issue deprecated warning when typeof uses typedef by Fariborz Jahanian · 14 years ago
  13. a075076 Reject the allocation of variably-modified types in C++ 'new' by Douglas Gregor · 14 years ago
  14. 175ffbf When checking for uninitialized fields in member initializers, special case static variables and enums. Fixes PR8075. by Anders Carlsson · 14 years ago
  15. 372e103 Provide a slightly specialized diagnostic for tautological comparisons by John McCall · 14 years ago
  16. aca7f7b Ue TagType, added a FIXME. Per John's comment. by Fariborz Jahanian · 14 years ago
  17. 2b1d51b Issue deprecated warning when typeof uses an expression of deprecated type. by Fariborz Jahanian · 14 years ago
  18. 63d5fb3 When instantiating a new-expression, force a rebuild if there were default by John McCall · 14 years ago
  19. bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 14 years ago
  20. 4a1bb8c Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
  21. b72db89 In Sema's TryRefInitWithConversionFunction, suppress user conversions for the overload candidates. by Argyrios Kyrtzidis · 14 years ago
  22. c2760bc When providing a block literal as a code completion for a by Douglas Gregor · 14 years ago
  23. 57a4087 kill off CheckX86BuiltinFunctionCall by Chris Lattner · 14 years ago
  24. b803c66 move imperative code to declarative definitions. by Chris Lattner · 14 years ago
  25. 946928f diagnose errors when a builtin that require constant arguments don't have them. by Chris Lattner · 14 years ago
  26. 28164ab Factor out enumerator APSInt adjustment into by Gabor Greif · 14 years ago
  27. c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
  28. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  29. fbb6fad When performing template argument deduction of a function template by Douglas Gregor · 14 years ago
  30. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
  31. 1b39820 Fix handling of dependent nested namespace specifiers in UsingDecls by Douglas Gregor · 14 years ago
  32. e80622f Move the management of the set of conversion functions in a C++ class by Douglas Gregor · 14 years ago
  33. 7a39dd0 Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit by Douglas Gregor · 14 years ago
  34. 2138664 Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in by Douglas Gregor · 14 years ago
  35. 85606eb Reinstate r114925 and r114929, both steps toward <rdar://problem/8459981>. by Douglas Gregor · 14 years ago
  36. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  37. 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  38. 8c84571 Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>. by Sebastian Redl · 14 years ago
  39. 9fe183a Reinstate r114921, which I've exonerated via a self-host build. by Douglas Gregor · 14 years ago
  40. b335872 Don't warn with -Wbool-conversions if the user wrote an explicit cast like "(void *)false". by Argyrios Kyrtzidis · 14 years ago
  41. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  42. 2a674e8 Temporarily revert 114929 114925 114924 114921. It looked like they (or at least by Bill Wendling · 14 years ago
  43. e10288c Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  44. 4a74df5 Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  45. cdbfa6c Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  46. 6e3c771 Centralize the management of CXXRecordDecl::DefinitionData's Aggregate by Douglas Gregor · 14 years ago
  47. 0ed2e08 Centralize the handling of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  48. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  49. 3e9438b Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could by Douglas Gregor · 14 years ago
  50. 27c08ab Centralize the handling of by Douglas Gregor · 14 years ago
  51. 5c0646b Clean up the handling of the DeclaredDefaultConstructor and by Douglas Gregor · 14 years ago
  52. c956b6e Correctly set "explicit template instantiation" kind on inner structs of templates whose explicit instantiation is first declared and then defined. by Nico Weber · 14 years ago
  53. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  54. 3911a1a Fix a NYI in IRGen which was due to incorrect AST by Fariborz Jahanian · 14 years ago
  55. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  56. 2a6af6b Default synthesized ivars don't really have a location in the source. Using the location of the @implementation by Ted Kremenek · 14 years ago
  57. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  58. e3b159c When warning about comparing an unsigned int to being >= 0, don't issue a warning if the zero value was an by Ted Kremenek · 14 years ago
  59. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  60. 2b64239 Fix bogus compiler errors when declaring anonymous union, outside a class, with by Argyrios Kyrtzidis · 14 years ago
  61. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
  62. e45bb6a Fix a hard-to-reproduce crash-on-invalid, where we weren't checking for a valid result from ActOnIdExpression by Douglas Gregor · 14 years ago
  63. a054fb4 Correctly register the class extension as the lexical DeclContext for ObjC methods declared with @property in class extensions. by Ted Kremenek · 14 years ago
  64. 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
  65. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  66. ff8819b Do not warn with -Wuninitialized when the member is used in a sizeof or address-of expression. by Argyrios Kyrtzidis · 14 years ago
  67. b9d7757 When providing code completions for an argument in an Objective-C by Douglas Gregor · 14 years ago
  68. 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
  69. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  70. 6155d73 Check in support for OpenCL conditional operator on vector types. by Nate Begeman · 14 years ago
  71. cee9ff1 Slight refactoring in code-completion results generation, placing the by Douglas Gregor · 14 years ago
  72. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  73. b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
  74. ea844f3 Check that an overloaded function name, when used by the ! operator, by Douglas Gregor · 14 years ago
  75. 4ada9d3 Give implicitly-defined default constructors and destructors empty by Douglas Gregor · 14 years ago
  76. 355a9fe Implement -Wunused-label. by Argyrios Kyrtzidis · 14 years ago
  77. d2827af Warn when an expression result in a LabelStmt is unused. by Argyrios Kyrtzidis · 14 years ago
  78. 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 14 years ago
  79. 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
  80. ae79222 static local variables with destructors don't require a global destructor by John McCall · 14 years ago
  81. ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
  82. 01add59 Add more error checking to attribute vecreturn by John Thompson · 14 years ago
  83. 41e11a9 Sema/transparent_union: Make sure to add implicit cast when constructing by Daniel Dunbar · 14 years ago
  84. 23c0104 Diagnose use of incomplete type on method argument type of by Fariborz Jahanian · 14 years ago
  85. dd5fa7a fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers by Chris Lattner · 14 years ago
  86. eb17e8b Only assignment operator triggers property setter call. Fixes radar 8437253. by Fariborz Jahanian · 14 years ago
  87. 3019c44 When emitting a new-expression inside a conditional expression, by John McCall · 14 years ago
  88. 069ea64 When dealing with an anonymous enumeration declared in function by Douglas Gregor · 14 years ago
  89. ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
  90. d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
  91. e396c7b When collecting Objective-C methods for message send completions, be by Douglas Gregor · 14 years ago
  92. c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
  93. 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
  94. b36cd3e Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch by Zhongxing Xu · 14 years ago
  95. b319817 Do not warn about empty bodies for 'if' statements if the body is expanded from a macro. by Ted Kremenek · 14 years ago
  96. fbcb0eb For self-comparison warning, check the source location of both the LHS and RHS to see if they by Ted Kremenek · 14 years ago
  97. 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
  98. 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
  99. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  100. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago