1. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  2. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago
  3. 2129212 Explicit declaration of property setters over-ride by Fariborz Jahanian · 16 years ago
  4. 5a2f5d3 Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/6486133 by Douglas Gregor · 16 years ago
  5. 3218c4b When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 16 years ago
  6. 3b58786 Dead stores checker: Don't flag dead stores for self-assignments (common escape hatch for 'unused variable' warnings). by Ted Kremenek · 16 years ago
  7. a66793e This patch removes mergeProperties and does the property lookup by Fariborz Jahanian · 16 years ago
  8. 9ba73ad Very basic support for pure virtual functions. by Sebastian Redl · 16 years ago
  9. 6037fcb Replace DeclContext's vector of ScopedDecl pointers with a linked list by Douglas Gregor · 16 years ago
  10. 1fd8011 Fix rdar://6480479 - [parser] infinite loop on invalid input by Chris Lattner · 16 years ago
  11. 84efc04 Fix crash on null deference when searching for readwrite properties in by Daniel Dunbar · 16 years ago
  12. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  13. f376b48 Temporarily revert r61956 and r61957 (PTH tests failing). by Ted Kremenek · 16 years ago
  14. 6b61487 Enhance -fsyntax-only test of Carbon.h to also include testing for PTH. by Ted Kremenek · 16 years ago
  15. e547757 Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH. by Ted Kremenek · 16 years ago
  16. 17d0d0d Place warning about 'readonly' property attributes which by Fariborz Jahanian · 16 years ago
  17. 72de667 Unify the code for defining tags in C and C++, so that we always by Douglas Gregor · 16 years ago
  18. 305c658 Objc's compatibility-alias semantics and code gen issue fix. by Fariborz Jahanian · 16 years ago
  19. bc468ba Fix PR clang/3291 by Douglas Gregor · 16 years ago
  20. 4b1e275 Don't ICE when messaging on 'super' receiver when class by Fariborz Jahanian · 16 years ago
  21. b0d2794 Another nasty code gen. bug with trivial fix. Calling class by Fariborz Jahanian · 16 years ago
  22. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  23. bdae88f Test case for anonymous unions in C++ by Douglas Gregor · 16 years ago
  24. 17a9b9e When determining whether a variable is a file-scoped variable, check by Douglas Gregor · 16 years ago
  25. 234a4c2 This commit reflects changes to the retain/release checker motivated by my by Ted Kremenek · 16 years ago
  26. ce35607 Allow Objective-C entities to be declared within a transparent context by Douglas Gregor · 16 years ago
  27. 47f5209 Another tweak to handle the MS extensions (<rdar://problem/5956221>). by Steve Naroff · 16 years ago
  28. 7ec5658 Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastcall keyword unrecognized. by Steve Naroff · 16 years ago
  29. 823c44e - Various comment typo fixes in Sema.h by Chris Lattner · 16 years ago
  30. 1a49af9 Add QualifiedDeclRefExpr, which retains additional source-location by Douglas Gregor · 16 years ago
  31. 48eb461 rename these tests to match the attribute. by Chris Lattner · 16 years ago
  32. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  33. 64b45f7 PODness and Type Traits by Sebastian Redl · 16 years ago
  34. 6c6fce0 Add forgotten test case for linkage specifications by Douglas Gregor · 16 years ago
  35. 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 16 years ago
  36. 83cf05a Fix a bug where we'd try to look beyond the current cached tokens when by Chris Lattner · 16 years ago
  37. a67865c add a testcase by Chris Lattner · 16 years ago
  38. b723f75 Fix the bug that would cause Python to crash at startup. by Anders Carlsson · 16 years ago
  39. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  40. b8ab5eb Fix a grep error that caused CodeGenObjC/encode-test.m to fail. by Sebastian Redl · 16 years ago
  41. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  42. 3c902ce Fix filename typo. by Sebastian Redl · 16 years ago
  43. 9c08f27 add RUN line by Nuno Lopes · 16 years ago
  44. 70316a0 Add support for out-of-line definitions of conversion functions and member operators by Douglas Gregor · 16 years ago
  45. fceeec9 Complete the test after adding handling of merged attributes on decls. by Anton Korobeynikov · 16 years ago
  46. 2f40270 Add full dllimport / dllexport support: both sema checks and codegen. by Anton Korobeynikov · 16 years ago
  47. 7f7bb72 Testcase for stdcall/fastcall sema checks. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  48. 86bc6cf Add parser support for __forceinline, __w64, __ptr64. by Steve Naroff · 16 years ago
  49. 239f073 Add parser support for __cdecl, __stdcall, and __fastcall. by Steve Naroff · 16 years ago
  50. c4b4e7b Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations by Douglas Gregor · 16 years ago
  51. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  52. 3e1b16c Last patch, for now, to privde ObjC's encoding of types. by Fariborz Jahanian · 16 years ago
  53. 46a98a7 Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. by Steve Naroff · 16 years ago
  54. 1f5432c Merge pr-3188.cpp into constructor.cpp. by Sebastian Redl · 16 years ago
  55. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  56. 5b8c7d9 More encoding support; in this case, encoding of by Fariborz Jahanian · 16 years ago
  57. 494bb06 Guard against the return of PR3188 by Sebastian Redl · 16 years ago
  58. 8351da0 Full AST support and better Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  59. 27b09ac Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298 by Douglas Gregor · 16 years ago
  60. 4b07b29 Partial AST and Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  61. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  62. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 16 years ago
  63. ff944a8 Add an option to make 'RemoveDeadBindings' a configurable behavior. This enables by Zhongxing Xu · 16 years ago
  64. 3f70456 Add codegen support for __null by Anders Carlsson · 16 years ago
  65. a0fd865 Parser support for C++ try-catch. by Sebastian Redl · 16 years ago
  66. e3f38ea Test case makes a platform assumption, so force triple. by Sebastian Redl · 16 years ago
  67. 0269709 Commit the right version of the test by Anders Carlsson · 16 years ago
  68. b50525b Make sure to emit the size expression for sizeof(type) by Anders Carlsson · 16 years ago
  69. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago
  70. 4306d3c Finish up saving original parameter type and by Fariborz Jahanian · 16 years ago
  71. 8f39f5e Make VLAs usable, and make basic usage work correctly. Also, add a by Eli Friedman · 16 years ago
  72. eb91f0e Add some ErrorUnsupported calls and turn on VLA codegen again. by Anders Carlsson · 16 years ago
  73. adcaf54 Strangely enough, name of ObjC class is not encoded into the by Fariborz Jahanian · 16 years ago
  74. e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
  75. 4193eca Lazy bingding for region-store manager. by Zhongxing Xu · 16 years ago
  76. 43822ea More encoding support. This time for @encode of classes and bitfields. by Fariborz Jahanian · 16 years ago
  77. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  78. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  79. e4bb68a Test case for my last @encode patch. by Fariborz Jahanian · 16 years ago
  80. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  81. 00165a2 Fix for PR3234 by Anders Carlsson · 16 years ago
  82. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  83. 784606f Added test case for suppressing leak warnings for reference-counted objects passed by-reference to an unknown function. by Ted Kremenek · 16 years ago
  84. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  85. d8df682 Fix http://llvm.org/bugs/show_bug.cgi?id=3189. by Steve Naroff · 16 years ago
  86. a1fcbad Clean up the C89/C++ warnings about C99 array features to not by Chris Lattner · 16 years ago
  87. e878eb0 This is valid in C++. void foo() { return foo(); } by Chris Lattner · 16 years ago
  88. 65ce04b Merge function-return.c into function.c by Chris Lattner · 16 years ago
  89. bc8d564 implement PR3177 - "__extension__ union" not supported in C++ mode by Chris Lattner · 16 years ago
  90. 9103bb2 Delay semantic analysis of the C++ names casts when the subexpression is type-dependent or the destination type is dependent. by Douglas Gregor · 16 years ago
  91. 5f76494 Oops, accidentally commited the wrong version of the test (original by Eli Friedman · 16 years ago
  92. 2342ef7 Do proper recovery from an invalid switch condiition. Fixes PR3229. by Eli Friedman · 16 years ago
  93. 2fb78a7 CF-retain/release checker: by Ted Kremenek · 16 years ago
  94. 90b3236 Fix <rdar://problem/6451816>: by Ted Kremenek · 16 years ago
  95. 0b65b1d Consolidated property check into property-typecheck-1.m file. by Fariborz Jahanian · 16 years ago
  96. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  97. 7d1117d Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl && "lookupFieldDeclForIvar no storage for class"). by Steve Naroff · 16 years ago
  98. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  99. bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 16 years ago
  100. 6fea8d2 fix PR 3222: allow one to get the address of a global function in C++ by Nuno Lopes · 16 years ago