1. 91ee014 fix infinite recursion by Chris Lattner · 15 years ago
  2. 3fb94a4 make CaseStmt::getSourceRange() iterative for deeply by Chris Lattner · 15 years ago
  3. a3460ac Continuation of PR3687: fix more places to use the right type for booleans. by Eli Friedman · 15 years ago
  4. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 15 years ago
  5. 074dda6 Comment fix: change a question to an answer. by Eli Friedman · 15 years ago
  6. 2561542 Attempt to fix PR3709: when converting from an integer to a pointer, by Eli Friedman · 15 years ago
  7. dab514f Improved ABI compliance for __block variables. No testcases yet as we by Mike Stump · 15 years ago
  8. 41168ea Added the notion of a "boundable region", which is a region that can have a direct binding in the StoreManager. by Ted Kremenek · 15 years ago
  9. fe133d9 Add some more FIXME's about bits we could pack better. by Daniel Dunbar · 15 years ago
  10. 39d7650 Woot, save 8 bytes in Decl on 64-bit by reordering fields. This by Daniel Dunbar · 15 years ago
  11. 1f7de66 This test now passes using RegionStore. by Ted Kremenek · 15 years ago
  12. cec3525 RegionStore: Handle implicit parameters. by Ted Kremenek · 15 years ago
  13. dc40290 Create "TypedViewRegions" that layer on top of SymbolicRegions when handling by Ted Kremenek · 15 years ago
  14. 3f4d5ab Use GetSValAsScalarOrLoc instead of GetSVal to prevent unintended structure or array "loads". by Ted Kremenek · 15 years ago
  15. 1cb151e Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a by Ted Kremenek · 15 years ago
  16. 02c4d2d RegionStore::RemoveDeadBindings needs to check all the symbols of the super region of a scanned region as well. by Ted Kremenek · 15 years ago
  17. 3d1c946 Add new performance numbers; no discussion yet. Obvious two by Daniel Dunbar · 15 years ago
  18. d198aba Change a warning to an error... by Steve Naroff · 15 years ago
  19. 268bc8c Implement an important missing warning when a selector by Fariborz Jahanian · 15 years ago
  20. f4c00ff Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 15 years ago
  21. 94c9698 Rework use of loc::SymbolVal in the retain/release checker to use the new method by Ted Kremenek · 15 years ago
  22. 9d40ee5 Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @catch statements. by Steve Naroff · 15 years ago
  23. f50cb36 Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements. by Steve Naroff · 15 years ago
  24. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 15 years ago
  25. 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 15 years ago
  26. 14453bf Don't use std::auto_ptr with getSubRegionMap(). by Ted Kremenek · 15 years ago
  27. 3e9061f Fix case where we should use dyn_cast instead of cast. by Ted Kremenek · 15 years ago
  28. ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 15 years ago
  29. 6076e0a Fix extra ';' bug noticed by Mike Stump. by Ted Kremenek · 15 years ago
  30. d35e631 Hush gcc. by Daniel Dunbar · 15 years ago
  31. 069880e Return 0 if the ConstExprEmitter can't handle an expression. by Anders Carlsson · 15 years ago
  32. 184671b Remove old/incorrect warnings. by Steve Naroff · 15 years ago
  33. 15edf0d Fix <rdar://problem/6497242> Inherited overridden protocol declared objects don't work. by Steve Naroff · 15 years ago
  34. ca33129 Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @implementation. by Steve Naroff · 15 years ago
  35. 0258eee Driver: Sketch Arg & ArgList classes. by Daniel Dunbar · 15 years ago
  36. 7339749 PR3691: Add support for complex modes. I also tossed in support for XF by Eli Friedman · 15 years ago
  37. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 15 years ago
  38. 2f3d01e Set svn:ignore on Output dir by Daniel Dunbar · 15 years ago
  39. 57a84fb Fix for PR3687: use the memory representation for booleans when a by Eli Friedman · 15 years ago
  40. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 15 years ago
  41. 3c59823 Tighten message bubble height. by Ted Kremenek · 15 years ago
  42. 5dc2746 Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning MemRegions. by Ted Kremenek · 15 years ago
  43. ba1bc05 Update checker build. by Ted Kremenek · 15 years ago
  44. 59e8f11 Add StoreManager::getSubRegionMap(). This method returns an opaque mapping for clients of StoreManagers from MemRegions to their subregions. by Ted Kremenek · 15 years ago
  45. 935fd76 Check of ivar access access control. by Fariborz Jahanian · 15 years ago
  46. c97fb9a Fix <rdar://problem/6635908> crash on invalid by Steve Naroff · 15 years ago
  47. e184b1e Add test case for pointer arithmetic. by Zhongxing Xu · 15 years ago
  48. 592b67b fix PR# by Chris Lattner · 15 years ago
  49. 00f01e4 Adjust CSS to make message bubble numbers less gaudy. by Ted Kremenek · 15 years ago
  50. 4e25ee3 Resize message bubble back to original size. by Ted Kremenek · 15 years ago
  51. 80bae76 Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::Kind. by Ted Kremenek · 15 years ago
  52. 84f0ea8 Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 15 years ago
  53. c0f5921 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 15 years ago
  54. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 15 years ago
  55. 16167a6 start wiring up support for target-specific -mfoo options like -msse by Chris Lattner · 15 years ago
  56. 32ce837 Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder. by Steve Naroff · 15 years ago
  57. 077c1e7 Diagnose a variety of access of ivars when they conflict with by Fariborz Jahanian · 15 years ago
  58. ae3487f Plist diagnostics now include PathDiagnostPiece::Kind. by Ted Kremenek · 15 years ago
  59. 2f10398 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 15 years ago
  60. 025fedc BugReporter: Construct path-related PathDiagnosticPieces with kind "ControlFlow". by Ted Kremenek · 15 years ago
  61. b01fe2c Update Xcode project. by Ted Kremenek · 15 years ago
  62. 7b5b5b4 fix PR2639 by Chris Lattner · 15 years ago
  63. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  64. bc0822b inline asm calls should be nounwind. Chris, please review. by Anders Carlsson · 15 years ago
  65. 4ad19bf Fix name. by Daniel Dunbar · 15 years ago
  66. 9a0a518 Update Xcode project. by Ted Kremenek · 15 years ago
  67. d0feed6 Add a 'kind' field to PathDiagnosticPieces. by Ted Kremenek · 15 years ago
  68. 3d7f2bc For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 15 years ago
  69. e3ce265 For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 15 years ago
  70. 78c39c7 Fixed a typo. by Fariborz Jahanian · 15 years ago
  71. b7f95f5 Check for duplicate declaration of method of a class in its extension. by Fariborz Jahanian · 15 years ago
  72. d37ee16 Normalize .h guards. by Daniel Dunbar · 15 years ago
  73. c0489fe Attempt to make test more robust (fails for users who put LLVM in by Daniel Dunbar · 15 years ago
  74. e798706 Enable Objective-C interface debug info. by Devang Patel · 15 years ago
  75. 58ae87f Fix cmake builds. by Mike Stump · 15 years ago
  76. 588fdfa remove an implemented fixme. by Zhongxing Xu · 15 years ago
  77. 94aa6c1 Initial support for pointer arithmetic. Only support concrete indexes and by Zhongxing Xu · 15 years ago
  78. 82573ee Avoid crash when child iterator gives null result. by Daniel Dunbar · 15 years ago
  79. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago
  80. ec1abb9 ABITestGen: Add v2i16 and v16f32 as default vector types to generate. by Daniel Dunbar · 15 years ago
  81. 4ff3684 First cut at zero-cost EH support. by Daniel Dunbar · 15 years ago
  82. cec4c77 Make sure to invoke (not call) to objc_exception_throw if necessary. by Daniel Dunbar · 15 years ago
  83. dfff230 Fix completely broken thinko in GetClassGlobal. by Daniel Dunbar · 15 years ago
  84. 74ac74a Don't set nounwind on functions when in using the new Obj-C ABI. by Daniel Dunbar · 15 years ago
  85. d14151d Cleanup handling of function attributes in calls. by Daniel Dunbar · 15 years ago
  86. 31937a5 Push checking down, also, give the user a hit as to which part of the by Mike Stump · 15 years ago
  87. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 15 years ago
  88. 8045ee0 Add BLOCK_HAS_DESCRIPTOR to global blocks. by Anders Carlsson · 15 years ago
  89. 5570cfe Be sure to mark blocks with no imports as being global. by Mike Stump · 15 years ago
  90. 4667c4a simplify some code. by Chris Lattner · 15 years ago
  91. 8e2945a Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 15 years ago
  92. ed8a93d Fix PR3509 by providing correct starting locations for initializer lists by Douglas Gregor · 15 years ago
  93. 91b0b0c Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 15 years ago
  94. 0312c0e Rename AnonTypedRegion to TypedViewRegion. by Ted Kremenek · 15 years ago
  95. 17a8e07 Adjust wording of bug names. by Ted Kremenek · 15 years ago
  96. 8def799 Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed. by Daniel Dunbar · 15 years ago
  97. e588b99 Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C by Daniel Dunbar · 15 years ago
  98. 5a7379a NeXT: Unify code for creating a class global. - No functionality change. by Daniel Dunbar · 15 years ago
  99. 93b2bdb ObjCAtCatchStmt's ParamStmt is always a DeclStmt. by Daniel Dunbar · 15 years ago
  100. 12a7634 testcase for mike's fix for PR3612 by Chris Lattner · 15 years ago