1. cbb0b47 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 16 years ago
  2. b61f49c Add a test case for init expr of array and struct type. by Zhongxing Xu · 16 years ago
  3. c496f14 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 16 years ago
  4. 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  5. f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  6. d55b6fc Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  7. 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  8. 305c22e Make -ast-dump print Objective-C method declarations (and other by Douglas Gregor · 16 years ago
  9. 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  10. b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  11. c983b86 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 16 years ago
  12. 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  13. fbc3338 Update comment. by Chris Lattner · 16 years ago
  14. 6849f73 Updated checker build. by Ted Kremenek · 16 years ago
  15. 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  16. 2e84257 For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedRegions. It wasn't really doing the right thing and was crashing on rdar-6442306-1.m. This fix causes all path-sensitive test cases to pass with RegionStore. by Ted Kremenek · 16 years ago
  17. 6f78c3b remove my gross #ifdef's, using portable abstractions now that the 32-bit by Chris Lattner · 16 years ago
  18. 6fd8f91 Add RegionStore support for the implicit object region that 'self' references. This causes tests 'ObjCProperties.m' and 'refcnt_naming.m' to now pass with RegionStore. by Ted Kremenek · 16 years ago
  19. 87f55cf Reimplement the handling of the "current object" in designator by Douglas Gregor · 16 years ago
  20. 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  21. 55eb68d Disable language extensions for the clang parser. by Steve Naroff · 16 years ago
  22. 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 16 years ago
  23. 872e25c This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  24. 31c2c20 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  25. 16aaf4c This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  26. b78284a This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  27. 19e8744 Enhance test case to test RegionStore with -checker-cfref. by Ted Kremenek · 16 years ago
  28. 2758482 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  29. f1456aa This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  30. 04b1de1 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  31. 62bca24 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  32. 9945781 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  33. a05ff45 Adjust to api change. by Chris Lattner · 16 years ago
  34. f9e9684 Test more array logic in outofbound.c by Ted Kremenek · 16 years ago
  35. a7ac944 Fix RegionStore::getLValueElement() to handle the case when the base region is not an ElementRegion (also do some cleanups of its core logic). by Ted Kremenek · 16 years ago
  36. 5ff4317 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more by Chris Lattner · 16 years ago
  37. 53ebff3 inline Sema::getLangOptions, rdar://6515190. This speeds up by Chris Lattner · 16 years ago
  38. f536ca3 These test cases now pass with RegionStore. by Ted Kremenek · 16 years ago
  39. 2dabd42 The 'misc-ps.m' test case now passes with RegionStore. One case needed to be split out into 'misc-ps-basic-store.m' and 'misc-ps-region-store.m' because the behavior was different between the two store models (RegionStore flags an additional valid bug). by Ted Kremenek · 16 years ago
  40. dcb6a26 SymbolReaper::isLive(SymbolRef) now always returns true for SymbolRegionRvalues because these represent the symbolic values for parameters/globals upon entry to the function. These values are always ;live' because they represent constraints on the context of how the function was called. This will be useful for both summary generation but is also necessary to get RegionStore's lazy-binding of locations to symbols to work in practice with RemoveDeadBindings. by Ted Kremenek · 16 years ago
  41. 9ab6b9c Static analyzer: Remove a bunch of outdated SymbolData objects and by Ted Kremenek · 16 years ago
  42. 07c487e Add a switch that allows disabling the smart pointers. by Sebastian Redl · 16 years ago
  43. 21282df EXTWARNify the warning about unnamed typedefs of enums by Douglas Gregor · 16 years ago
  44. 3733831 Avoid creating .dir files in the installation area. by Mike Stump · 16 years ago
  45. 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
  46. 05c13a3 Initial implementation of semantic analysis and ASTs for C99 by Douglas Gregor · 16 years ago
  47. db28686 More refactoring of common API to the common class for by Fariborz Jahanian · 16 years ago
  48. 831570c Allow creation of "dummy" compile units for debug information. by Daniel Dunbar · 16 years ago
  49. 56210f7 Moved whole bunch of common APIs to the common class. by Fariborz Jahanian · 16 years ago
  50. 163f31a Update CmpDriver to report missing commands. by Daniel Dunbar · 16 years ago
  51. c979e80 Combine two branches into one. No functionality change. by Ted Kremenek · 16 years ago
  52. b248d53 Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). by Ted Kremenek · 16 years ago
  53. 872b9ac Fix Sema::Owned(ExprResult) to not use a ternary operator. Necessary to work around a Visual Studio compiler bug. by Steve Naroff · 16 years ago
  54. 241677a Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object called "SymbolReaper". Right now it just consolidates the two and cleans up some client code, but shortly it will be used to enable "lazy computation" of live symbols for use with RegionStore. by Ted Kremenek · 16 years ago
  55. ee0af74 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 16 years ago
  56. 80d0c89 Inline ParseOptionalTypeSpecifier into ParseDeclarationSpecifiers. by Chris Lattner · 16 years ago
  57. 60ae0f1 revert the gnu objc patches, they regress codegen-gnu.m by Chris Lattner · 16 years ago
  58. 7106a3a Removed alignment argument to delete operator. It isn't needed and Visual Studio is offended by it. by Steve Naroff · 16 years ago
  59. 099da72 Add #line to make the Visual Studio compiler happy. by Steve Naroff · 16 years ago
  60. 3f33e0a switch from getTypeAtIndex to getElementType. It is non-virtual by Chris Lattner · 16 years ago
  61. 837acd0 ParseOptionalTypeSpecifier should consume a token if it returns true. by Chris Lattner · 16 years ago
  62. 2fe9e9a Fix objc type conversion issues with the GNU runtime, patch by David Chisnall by Chris Lattner · 16 years ago
  63. ab95c39 ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
  64. e56f6ff Don't turn off blocks when compiling Obj-C code by Anders Carlsson · 16 years ago
  65. fd52fc7 initialialize some ivars in ctor. by Chris Lattner · 16 years ago
  66. 69960f9 alphebetize by Chris Lattner · 16 years ago
  67. 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
  68. d0a6969 merge two checks for identifiers in the pth loop into one. by Chris Lattner · 16 years ago
  69. d1186fa a trivial micro optimization to save a load. by Chris Lattner · 16 years ago
  70. 6a170eb Add a bit to IdentifierInfo that acts as a simple predicate which by Chris Lattner · 16 years ago
  71. 5363765 silence a couple unused variable 'result' warnings. by Chris Lattner · 16 years ago
  72. cdd8f21 Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. by Ted Kremenek · 16 years ago
  73. 6353beb really we only need on Read24! by Chris Lattner · 16 years ago
  74. aff6ef8 revert my previous patch, it assumed endianness. by Chris Lattner · 16 years ago
  75. bb6c8fd This test now passes using -analyzer-store-region. by Ted Kremenek · 16 years ago
  76. b87f66c This test now passes using -analyzer-store-region. by Ted Kremenek · 16 years ago
  77. 2f6572b minor cleanups: now that tokens are 4-byte aligned in a PTH by Chris Lattner · 16 years ago
  78. 0964a06 Get RegionStore to work with the retain/release checker and its test cases. by Ted Kremenek · 16 years ago
  79. e6ea279 Fix an inline asm sema bug that I introduced. by Anders Carlsson · 16 years ago
  80. cf79b01 Don't look up decls with no name (such as parameters and unnamed tagged types), by Chris Lattner · 16 years ago
  81. 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
  82. bbd1fa2 Fix more bugs I discovered by Anders Carlsson · 16 years ago
  83. 86791a2 Updated checker build. by Ted Kremenek · 16 years ago
  84. 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
  85. de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
  86. ddf32da Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. by Ted Kremenek · 16 years ago
  87. 10a4231 Commented objective-c's metadata types. Minor clean up. by Fariborz Jahanian · 16 years ago
  88. 6ece14c Convert expressions over to Sebastian's spiffy ASTContext::new() operator. by Steve Naroff · 16 years ago
  89. f93ebd9 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
  90. ea9c26b Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably (when it has substantial work) by Ted Kremenek · 16 years ago
  91. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  92. e91b3bc Provide a placement new taking an ASTContext argument. by Sebastian Redl · 16 years ago
  93. 09abfea Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
  94. 62005c1 Fix some errors I noticed by Anders Carlsson · 16 years ago
  95. 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
  96. adc981a Fix make test when configuring for a seperate build directory. by Mike Stump · 16 years ago
  97. 1833a83 Fix a crash Anders' was seeing due to free'ing an invalid pointer by Chris Lattner · 16 years ago
  98. 9e0b600 Convert more exprs to use ASTContext's Allocator. by Steve Naroff · 16 years ago
  99. b17e3b0 Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExpr by Douglas Gregor · 16 years ago
  100. d9fca6e Improvements to Sema of asm statements. Fixes <rdar://problem/6156893> by Anders Carlsson · 16 years ago