1. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  2. 80d2f30 Use '&' to test StartOfLine flag. by Ted Kremenek · 16 years ago
  3. efc4c4b Removed a slot in ObjCMemRegExpr used in code gen which did not belong there. by Fariborz Jahanian · 16 years ago
  4. d8df682 Fix http://llvm.org/bugs/show_bug.cgi?id=3189. by Steve Naroff · 16 years ago
  5. 378c7e4 add a simple fast-path for the common case of [] and [4] in by Chris Lattner · 16 years ago
  6. 85b5a45 rename argument by Chris Lattner · 16 years ago
  7. 5a69d1c disallow attributes in a few callers of ParseTypeQualifierListOpt, by Chris Lattner · 16 years ago
  8. a1fcbad Clean up the C89/C++ warnings about C99 array features to not by Chris Lattner · 16 years ago
  9. 62b5857 Add method used by ImmutableMap GDM specialization. by Zhongxing Xu · 16 years ago
  10. 3aea8ca Allow ABI to use StructRet even for scalar values. by Daniel Dunbar · 16 years ago
  11. e878eb0 This is valid in C++. void foo() { return foo(); } by Chris Lattner · 16 years ago
  12. 65ce04b Merge function-return.c into function.c by Chris Lattner · 16 years ago
  13. bc8d564 implement PR3177 - "__extension__ union" not supported in C++ mode by Chris Lattner · 16 years ago
  14. e604628 Updated checker build. by Ted Kremenek · 16 years ago
  15. 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
  16. 99f06ba fix leakage of var's initializers by Nuno Lopes · 16 years ago
  17. 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
  18. 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
  19. 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
  20. b74668e fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces and ASTRecordForInterface maps by Nuno Lopes · 16 years ago
  21. 5f76494 Oops, accidentally commited the wrong version of the test (original by Eli Friedman · 16 years ago
  22. 375d37c Patch to re-implement duplicate ivar checking by Fariborz Jahanian · 16 years ago
  23. 2342ef7 Do proper recovery from an invalid switch condiition. Fixes PR3229. by Eli Friedman · 16 years ago
  24. 2fb78a7 CF-retain/release checker: by Ted Kremenek · 16 years ago
  25. a769c00 This patch will build the Records lazily per Steve's comments. by Fariborz Jahanian · 16 years ago
  26. b60d799 add a dropped word back by Chris Lattner · 16 years ago
  27. 2ab1657 Updated checker build. by Ted Kremenek · 16 years ago
  28. 90b3236 Fix <rdar://problem/6451816>: by Ted Kremenek · 16 years ago
  29. 500d2ee Add pretty-printing for AnonTypedRegion. by Ted Kremenek · 16 years ago
  30. 1c13c4f Shadow CurPtr with a local variable in ReadToken. by Ted Kremenek · 16 years ago
  31. c9ca4a2 Added comment to Steve's patch to clarify the case. by Fariborz Jahanian · 16 years ago
  32. 0b65b1d Consolidated property check into property-typecheck-1.m file. by Fariborz Jahanian · 16 years ago
  33. 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
  34. 270b414 Remove the crufty reverse_decl_iterator by Douglas Gregor · 16 years ago
  35. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  36. 5605fdf Remove rewriter dependency on 'nil' macro (used when rewriting for(...)) by Steve Naroff · 16 years ago
  37. 7d1117d Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl && "lookupFieldDeclForIvar no storage for class"). by Steve Naroff · 16 years ago
  38. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  39. cc98eac Move the other Sema::ActOnLinkageSpec to SemaDeclCXX. by Chris Lattner · 16 years ago
  40. 5a003a4 Move Sema::ActOnLinkageSpec to SemaDeclCXX. by Chris Lattner · 16 years ago
  41. 45579f5 Make sure that enumerators show up within the enumeration declaration. Fixes. PR clang/3220 by Douglas Gregor · 16 years ago
  42. e79837a Fix PrintParserCallbacks for the new ActOnLinkageSpec actions by Douglas Gregor · 16 years ago
  43. bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 16 years ago
  44. cb73530 Tweaks to allow us to rewrite with -x=objective-c++ enabled. by Steve Naroff · 16 years ago
  45. 6b6609f remove debug stmt, sorry.. by Nuno Lopes · 16 years ago
  46. 6fea8d2 fix PR 3222: allow one to get the address of a global function in C++ by Nuno Lopes · 16 years ago
  47. f44515a Make linkage-specifications hold on to all of their declarations by Douglas Gregor · 16 years ago
  48. f595eb0 Fix crash with -ast-dump in C++. by Eli Friedman · 16 years ago
  49. e1efd4d Add new GRWorkList class that uses two queues: by Ted Kremenek · 16 years ago
  50. 8c35475 ProgramPoint: by Ted Kremenek · 16 years ago
  51. 72b505b Delay parsing of default arguments of member functions until the class by Douglas Gregor · 16 years ago
  52. 82b4e76 Silence a couple more operator precedence warnings; this shouldn't by Eli Friedman · 16 years ago
  53. e8e3205 Warning fixes to operator precedence warnings. by Eli Friedman · 16 years ago
  54. fea8685 Remove tabs. by Nate Begeman · 16 years ago
  55. 105ec4b Patch to check for ObjC's property type. by Fariborz Jahanian · 16 years ago
  56. 5bc60d0 Fix <rdar://problem/6445502> clang ObjC rewriter: _Block_release has wrong parameter type in preamble by Steve Naroff · 16 years ago
  57. 3dde5a3 Partial fix for qualified name lookup, such that the lookup of N in by Douglas Gregor · 16 years ago
  58. 9c9ca08 Implement RegionStoreManager::Remove(). by Zhongxing Xu · 16 years ago
  59. 3281eff Diagnose that ivars in current and super class may not by Fariborz Jahanian · 16 years ago
  60. 0a59acb Make name lookup when we're inside a declarator's scope, such as ClassName::func, work with the new unqualified name lookup code. Test it with default arguments in out-of-line member definitions by Douglas Gregor · 16 years ago
  61. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  62. 584049d Diagnose erroneous uses of out-of-line member definitions and scope by Douglas Gregor · 16 years ago
  63. 03f332a Fix for PR3212: don't descend into C++ operator overloading code for C by Eli Friedman · 16 years ago
  64. 56f20ae Make error handling for va_start a bit more robust. Fixes PR3213. by Eli Friedman · 16 years ago
  65. 9ee92e8 Name of addLayoutToClass is confusing as no layout calculation by Fariborz Jahanian · 16 years ago
  66. 9e7d9de Place constructors and destructors into the DeclContext of the class, by Douglas Gregor · 16 years ago
  67. 9fed516 And a test case for my previous patch. by Fariborz Jahanian · 16 years ago
  68. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  69. 0ea7672 Preprocessor: Allocate MacroInfo objects using a BumpPtrAllocator instead using new/delete. This speeds up -Eonly on Cocoa.h using the regular lexer by 1.8% and the PTHLexer by 3%. by Ted Kremenek · 16 years ago
  70. 55f7bcb Fix regression in handling sizeof(void) in the static analyzer. by Ted Kremenek · 16 years ago
  71. 9fbb609 Removed setRecordForDecl. Added a FIXME. by Fariborz Jahanian · 16 years ago
  72. 0874bd3 Don't double-destroy constructors defined out-of-line. This is a by Douglas Gregor · 16 years ago
  73. 7df7b6b Create new EnumDecl nodes for redeclarations of enums, linking them by Douglas Gregor · 16 years ago
  74. f9d1e4b dont call iterator::end() on every cycle and dont read already-deleted memory by Nuno Lopes · 16 years ago
  75. 640b319 minor WS fix for the previous commit by Nuno Lopes · 16 years ago
  76. 6d34ae5 fix leakage of CXXSpecialName objects in DeclarationNameTable by Nuno Lopes · 16 years ago
  77. 2ef9372 I think we should getRValueType here. The lvaluetype of an array region is 'pointer to array'. by Zhongxing Xu · 16 years ago
  78. 383ea9d Updated checker build. by Ted Kremenek · 16 years ago
  79. e21269b Store the size of the EH stack inside each BreakContinue struct so we know when a break/continue won't cross a try block. by Anders Carlsson · 16 years ago
  80. aaa63a7 Patch for ObjCIvarRefExpr containing the field by Fariborz Jahanian · 16 years ago
  81. 6eddeb1 MemRegion: by Ted Kremenek · 16 years ago
  82. 60f8c86 Add storage layout to ObjC classes. by Fariborz Jahanian · 16 years ago
  83. 9485d23 eliminate the isCXXNamedOperator function and some string compares and by Chris Lattner · 16 years ago
  84. cfec1db Temporarily XFAIL these tests. by Ted Kremenek · 16 years ago
  85. abb042f A series of cleanups/fixes motivated by <rdar://problem/6442306>: by Ted Kremenek · 16 years ago
  86. 71e38c4 disable Anders' recent VLA patch, this fixes PR3209. by Chris Lattner · 16 years ago
  87. 798d119 Some utilities for using the smart pointers in Actions, especially Sema. Convert a few functions. by Sebastian Redl · 16 years ago
  88. 1d92296 Convert remaining expression parsers to smart pointers. Now on to the Action connection. by Sebastian Redl · 16 years ago
  89. 9578504 stdlib.h is the wrong header for printf, and introduces test-breaking definitions of inlines on Linux by Sebastian Redl · 16 years ago
  90. 1c212a0 Add /Za to all MSVC build of a clang libraries. by Cedric Venet · 16 years ago
  91. 41a2660 PTH: Added minor 'sibling jumping' optimization for iterating over the side table used for fast preprocessor block skipping. This has a minor performance improvement when preprocessing Cocoa.h, but can have some wins in pathologic cases. by Ted Kremenek · 16 years ago
  92. 2badf1e Fix <rdar://problem/6435837> clang ObjC rewriter: use Block_release instead of Block_destroy. by Steve Naroff · 16 years ago
  93. fdb548e fix a buggy fall through that caused a crash-on-invalid. rdar://6248081 by Chris Lattner · 16 years ago
  94. 3e6e67f Add test case for using mmintrin (and making sure that inlining is by Daniel Dunbar · 16 years ago
  95. a629190 Force i[0-9]86 to i386 when using LLVM_HOSTTRIPLE. by Daniel Dunbar · 16 years ago
  96. 268ee70 Added PTH optimization to not process entire blocks of tokens that appear in skipped preprocessor blocks. This improves PTH speed by 6%. The code for this optimization itself is not very optimized, and will get cleaned up. by Ted Kremenek · 16 years ago
  97. dad7b34 Enhance PTH preprocessor-condition-block side table to track #elseinformation as well. by Ted Kremenek · 16 years ago
  98. 42b83dd Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p by Chris Lattner · 16 years ago
  99. 9d35097 Enable out-of-line definitions of C++ constructors and destructors by Douglas Gregor · 16 years ago
  100. 5d46315 Implement allocation and sizeof VLAs. This is very basic for now. by Anders Carlsson · 16 years ago