1. 9989065 Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using typedefs. by Ted Kremenek · 15 years ago
  2. 506ae41 Part one of handling C++ functional casts. This handles semantic by Douglas Gregor · 15 years ago
  3. ab654af Used a more suitable api to get to the type of a record in code gen. by Fariborz Jahanian · 15 years ago
  4. dce5e2c Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. by Anders Carlsson · 15 years ago
  5. 636c5ef Implement basic support for parsing #pragma comment, a microsoft extension by Chris Lattner · 15 years ago
  6. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 15 years ago
  7. 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 15 years ago
  8. 0c21e84 rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt. by Chris Lattner · 15 years ago
  9. fff745e remove obsolete comment which happened to go over 80 cols. by Chris Lattner · 15 years ago
  10. 9938d07 remove an unneeded const_cast. by Chris Lattner · 15 years ago
  11. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 15 years ago
  12. 860f6d4 Don't advance the statement iterator after we've deallocated the statement by Douglas Gregor · 15 years ago
  13. d5ed8c3 Extract code dealing with typedef declarators into a separate function. by Zhongxing Xu · 15 years ago
  14. cb8f4f1 Extract code dealing with variable declarator into a separate function. by Zhongxing Xu · 15 years ago
  15. f479cea Attempt to unbreak Windows build. by Daniel Dunbar · 15 years ago
  16. 67303c1 postpone sizeof objc-class computatin to the clients. by Fariborz Jahanian · 15 years ago
  17. 416fcaf Extract code dealing with declarators of function type into a separate function by Zhongxing Xu · 15 years ago
  18. db751eb Implemented code gen for sizeof(objc class interface). by Fariborz Jahanian · 15 years ago
  19. 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 15 years ago
  20. 7e91627 add codegen support to union casts by Nuno Lopes · 15 years ago
  21. e1deaac PTH: Fix termination condition in binary search. by Ted Kremenek · 15 years ago
  22. 13fd416 PR3330: given an enum like this: by Chris Lattner · 15 years ago
  23. 72b1b15 IdentifierInfo: by Ted Kremenek · 15 years ago
  24. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 15 years ago
  25. d4edfe4 Add dummy X86_64 ABIInfo implementation. by Daniel Dunbar · 15 years ago
  26. 6ed2ef8 add support for initializing static vars with a cast to union (gcc extension) by Nuno Lopes · 15 years ago
  27. eff2cd5 PR2746: Implement GCC cast to union extension by Seo Sanghyeon · 16 years ago
  28. 4bb64e7 Deallocate the BasePaths structure that we allocate for LookupResult. by Douglas Gregor · 16 years ago
  29. 293b4af PTH: Embed a persistentID side-table in the PTH file that is sorted in the by Ted Kremenek · 16 years ago
  30. 7176fff Initial implementation of member name lookup by Douglas Gregor · 16 years ago
  31. eb11cd0 Refactor name lookup. by Douglas Gregor · 16 years ago
  32. ff03fbb Patch to keep clang honest that it does not yet support by Fariborz Jahanian · 16 years ago
  33. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
  34. 4c92fea Fix a subtle bug in DeclContext::DestroyDecls(). by Steve Naroff · 16 years ago
  35. fc76761 FunctionDecl::setParams() now uses the allocator associated with ASTContext to allocate the array of ParmVarDecl*'s. by Ted Kremenek · 16 years ago
  36. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 16 years ago
  37. 2839660 PTH: by Ted Kremenek · 16 years ago
  38. ee159c1 Permitting typedefs without a name is a Microsoft/GNU extension by Douglas Gregor · 16 years ago
  39. 7bd88aa Fix corner cases in PTH getSpelling() binary search. by Ted Kremenek · 16 years ago
  40. f02f6f0 PTH: Fix remaining cases where the spelling cache in the PTH file was being missed when it shouldn't. This shaves another 7% off PTH time for -Eonly on Cocoa.h by Ted Kremenek · 16 years ago
  41. a0fc55f Turn off some Destroy calls that are currenly causing double-destruction of ScopedDecls. We will re-enable this later, when we have time to fully solve the ownership issue. by Douglas Gregor · 16 years ago
  42. 5385991 Use the unqualified type for GCCs struct/union cast extension by Anders Carlsson · 16 years ago
  43. 906fed0 Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block. by Anders Carlsson · 16 years ago
  44. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 16 years ago
  45. 9c2a3db add a fixme. by Zhongxing Xu · 16 years ago
  46. 4998888 Bug fix, __private_extern__ globals were always introducing a definition. by Daniel Dunbar · 16 years ago
  47. 5834ed6 Add KillStruct to region store. by Zhongxing Xu · 16 years ago
  48. 8b4bf90 Patch to fix encoding of Enum bitfields in ObjC. by Fariborz Jahanian · 16 years ago
  49. e1c2a67 static analyzer: Handle casts from arrays to integers. This fixes PR 3297. by Ted Kremenek · 16 years ago
  50. bbee1a7 Invert condition on branch (was causing RegionStore::ArrayToPointer to return 'unknown' on most cases. by Ted Kremenek · 16 years ago
  51. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  52. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 16 years ago
  53. 35c3329 Patch to implement code gen for aggrgate-valued property used by Fariborz Jahanian · 16 years ago
  54. 482b77d Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak by Douglas Gregor · 16 years ago
  55. d30ef87 Patch by Roman Divacky: by Ted Kremenek · 16 years ago
  56. ee49d04 Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecls, and shouldn't be released elsewhere. by Ted Kremenek · 16 years ago
  57. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 16 years ago
  58. 1261938 retain/release checker: by Ted Kremenek · 16 years ago
  59. 491c7b7 (LLVM up) Match TargetData API change in LLVM TOT. by Daniel Dunbar · 16 years ago
  60. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 16 years ago
  61. 1a0d31a Properly set the scope of non-fields declared within a struct, union, by Douglas Gregor · 16 years ago
  62. ebaae2a Handle multi-value inputs by Anders Carlsson · 16 years ago
  63. 0e936db Make sure to initialize the ConstraintInfo to 0 by Anders Carlsson · 16 years ago
  64. 2a18dfe some more minor asqualtype bugs. by Chris Lattner · 16 years ago
  65. 4bbce99 improve some more is*Type predicates to look through asqualtypes. by Chris Lattner · 16 years ago
  66. f728a4a simplify these predicates a bit. by Chris Lattner · 16 years ago
  67. 32f6209 make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int by Nuno Lopes · 16 years ago
  68. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  69. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago
  70. c8c7b18 Forgot to commit this by Anders Carlsson · 16 years ago
  71. 6347172 Use a common function for emitting asm inputs and remove a FIXME by Anders Carlsson · 16 years ago
  72. 2726f9a Fix operator precedence. by Sebastian Redl · 16 years ago
  73. 93983f8 Convert property implementation to DeclContext::addDecl(). by Steve Naroff · 16 years ago
  74. 6327e0d A few property related cleanups to ObjCContainerDecl AST. by Steve Naroff · 16 years ago
  75. de30747 Convert some more actions to smart pointers. by Sebastian Redl · 16 years ago
  76. 489034c Fix a misleading comment. by Steve Naroff · 16 years ago
  77. 679a502 This patch fixes the code gen failures which was a fallout from by Fariborz Jahanian · 16 years ago
  78. 2129212 Explicit declaration of property setters over-ride by Fariborz Jahanian · 16 years ago
  79. 5a2f5d3 Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/6486133 by Douglas Gregor · 16 years ago
  80. 57966fc assert if attempting to code gen. a property setter/getter by Fariborz Jahanian · 16 years ago
  81. dcde115 Don't bother setting NextDeclarator for EnumConstantDecls. It isn't used by Douglas Gregor · 16 years ago
  82. 3218c4b When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 16 years ago
  83. c9b580a Add some comments to the virtual work. Thanks to Doug Gregor for the review. by Sebastian Redl · 16 years ago
  84. 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
  85. 5f07426 Enhance PTH 'getSpelling' caching: by Ted Kremenek · 16 years ago
  86. 0262f02 Prevent a segfault for vaarg expressions on unsupported architectures. by Sebastian Redl · 16 years ago
  87. a66793e This patch removes mergeProperties and does the property lookup by Fariborz Jahanian · 16 years ago
  88. 8fa73ed Implement EmitUnsupportedRValue to generate an appropriately typed RValue. by Daniel Dunbar · 16 years ago
  89. 9ba73ad Very basic support for pure virtual functions. by Sebastian Redl · 16 years ago
  90. 6037fcb Replace DeclContext's vector of ScopedDecl pointers with a linked list by Douglas Gregor · 16 years ago
  91. a8cc8ce Make sure that ScopedDecls passed to DeclContext::addDecl are added into their lexical context by Douglas Gregor · 16 years ago
  92. f8d49f6 Provide a new kind of iterator, the specific_decl_iterator, that by Douglas Gregor · 16 years ago
  93. 088a52d Emit more refined "unsupported" error for block expressions. by Daniel Dunbar · 16 years ago
  94. ce1d38b Give "unsupported" error on calls through block pointers instead of crashes. by Daniel Dunbar · 16 years ago
  95. 09c4719 Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). by Steve Naroff · 16 years ago
  96. 1fd8011 Fix rdar://6480479 - [parser] infinite loop on invalid input by Chris Lattner · 16 years ago
  97. 4e174f1 Convert block types in IRgen. This is not the correct type, but by Daniel Dunbar · 16 years ago
  98. a782ca7 Block pointer types are not aggregate types. by Daniel Dunbar · 16 years ago
  99. 84efc04 Fix crash on null deference when searching for readwrite properties in by Daniel Dunbar · 16 years ago
  100. d043410 Addressed the issue in <rdar://problem/6479085>, where we failed to by Douglas Gregor · 16 years ago