1. e024c22 Update checker build. by Ted Kremenek · 15 years ago
  2. ac6ff48 RegionStore::getLValueElement: Handle the case where the signedness of the by Ted Kremenek · 15 years ago
  3. 672e408 Add utility method to BasicValueFactory to convert an APSInt to one of a different sign. by Ted Kremenek · 15 years ago
  4. 21028dd GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the Condition is null. by Ted Kremenek · 15 years ago
  5. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 15 years ago
  6. fa6228d Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not by Ted Kremenek · 15 years ago
  7. 0bed8a1 GRExprEngine: Add pretty-stack trace printing for crashes and assertion failures. by Ted Kremenek · 15 years ago
  8. 7de20fe SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic by Ted Kremenek · 15 years ago
  9. 276c6ac GRExprEngine: For places we might conjure up a new symbol to recover by Ted Kremenek · 15 years ago
  10. a516ce1 Add accessor method. by Ted Kremenek · 15 years ago
  11. 78a5361 Add accessor method to return a GRStateManager's internal ConstraintManager. by Ted Kremenek · 15 years ago
  12. 66b5271 Added method "canReasonAbout" to ConstraintManager. This method returns true if by Ted Kremenek · 15 years ago
  13. 3df6421 Display the exploded graph before calling BugReporter.FlushReports(). The latter by Ted Kremenek · 15 years ago
  14. 940abcc Use the BugReports in BugReporter to determine the root nodes for "trim-egraph". by Ted Kremenek · 15 years ago
  15. 3aa1ab2 Add some iterators to BugReporter. by Ted Kremenek · 15 years ago
  16. fde3195 Use the right indentation by Anders Carlsson · 15 years ago
  17. 1841aa1 Clear all the linetable state in clear(), fixing problems by Chris Lattner · 15 years ago
  18. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 15 years ago
  19. ed6c176 Remove space-break that interrupts one string literal. This is fine in C, but not in TableGen files. by Ted Kremenek · 15 years ago
  20. 820e020 More Next objc2's gc ivar layout bitmap work. Work in progress. by Fariborz Jahanian · 15 years ago
  21. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 15 years ago
  22. f58e44c Fix typo. by Daniel Dunbar · 15 years ago
  23. 2ff0f42 position the caret properly on asm string diagnostics, e.g.: by Chris Lattner · 15 years ago
  24. 3182db1 reject invalid escape characters in extended-asm strings with a nice diagnostic. by Chris Lattner · 15 years ago
  25. bf5fc32 Driver: Add host info (add new files). by Daniel Dunbar · 15 years ago
  26. e399564 Driver: Add host info (add new files). by Daniel Dunbar · 15 years ago
  27. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 15 years ago
  28. dd98e2c Driver: Add host info. by Daniel Dunbar · 15 years ago
  29. fb5058e add plumbing to report diagnostics back through sema for malformed asmstrings. by Chris Lattner · 15 years ago
  30. 458cd9c move the asm string analysis code out of codegen into common by Chris Lattner · 15 years ago
  31. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 15 years ago
  32. fbe899f Emit super class debug info. by Devang Patel · 15 years ago
  33. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 15 years ago
  34. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 15 years ago
  35. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 15 years ago
  36. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 15 years ago
  37. 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 · 15 years ago
  38. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 15 years ago
  39. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 15 years ago
  40. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 15 years ago
  41. fdc92b7 Simplify SelectorTable::constructSetterName() usage... by Steve Naroff · 15 years ago
  42. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 15 years ago
  43. a5a10c3 More objc2's gc meta-data work related to ivar layout bitmap. Work in progress. by Fariborz Jahanian · 15 years ago
  44. ca8c49f update this, C headers don't need hacks anymore. by Chris Lattner · 15 years ago
  45. c8ad3dc Update analyzer build. by Ted Kremenek · 15 years ago
  46. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 15 years ago
  47. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 15 years ago
  48. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 15 years ago
  49. bb57265 reduce nesting, use memchr instead of explicit loop, eliminate a by Chris Lattner · 15 years ago
  50. 63c8b14 Expand %= into ${:uid} so that the code generator emits a unique ID for the by Chris Lattner · 15 years ago
  51. 0e5c8d4 BugReporter: by Ted Kremenek · 15 years ago
  52. 2223622 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 15 years ago
  53. 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 15 years ago
  54. b327793 add some helper methods to AsmStmt and add some comments. by Chris Lattner · 15 years ago
  55. f1a08ca slightly simplify some code, pull the 'is simple asm' case up in by Chris Lattner · 15 years ago
  56. 83d889b PathDiagnosticControlFlowPiece: by Ted Kremenek · 15 years ago
  57. 0008683 Handle "Macro" PathDiagnosticPiece kind when getting string identifier. by Ted Kremenek · 15 years ago
  58. 9db8f5d Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. by Daniel Dunbar · 15 years ago
  59. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 15 years ago
  60. 4274581 Backout r66408, we don't want handling of globals to rely on the by Daniel Dunbar · 15 years ago
  61. 1a873ae Add a test case that goes with the last commit by Douglas Gregor · 15 years ago
  62. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 15 years ago
  63. e15b486 Update checker build. by Ted Kremenek · 15 years ago
  64. d43b333 Reapply r66316, it got accidentally reverted in r66317. by Daniel Dunbar · 15 years ago
  65. 43b7bd3 scan-build: Also look for clang in the same directory as scan-build. by Ted Kremenek · 15 years ago
  66. 25d01ba retain/release checker: Allow allocations to fail by returning nil. by Ted Kremenek · 15 years ago
  67. de7ec63 RegionStore::getElementLValue(): Handle the case where the base is a null pointer. by Ted Kremenek · 15 years ago
  68. cd57fce Add test case for <rdar://problem/6659160>. by Ted Kremenek · 15 years ago
  69. 58a2912 NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). by Daniel Dunbar · 15 years ago
  70. 1510488 move -g option down into rest of codegen section by Chris Lattner · 15 years ago
  71. 2012604 move debug info generation flag into CompileOptions. by Chris Lattner · 15 years ago
  72. 2a83a8c update project for driver -> frontend rename. by Chris Lattner · 15 years ago
  73. 8d4a9d3 fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed. by Chris Lattner · 15 years ago
  74. 63c5b50 NeXT: Move some routines over to CreateMetadataVar. by Daniel Dunbar · 15 years ago
  75. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 15 years ago
  76. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 15 years ago
  77. 35bd763 Tweak CreateMetadataVar, take the exact alignment instead of relying by Daniel Dunbar · 15 years ago
  78. a6681ae More fix for bitfield ivar meta-data and code gen accessing it. by Fariborz Jahanian · 15 years ago
  79. db7bc58 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 15 years ago
  80. 214c6cb Teach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ about TypedRegionViews and by Ted Kremenek · 15 years ago
  81. 688a248 fix PR3764 - A redefinition of a pre-processor macro fails by Chris Lattner · 15 years ago
  82. c3c489e convert this to use -verify. by Chris Lattner · 15 years ago
  83. 5a7a848 rename test by Chris Lattner · 15 years ago
  84. ed65d3d Add member template "MemRegion::getAs<RegionType>" that dynamically casts a by Ted Kremenek · 15 years ago
  85. fda79d1 Remove some dead spacing. No functionality change. by Ted Kremenek · 15 years ago
  86. d6e941d Fix typo in pref commit. by Daniel Dunbar · 15 years ago
  87. fd65d37 NeXT: Add CreateMetadataVar utility method to encapsulate creation of by Daniel Dunbar · 15 years ago
  88. 8d21721 Revert r66423, which was not the right fix for this issue. by Douglas Gregor · 15 years ago
  89. cad3df8 ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. by Daniel Dunbar · 15 years ago
  90. b964c1d Fix a little FIXME, thanks to Sebastian by Douglas Gregor · 15 years ago
  91. ceef30c Mark a non-type template parameter invalid if there was a problem with its type by Douglas Gregor · 15 years ago
  92. 86447ec Rename DiagnoseIncompleteType to RequireCompleteType, and update the documentation to reflect the fact that we can instantiate templates here by Douglas Gregor · 15 years ago
  93. ff8d204 Only track integer and pointer values. by Zhongxing Xu · 15 years ago
  94. 1038f9f Now we do not retrieve untyped regions. by Zhongxing Xu · 15 years ago
  95. 3e87209 do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. by Chris Lattner · 15 years ago
  96. a7dbdf5 link to blocks dox by Chris Lattner · 15 years ago
  97. 7cfc817 add some description of the block language extension. by Chris Lattner · 15 years ago
  98. e54c0b5 The long-rumored blocks implementation document. by Chris Lattner · 15 years ago
  99. bd4f745 Fix a serious bug in RegionStore: we got the new state with new store from by Zhongxing Xu · 15 years ago
  100. 53d8922 Be sure to never create two functions with the same name, instead arrange to by Mike Stump · 15 years ago