1. 6ed2ef8 add support for initializing static vars with a cast to union (gcc extension) by Nuno Lopes · 15 years ago
  2. eff2cd5 PR2746: Implement GCC cast to union extension by Seo Sanghyeon · 15 years ago
  3. eb11cd0 Refactor name lookup. by Douglas Gregor · 15 years ago
  4. ff03fbb Patch to keep clang honest that it does not yet support by Fariborz Jahanian · 15 years ago
  5. bf985f1 Test explicit constructor by Douglas Gregor · 15 years ago
  6. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 15 years ago
  7. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 15 years ago
  8. 5385991 Use the unqualified type for GCCs struct/union cast extension by Anders Carlsson · 15 years ago
  9. 906fed0 Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block. by Anders Carlsson · 15 years ago
  10. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 15 years ago
  11. 4998888 Bug fix, __private_extern__ globals were always introducing a definition. by Daniel Dunbar · 15 years ago
  12. 5834ed6 Add KillStruct to region store. by Zhongxing Xu · 15 years ago
  13. 8b4bf90 Patch to fix encoding of Enum bitfields in ObjC. by Fariborz Jahanian · 15 years ago
  14. e3a46b0 This test now passes. by Ted Kremenek · 15 years ago
  15. e1c2a67 static analyzer: Handle casts from arrays to integers. This fixes PR 3297. by Ted Kremenek · 15 years ago
  16. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 15 years ago
  17. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 15 years ago
  18. 35c3329 Patch to implement code gen for aggrgate-valued property used by Fariborz Jahanian · 15 years ago
  19. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 15 years ago
  20. 0fdea46 Fix test case (incomplete "expected-warning" line) by Ted Kremenek · 15 years ago
  21. d30ef87 Patch by Roman Divacky: by Ted Kremenek · 15 years ago
  22. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 15 years ago
  23. 1261938 retain/release checker: by Ted Kremenek · 15 years ago
  24. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 15 years ago
  25. 1a0d31a Properly set the scope of non-fields declared within a struct, union, by Douglas Gregor · 15 years ago
  26. ebaae2a Handle multi-value inputs by Anders Carlsson · 15 years ago
  27. 863ea9a testcase that works now with r62061 by Chris Lattner · 15 years ago
  28. 32f6209 make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int by Nuno Lopes · 15 years ago
  29. 9f2505b More inline asm fixes by Anders Carlsson · 15 years ago
  30. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 15 years ago
  31. 2129212 Explicit declaration of property setters over-ride by Fariborz Jahanian · 15 years ago
  32. 5a2f5d3 Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/6486133 by Douglas Gregor · 15 years ago
  33. 3218c4b When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 15 years ago
  34. 3b58786 Dead stores checker: Don't flag dead stores for self-assignments (common escape hatch for 'unused variable' warnings). by Ted Kremenek · 15 years ago
  35. a66793e This patch removes mergeProperties and does the property lookup by Fariborz Jahanian · 15 years ago
  36. 9ba73ad Very basic support for pure virtual functions. by Sebastian Redl · 15 years ago
  37. 6037fcb Replace DeclContext's vector of ScopedDecl pointers with a linked list by Douglas Gregor · 15 years ago
  38. 1fd8011 Fix rdar://6480479 - [parser] infinite loop on invalid input by Chris Lattner · 16 years ago
  39. 84efc04 Fix crash on null deference when searching for readwrite properties in by Daniel Dunbar · 16 years ago
  40. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  41. f376b48 Temporarily revert r61956 and r61957 (PTH tests failing). by Ted Kremenek · 16 years ago
  42. 6b61487 Enhance -fsyntax-only test of Carbon.h to also include testing for PTH. by Ted Kremenek · 16 years ago
  43. e547757 Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH. by Ted Kremenek · 16 years ago
  44. 17d0d0d Place warning about 'readonly' property attributes which by Fariborz Jahanian · 16 years ago
  45. 72de667 Unify the code for defining tags in C and C++, so that we always by Douglas Gregor · 16 years ago
  46. 305c658 Objc's compatibility-alias semantics and code gen issue fix. by Fariborz Jahanian · 16 years ago
  47. bc468ba Fix PR clang/3291 by Douglas Gregor · 16 years ago
  48. 4b1e275 Don't ICE when messaging on 'super' receiver when class by Fariborz Jahanian · 16 years ago
  49. b0d2794 Another nasty code gen. bug with trivial fix. Calling class by Fariborz Jahanian · 16 years ago
  50. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  51. bdae88f Test case for anonymous unions in C++ by Douglas Gregor · 16 years ago
  52. 17a9b9e When determining whether a variable is a file-scoped variable, check by Douglas Gregor · 16 years ago
  53. 234a4c2 This commit reflects changes to the retain/release checker motivated by my by Ted Kremenek · 16 years ago
  54. ce35607 Allow Objective-C entities to be declared within a transparent context by Douglas Gregor · 16 years ago
  55. 47f5209 Another tweak to handle the MS extensions (<rdar://problem/5956221>). by Steve Naroff · 16 years ago
  56. 7ec5658 Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastcall keyword unrecognized. by Steve Naroff · 16 years ago
  57. 823c44e - Various comment typo fixes in Sema.h by Chris Lattner · 16 years ago
  58. 1a49af9 Add QualifiedDeclRefExpr, which retains additional source-location by Douglas Gregor · 16 years ago
  59. 48eb461 rename these tests to match the attribute. by Chris Lattner · 16 years ago
  60. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  61. 64b45f7 PODness and Type Traits by Sebastian Redl · 16 years ago
  62. 6c6fce0 Add forgotten test case for linkage specifications by Douglas Gregor · 16 years ago
  63. 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 16 years ago
  64. 83cf05a Fix a bug where we'd try to look beyond the current cached tokens when by Chris Lattner · 16 years ago
  65. a67865c add a testcase by Chris Lattner · 16 years ago
  66. b723f75 Fix the bug that would cause Python to crash at startup. by Anders Carlsson · 16 years ago
  67. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  68. b8ab5eb Fix a grep error that caused CodeGenObjC/encode-test.m to fail. by Sebastian Redl · 16 years ago
  69. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  70. 3c902ce Fix filename typo. by Sebastian Redl · 16 years ago
  71. 9c08f27 add RUN line by Nuno Lopes · 16 years ago
  72. 70316a0 Add support for out-of-line definitions of conversion functions and member operators by Douglas Gregor · 16 years ago
  73. fceeec9 Complete the test after adding handling of merged attributes on decls. by Anton Korobeynikov · 16 years ago
  74. 2f40270 Add full dllimport / dllexport support: both sema checks and codegen. by Anton Korobeynikov · 16 years ago
  75. 7f7bb72 Testcase for stdcall/fastcall sema checks. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  76. 86bc6cf Add parser support for __forceinline, __w64, __ptr64. by Steve Naroff · 16 years ago
  77. 239f073 Add parser support for __cdecl, __stdcall, and __fastcall. by Steve Naroff · 16 years ago
  78. 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
  79. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  80. 3e1b16c Last patch, for now, to privde ObjC's encoding of types. by Fariborz Jahanian · 16 years ago
  81. 46a98a7 Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. by Steve Naroff · 16 years ago
  82. 1f5432c Merge pr-3188.cpp into constructor.cpp. by Sebastian Redl · 16 years ago
  83. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  84. 5b8c7d9 More encoding support; in this case, encoding of by Fariborz Jahanian · 16 years ago
  85. 494bb06 Guard against the return of PR3188 by Sebastian Redl · 16 years ago
  86. 8351da0 Full AST support and better Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  87. 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
  88. 4b07b29 Partial AST and Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  89. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  90. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 16 years ago
  91. ff944a8 Add an option to make 'RemoveDeadBindings' a configurable behavior. This enables by Zhongxing Xu · 16 years ago
  92. 3f70456 Add codegen support for __null by Anders Carlsson · 16 years ago
  93. a0fd865 Parser support for C++ try-catch. by Sebastian Redl · 16 years ago
  94. e3f38ea Test case makes a platform assumption, so force triple. by Sebastian Redl · 16 years ago
  95. 0269709 Commit the right version of the test by Anders Carlsson · 16 years ago
  96. b50525b Make sure to emit the size expression for sizeof(type) by Anders Carlsson · 16 years ago
  97. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago
  98. 4306d3c Finish up saving original parameter type and by Fariborz Jahanian · 16 years ago
  99. 8f39f5e Make VLAs usable, and make basic usage work correctly. Also, add a by Eli Friedman · 16 years ago
  100. eb91f0e Add some ErrorUnsupported calls and turn on VLA codegen again. by Anders Carlsson · 16 years ago