1. aca13a7 Add a FIXME for something I can't look at just yet by Douglas Gregor · 16 years ago
  2. 724651c Template instantiation for function types by Douglas Gregor · 16 years ago
  3. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
  4. 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 16 years ago
  5. 173144a Give a code insertion hint for how to fix 'implicit int' warnings and errors. by Chris Lattner · 16 years ago
  6. 8c633a0 Fix a typo by Douglas Gregor · 16 years ago
  7. a97b666 In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when by Ted Kremenek · 16 years ago
  8. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago
  9. 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 16 years ago
  10. 3d692df When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' by Ted Kremenek · 16 years ago
  11. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  12. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
  13. 3b8a36a Fix minor memory leak. Add comment describing what we need to do for by Eli Friedman · 16 years ago
  14. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  15. 220b636 fix a bozobug. by Chris Lattner · 16 years ago
  16. 19753cf ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 16 years ago
  17. 8879e3b allow wide strings to initialize arrays compatible with wchar_t. by Chris Lattner · 16 years ago
  18. dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 16 years ago
  19. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
  20. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  21. bb71001 Drop uses of getAsPointerLikeType. - No functionality change. by Daniel Dunbar · 16 years ago
  22. 22dc0b0 Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. by Steve Naroff · 16 years ago
  23. 1f484f4 Fix <rdar://problem/6614945> method not found. by Steve Naroff · 16 years ago
  24. f1afaf6 Fix http://llvm.org/bugs/show_bug.cgi?id=3544. by Steve Naroff · 16 years ago
  25. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago
  26. 2129828 Zap the Sema constant initializer checking code that we aren't using by Eli Friedman · 16 years ago
  27. bc592e6 Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for by Eli Friedman · 16 years ago
  28. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 16 years ago
  29. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  30. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  31. b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 16 years ago
  32. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 16 years ago
  33. d8f4f43 Minor cleanup for IntToBlockPointer so it applies to all callers of by Eli Friedman · 16 years ago
  34. 79e079d handle @encode interactions with array initializers. by Chris Lattner · 16 years ago
  35. 19da8cd rename CheckStringLiteralInit to CheckStringInit and pass in the by Chris Lattner · 16 years ago
  36. 0820254 make SemaRef be a reference to sema, not a pointer. by Chris Lattner · 16 years ago
  37. 8b419b9 move InitListChecker to be private to SemaInit.cpp by Chris Lattner · 16 years ago
  38. 95e8d65 Make CheckSingleInitializer a static function in SemaInit.cpp by Chris Lattner · 16 years ago
  39. f71ae8d make CheckStringLiteralInit a static function in SemaInit.cpp by Chris Lattner · 16 years ago
  40. 6c291a8 change IsStringLiteralInit into a static function in SemaInit.cpp by Chris Lattner · 16 years ago
  41. dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 16 years ago
  42. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 16 years ago
  43. 111c2ee some minor cleanups, handle ObjCEncodeExpr in a couple places. by Chris Lattner · 16 years ago
  44. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
  45. 8f30105 Extend the implicit declaration and checking against out-of-scope by Douglas Gregor · 16 years ago
  46. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 16 years ago
  47. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 16 years ago
  48. 1829a6d fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 16 years ago
  49. 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 16 years ago
  50. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
  51. 279d896 Remove isSuperExpr(), which ignores any casts on 'super'. by Steve Naroff · 16 years ago
  52. d526c2f Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling messages to 'Class'. Also improve "super" handling. by Steve Naroff · 16 years ago
  53. ac1337d Minor cleanup, replace bool with qual_empty(). by Steve Naroff · 16 years ago
  54. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 16 years ago
  55. 578a972 Throw the switch to exclusively use Evaluate (along with the small by Eli Friedman · 16 years ago
  56. 8b1527b Remove debugging statement. by Steve Naroff · 16 years ago
  57. 6032979 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 16 years ago
  58. f7f52e7 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 16 years ago
  59. 15509f4 Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago
  60. 8dfb0c5 Warn about bogus protocol qualifiers. by Steve Naroff · 16 years ago
  61. 7b5b317 Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 16 years ago
  62. 5fd659d by Steve Naroff · 16 years ago
  63. 61125c8 Slight tweak to last commit: make sure to copy CVR qualifiers for fixed by Eli Friedman · 16 years ago
  64. 1ca4813 Re-fix r65140 correctly. by Eli Friedman · 16 years ago
  65. ccef371 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 16 years ago
  66. f25df99 fix indentation by Chris Lattner · 16 years ago
  67. fe90de7 silence some warnings in no asserts mode. by Chris Lattner · 16 years ago
  68. 38af2de add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList, by Chris Lattner · 16 years ago
  69. 7a21bd0 move the @implementation ivar list to being an ObjCList, which prevents by Chris Lattner · 16 years ago
  70. 540b146 Always try to fold array sizes, and warn if we could fold something that isn't an ICE. This makes us compatible with GCC. by Anders Carlsson · 16 years ago
  71. 89951a8 remove some more methods from objc decls, using the iterator by Chris Lattner · 16 years ago
  72. 63359c8 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 16 years ago
  73. da15323 Suppress constant initializer checking when the declaration isn't valid. by Eli Friedman · 16 years ago
  74. 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  75. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  76. 83aa61f GetTypeForDeclarator can return null on error now, handle this. by Chris Lattner · 16 years ago
  77. b83d287 Add enough checking to ensure that non-constant block literals don't by Mike Stump · 16 years ago
  78. 403bc2b Arguments to unordered comparison builtins may need implicit casts. by Daniel Dunbar · 16 years ago
  79. 5bab788 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
  80. 1c17689 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  81. b4650c1 fix another typo gabor noticed by Chris Lattner · 16 years ago
  82. eed9cac Fit 80col and fix indentation. by Mike Stump · 16 years ago
  83. 488e25b Fix spacing. by Mike Stump · 16 years ago
  84. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  85. f6123ca Couple of helpers for objc's gc attributes. No change in functionality. by Fariborz Jahanian · 16 years ago
  86. 67a6b6b fariborz already fixed this. by Chris Lattner · 16 years ago
  87. 3b6b83b minor name changes, no functionality change. by Chris Lattner · 16 years ago
  88. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  89. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  90. c2b6a82 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
  91. 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  92. 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
  93. 443e53c final string diagnostic issue (that I know about): by Chris Lattner · 16 years ago
  94. 719e615 Next step toward making string diagnostics correct: handle by Chris Lattner · 16 years ago
  95. 2197c96 Fix some issues handling sub-token locations that come from macro expansions. by Chris Lattner · 16 years ago
  96. 5934e75 Start generating gc'able code using the new objc gc type attributes. by Fariborz Jahanian · 16 years ago
  97. 0150cdf only get the spelling of a token to get its length if it needs cleaning. by Chris Lattner · 16 years ago
  98. d0d082f use the full spelling of a string literal token so that trigraphs by Chris Lattner · 16 years ago
  99. ed7e9ef Make warn-weak-field.m test pass again. by Fariborz Jahanian · 16 years ago
  100. ba372b8 Cleanup objc's gc attributes code no longer needed. by Fariborz Jahanian · 16 years ago