1. 0269709 Commit the right version of the test by Anders Carlsson · 16 years ago
  2. b50525b Make sure to emit the size expression for sizeof(type) by Anders Carlsson · 16 years ago
  3. 56a3460 Use utility methods. No functional change. by Zhongxing Xu · 16 years ago
  4. a90dce3 Remove unused function. by Zhongxing Xu · 16 years ago
  5. ccf614c Fix for PR3246: an empty clobber list is the empty string, not a null string. by Eli Friedman · 16 years ago
  6. 97e0179 Did not mean to commit this. by Anders Carlsson · 16 years ago
  7. 8b33c08 Handle VLA indexing by Anders Carlsson · 16 years ago
  8. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago
  9. 4306d3c Finish up saving original parameter type and by Fariborz Jahanian · 16 years ago
  10. 20c802b Extend the unsupported error to include break and continue, and fix a by Eli Friedman · 16 years ago
  11. 8f39f5e Make VLAs usable, and make basic usage work correctly. Also, add a by Eli Friedman · 16 years ago
  12. fcdbb93 Handle typedefs to VLAs (Emit the size expr when we encounter the typedef by Anders Carlsson · 16 years ago
  13. 7e63b85 Check the entire StackSaveValues stack for VLAs when dealing with goto and return statements. Noticed by Eli Friedman. by Anders Carlsson · 16 years ago
  14. 751358f Make sure to generate code for arguments that have a variably modified type. by Anders Carlsson · 16 years ago
  15. 4f5420d Add case for the new AST node. by Fariborz Jahanian · 16 years ago
  16. 73da9e4 introducing ParmVarWithOriginalTypeDecl class to by Fariborz Jahanian · 16 years ago
  17. 60d3541 Change EmitVLASize to take a QualType that must be a variably modified type. by Anders Carlsson · 16 years ago
  18. f666b77 Split up emitting of VLA sizes and getting the size of a VLA. by Anders Carlsson · 16 years ago
  19. eb91f0e Add some ErrorUnsupported calls and turn on VLA codegen again. by Anders Carlsson · 16 years ago
  20. adcaf54 Strangely enough, name of ObjC class is not encoded into the by Fariborz Jahanian · 16 years ago
  21. e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
  22. 4193eca Lazy bingding for region-store manager. by Zhongxing Xu · 16 years ago
  23. 848b34b Updated checker build. by Ted Kremenek · 16 years ago
  24. 3ddc4d5 Fix <rdar://problem/6454568>: BugReporter should correctly handle switch statements with no default case. by Ted Kremenek · 16 years ago
  25. e36dabb avoid using a typedef that isn't always included from headers. by Chris Lattner · 16 years ago
  26. 43822ea More encoding support. This time for @encode of classes and bitfields. by Fariborz Jahanian · 16 years ago
  27. 1c0cfd4 Get rid of the old Expr::Evaluate variant. by Anders Carlsson · 16 years ago
  28. 06c58b1 Pass -fblocks to clang by Anders Carlsson · 16 years ago
  29. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  30. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  31. e4bb68a Test case for my last @encode patch. by Fariborz Jahanian · 16 years ago
  32. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  33. 00165a2 Fix for PR3234 by Anders Carlsson · 16 years ago
  34. 19bdedb Updated checker build. by Ted Kremenek · 16 years ago
  35. c166d73 Several@encode bug fixes for ObjC. by Fariborz Jahanian · 16 years ago
  36. 730165d Update Xcode project. by Ted Kremenek · 16 years ago
  37. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  38. 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
  39. 40e86d9 Fix regression when invalidating reference-counts for objects passed-by-reference to a function/method. by Ted Kremenek · 16 years ago
  40. 7e0fbb2 Don't define __STDC__ when compiling with -fms-extensions by Steve Naroff · 16 years ago
  41. 264c8ed Don't check initializers when there are dependent types or type-dependent expressions involved by Douglas Gregor · 16 years ago
  42. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  43. 80d2f30 Use '&' to test StartOfLine flag. by Ted Kremenek · 16 years ago
  44. efc4c4b Removed a slot in ObjCMemRegExpr used in code gen which did not belong there. by Fariborz Jahanian · 16 years ago
  45. d8df682 Fix http://llvm.org/bugs/show_bug.cgi?id=3189. by Steve Naroff · 16 years ago
  46. 378c7e4 add a simple fast-path for the common case of [] and [4] in by Chris Lattner · 16 years ago
  47. 85b5a45 rename argument by Chris Lattner · 16 years ago
  48. 5a69d1c disallow attributes in a few callers of ParseTypeQualifierListOpt, by Chris Lattner · 16 years ago
  49. a1fcbad Clean up the C89/C++ warnings about C99 array features to not by Chris Lattner · 16 years ago
  50. 62b5857 Add method used by ImmutableMap GDM specialization. by Zhongxing Xu · 16 years ago
  51. 3aea8ca Allow ABI to use StructRet even for scalar values. by Daniel Dunbar · 16 years ago
  52. e878eb0 This is valid in C++. void foo() { return foo(); } by Chris Lattner · 16 years ago
  53. 65ce04b Merge function-return.c into function.c by Chris Lattner · 16 years ago
  54. bc8d564 implement PR3177 - "__extension__ union" not supported in C++ mode by Chris Lattner · 16 years ago
  55. e604628 Updated checker build. by Ted Kremenek · 16 years ago
  56. 74c3e6e Rewrite PTHLexer::DiscardToEndOfLine() to not use GetToken and instead only read the bytes needed to determine if a token is not at the start of the line. by Ted Kremenek · 16 years ago
  57. 99f06ba fix leakage of var's initializers by Nuno Lopes · 16 years ago
  58. 30a12ec Change PTHLexer::getSourceLocation() to not call GetToken() and instead just read the file offset in the token data buffer directly. by Ted Kremenek · 16 years ago
  59. daeee81 PTHLexer::isNextPPTokenLParen() no longer calls GetToken() and just reads the token kind from the token data buffer. This results in a minor speedup and reduces the dependency on GetToken(). by Ted Kremenek · 16 years ago
  60. 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
  61. b74668e fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces and ASTRecordForInterface maps by Nuno Lopes · 16 years ago
  62. 5f76494 Oops, accidentally commited the wrong version of the test (original by Eli Friedman · 16 years ago
  63. 375d37c Patch to re-implement duplicate ivar checking by Fariborz Jahanian · 16 years ago
  64. 2342ef7 Do proper recovery from an invalid switch condiition. Fixes PR3229. by Eli Friedman · 16 years ago
  65. 2fb78a7 CF-retain/release checker: by Ted Kremenek · 16 years ago
  66. a769c00 This patch will build the Records lazily per Steve's comments. by Fariborz Jahanian · 16 years ago
  67. b60d799 add a dropped word back by Chris Lattner · 16 years ago
  68. 2ab1657 Updated checker build. by Ted Kremenek · 16 years ago
  69. 90b3236 Fix <rdar://problem/6451816>: by Ted Kremenek · 16 years ago
  70. 500d2ee Add pretty-printing for AnonTypedRegion. by Ted Kremenek · 16 years ago
  71. 1c13c4f Shadow CurPtr with a local variable in ReadToken. by Ted Kremenek · 16 years ago
  72. c9ca4a2 Added comment to Steve's patch to clarify the case. by Fariborz Jahanian · 16 years ago
  73. 0b65b1d Consolidated property check into property-typecheck-1.m file. by Fariborz Jahanian · 16 years ago
  74. 510ffae Make the injected-class-name of a C++ class a separate RecordDecl from the class itself, with a different scope. This eliminates some ownership issues, so that the RecordDecl only lives in a single context by Douglas Gregor · 16 years ago
  75. 270b414 Remove the crufty reverse_decl_iterator by Douglas Gregor · 16 years ago
  76. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  77. 5605fdf Remove rewriter dependency on 'nil' macro (used when rewriting for(...)) by Steve Naroff · 16 years ago
  78. 7d1117d Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl && "lookupFieldDeclForIvar no storage for class"). by Steve Naroff · 16 years ago
  79. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  80. cc98eac Move the other Sema::ActOnLinkageSpec to SemaDeclCXX. by Chris Lattner · 16 years ago
  81. 5a003a4 Move Sema::ActOnLinkageSpec to SemaDeclCXX. by Chris Lattner · 16 years ago
  82. 45579f5 Make sure that enumerators show up within the enumeration declaration. Fixes. PR clang/3220 by Douglas Gregor · 16 years ago
  83. e79837a Fix PrintParserCallbacks for the new ActOnLinkageSpec actions by Douglas Gregor · 16 years ago
  84. bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 16 years ago
  85. cb73530 Tweaks to allow us to rewrite with -x=objective-c++ enabled. by Steve Naroff · 16 years ago
  86. 6b6609f remove debug stmt, sorry.. by Nuno Lopes · 16 years ago
  87. 6fea8d2 fix PR 3222: allow one to get the address of a global function in C++ by Nuno Lopes · 16 years ago
  88. f44515a Make linkage-specifications hold on to all of their declarations by Douglas Gregor · 16 years ago
  89. f595eb0 Fix crash with -ast-dump in C++. by Eli Friedman · 16 years ago
  90. e1efd4d Add new GRWorkList class that uses two queues: by Ted Kremenek · 16 years ago
  91. 8c35475 ProgramPoint: by Ted Kremenek · 16 years ago
  92. 72b505b Delay parsing of default arguments of member functions until the class by Douglas Gregor · 16 years ago
  93. 82b4e76 Silence a couple more operator precedence warnings; this shouldn't by Eli Friedman · 16 years ago
  94. e8e3205 Warning fixes to operator precedence warnings. by Eli Friedman · 16 years ago
  95. fea8685 Remove tabs. by Nate Begeman · 16 years ago
  96. 105ec4b Patch to check for ObjC's property type. by Fariborz Jahanian · 16 years ago
  97. 5bc60d0 Fix <rdar://problem/6445502> clang ObjC rewriter: _Block_release has wrong parameter type in preamble by Steve Naroff · 16 years ago
  98. 3dde5a3 Partial fix for qualified name lookup, such that the lookup of N in by Douglas Gregor · 16 years ago
  99. 9c9ca08 Implement RegionStoreManager::Remove(). by Zhongxing Xu · 16 years ago
  100. 3281eff Diagnose that ivars in current and super class may not by Fariborz Jahanian · 16 years ago