1. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  2. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  3. 00171ff ccc: Fix broken assertion. by Daniel Dunbar · 16 years ago
  4. 5f22d7d ccc: Fix -ccc-print-phases when doing a universal build. by Daniel Dunbar · 16 years ago
  5. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  6. b897f5d Driver: Tweak diag names to be more consistent. by Daniel Dunbar · 16 years ago
  7. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  8. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 16 years ago
  9. a948045 Driver: '-' is parsed as an input. by Daniel Dunbar · 16 years ago
  10. 53ec552 Driver: Start sketching construction of abstract built actions. by Daniel Dunbar · 16 years ago
  11. 9d8d0fc Add comments. by Zhongxing Xu · 16 years ago
  12. e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 16 years ago
  13. 644eade Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  14. 008dd35 ccc: Tweak some group names. by Daniel Dunbar · 16 years ago
  15. 83293d2 Driver: Add definitions for all the gcc options the current ccc understands. by Daniel Dunbar · 16 years ago
  16. b13ecdb Use getAsRecordType() to get around sugar types. by Zhongxing Xu · 16 years ago
  17. b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 16 years ago
  18. d639b42 ccc: Cleanup arguments a bit; we don't need a separate group for by Daniel Dunbar · 16 years ago
  19. d67b09a Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. by Daniel Dunbar · 16 years ago
  20. e8cba00 Add comments to test case. by Zhongxing Xu · 16 years ago
  21. e1495ec Driver: Reorder arguments in Options.def so option name is first. by Daniel Dunbar · 16 years ago
  22. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
  23. cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 16 years ago
  24. d377522 Driver: Add default index (=0) for Arg::getValue and add Arg::claim by Daniel Dunbar · 16 years ago
  25. 35adb75 Note some advances in our C++ support by Douglas Gregor · 16 years ago
  26. 4a471aa Properly restore ActiveScope when we exit parsing of a block. This by Douglas Gregor · 16 years ago
  27. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  28. d3ad531 Remove '[naming convention]' from bug type. by Ted Kremenek · 16 years ago
  29. 32a47ed add some spaces :) by Chris Lattner · 16 years ago
  30. 105e9d7 ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using by Daniel Dunbar · 16 years ago
  31. 5f8d1db gnu++0x is definitely *not* the default by Gabor Greif · 16 years ago
  32. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
  33. cafc222 don't use strtoul on a non-null-terminated string. by Chris Lattner · 16 years ago
  34. e06a75f x86_32 ABI: Don't try and expand structures with bitfields. by Daniel Dunbar · 16 years ago
  35. b2dea73 Add TypedViewRegion::isBoundable() to indicate whether or not the by Ted Kremenek · 16 years ago
  36. 21e6f17 Code refactoring. No change in functionality. by Fariborz Jahanian · 16 years ago
  37. 9397e1d More of objc2's ivar layout bitmap (Next: specific). Work in progress. by Fariborz Jahanian · 16 years ago
  38. 4dd55f5 Make sure that we set the access specifier for an instantiated FieldDecl, and that the aggregate and POD flags for an instantiated class template are updated based on instantiation of a FieldDecl by Douglas Gregor · 16 years ago
  39. ff7fea8 Eliminate CXXClassMemberWrapper by Douglas Gregor · 16 years ago
  40. 2d2e9cf Eliminate CXXClassVarDecl. It doesn't add anything by Douglas Gregor · 16 years ago
  41. ceb77d9 Adjust for linkage name change. by Duncan Sands · 16 years ago
  42. 335c680 Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. by Steve Naroff · 16 years ago
  43. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  44. db51a55 '-o' option now supports relative paths. by Ted Kremenek · 16 years ago
  45. 344d4c8 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would by Ted Kremenek · 16 years ago
  46. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  47. 511d7ab Add parser support for static_assert. by Anders Carlsson · 16 years ago
  48. f178728 Fix <rdar://problem/6655054> clang issues bogus error on property usage in a dot-syntax. by Steve Naroff · 16 years ago
  49. 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 16 years ago
  50. 3c4b379 This test case checks if we get the right rvalue type of a TypedViewRegion. by Zhongxing Xu · 16 years ago
  51. 2e3f73b The RValueType of a TypedViewRegion should be the pointee type. by Zhongxing Xu · 16 years ago
  52. c45a825 Do not stipulate the record type is a definition in BindStruct(). by Zhongxing Xu · 16 years ago
  53. e3fedbe Correct for change of this name in LLVM. by Duncan Sands · 16 years ago
  54. 2b1dc17 Fix crash when LHS of pointer arithmetic is not ElementRegion. by Zhongxing Xu · 16 years ago
  55. e024c22 Update checker build. by Ted Kremenek · 16 years ago
  56. ac6ff48 RegionStore::getLValueElement: Handle the case where the signedness of the by Ted Kremenek · 16 years ago
  57. 672e408 Add utility method to BasicValueFactory to convert an APSInt to one of a different sign. by Ted Kremenek · 16 years ago
  58. 21028dd GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the Condition is null. by Ted Kremenek · 16 years ago
  59. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
  60. fa6228d Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not by Ted Kremenek · 16 years ago
  61. 0bed8a1 GRExprEngine: Add pretty-stack trace printing for crashes and assertion failures. by Ted Kremenek · 16 years ago
  62. 7de20fe SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic by Ted Kremenek · 16 years ago
  63. 276c6ac GRExprEngine: For places we might conjure up a new symbol to recover by Ted Kremenek · 16 years ago
  64. a516ce1 Add accessor method. by Ted Kremenek · 16 years ago
  65. 78a5361 Add accessor method to return a GRStateManager's internal ConstraintManager. by Ted Kremenek · 16 years ago
  66. 66b5271 Added method "canReasonAbout" to ConstraintManager. This method returns true if by Ted Kremenek · 16 years ago
  67. 3df6421 Display the exploded graph before calling BugReporter.FlushReports(). The latter by Ted Kremenek · 16 years ago
  68. 940abcc Use the BugReports in BugReporter to determine the root nodes for "trim-egraph". by Ted Kremenek · 16 years ago
  69. 3aa1ab2 Add some iterators to BugReporter. by Ted Kremenek · 16 years ago
  70. fde3195 Use the right indentation by Anders Carlsson · 16 years ago
  71. 1841aa1 Clear all the linetable state in clear(), fixing problems by Chris Lattner · 16 years ago
  72. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 16 years ago
  73. ed6c176 Remove space-break that interrupts one string literal. This is fine in C, but not in TableGen files. by Ted Kremenek · 16 years ago
  74. 820e020 More Next objc2's gc ivar layout bitmap work. Work in progress. by Fariborz Jahanian · 16 years ago
  75. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 16 years ago
  76. f58e44c Fix typo. by Daniel Dunbar · 16 years ago
  77. 2ff0f42 position the caret properly on asm string diagnostics, e.g.: by Chris Lattner · 16 years ago
  78. 3182db1 reject invalid escape characters in extended-asm strings with a nice diagnostic. by Chris Lattner · 16 years ago
  79. bf5fc32 Driver: Add host info (add new files). by Daniel Dunbar · 16 years ago
  80. e399564 Driver: Add host info (add new files). by Daniel Dunbar · 16 years ago
  81. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 16 years ago
  82. dd98e2c Driver: Add host info. by Daniel Dunbar · 16 years ago
  83. fb5058e add plumbing to report diagnostics back through sema for malformed asmstrings. by Chris Lattner · 16 years ago
  84. 458cd9c move the asm string analysis code out of codegen into common by Chris Lattner · 16 years ago
  85. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 16 years ago
  86. fbe899f Emit super class debug info. by Devang Patel · 16 years ago
  87. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 16 years ago
  88. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  89. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  90. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 16 years ago
  91. 4e16d04 When pretty-printing an anonymous tag type that is associated with a typedef, use the name of the typedef rather than <anonymous> by Douglas Gregor · 16 years ago
  92. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  93. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 16 years ago
  94. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
  95. fdc92b7 Simplify SelectorTable::constructSetterName() usage... by Steve Naroff · 16 years ago
  96. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 16 years ago
  97. a5a10c3 More objc2's gc meta-data work related to ivar layout bitmap. Work in progress. by Fariborz Jahanian · 16 years ago
  98. ca8c49f update this, C headers don't need hacks anymore. by Chris Lattner · 16 years ago
  99. c8ad3dc Update analyzer build. by Ted Kremenek · 16 years ago
  100. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 16 years ago