1. 8318304 Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is a typedef and not (directly) a pointer. by Ted Kremenek · 16 years ago
  2. 3148eb4 More hacking on static analyzer diagnostics. When emitting summary diagnostics the code paths for diagnostics involving paths or single locations are now unified. This patch also constifies many arguments/methods that are touched by this logic, leading to a nice overall code cleanup. by Ted Kremenek · 16 years ago
  3. aa23b57 Some very early work for new objc's meta-data generation. by Fariborz Jahanian · 16 years ago
  4. efe38bd Fix a small regression in warning about template type parameter redeclarations. by Douglas Gregor · 16 years ago
  5. 36a32eb Output summary diagnostic for each bug report. by Ted Kremenek · 16 years ago
  6. d6f584f More APSInt appeasement by Douglas Gregor · 16 years ago
  7. 3fd56d7 Make sure that all NamedDecls have an identifier namespace. by Douglas Gregor · 16 years ago
  8. 53d3d8e Hopefully the last of the APSInt signedness issues with initializers. Fixes PR clang/3378 by Douglas Gregor · 16 years ago
  9. 491918e Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. by Ted Kremenek · 16 years ago
  10. cabe668 Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 16 years ago
  11. d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
  12. c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 16 years ago
  13. d013f4a ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
  14. 0804888 Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 by Douglas Gregor · 16 years ago
  15. e3fa2de Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 16 years ago
  16. b09fae7 Handle pointer arithmetic on function pointers. by Daniel Dunbar · 16 years ago
  17. 863c486 This is a follow-up to r62675: by Chris Lattner · 16 years ago
  18. 17d527b Preprocessor doesn't require and IdentifierInfoLookup object. by Chris Lattner · 16 years ago
  19. f31c729 Checked in an oops! by Fariborz Jahanian · 16 years ago
  20. 45c2ba0 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 16 years ago
  21. f6c717c Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 16 years ago
  22. be109b3 Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 16 years ago
  23. 562c4d9 Implement retrieval of the default value of element and field regions. by Zhongxing Xu · 16 years ago
  24. cbb0b47 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 16 years ago
  25. b61f49c Add a test case for init expr of array and struct type. by Zhongxing Xu · 16 years ago
  26. c496f14 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 16 years ago
  27. 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  28. f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  29. d55b6fc Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  30. 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  31. 305c22e Make -ast-dump print Objective-C method declarations (and other by Douglas Gregor · 16 years ago
  32. 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  33. b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  34. c983b86 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 16 years ago
  35. 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  36. fbc3338 Update comment. by Chris Lattner · 16 years ago
  37. 6849f73 Updated checker build. by Ted Kremenek · 16 years ago
  38. 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  39. 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
  40. 6f78c3b remove my gross #ifdef's, using portable abstractions now that the 32-bit by Chris Lattner · 16 years ago
  41. 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
  42. 87f55cf Reimplement the handling of the "current object" in designator by Douglas Gregor · 16 years ago
  43. 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  44. 55eb68d Disable language extensions for the clang parser. by Steve Naroff · 16 years ago
  45. 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 16 years ago
  46. 872e25c This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  47. 31c2c20 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  48. 16aaf4c This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  49. b78284a This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  50. 19e8744 Enhance test case to test RegionStore with -checker-cfref. by Ted Kremenek · 16 years ago
  51. 2758482 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  52. f1456aa This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  53. 04b1de1 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  54. 62bca24 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  55. 9945781 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  56. a05ff45 Adjust to api change. by Chris Lattner · 16 years ago
  57. f9e9684 Test more array logic in outofbound.c by Ted Kremenek · 16 years ago
  58. 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
  59. 5ff4317 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more by Chris Lattner · 16 years ago
  60. 53ebff3 inline Sema::getLangOptions, rdar://6515190. This speeds up by Chris Lattner · 16 years ago
  61. f536ca3 These test cases now pass with RegionStore. by Ted Kremenek · 16 years ago
  62. 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
  63. 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
  64. 9ab6b9c Static analyzer: Remove a bunch of outdated SymbolData objects and by Ted Kremenek · 16 years ago
  65. 07c487e Add a switch that allows disabling the smart pointers. by Sebastian Redl · 16 years ago
  66. 21282df EXTWARNify the warning about unnamed typedefs of enums by Douglas Gregor · 16 years ago
  67. 3733831 Avoid creating .dir files in the installation area. by Mike Stump · 16 years ago
  68. 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
  69. 05c13a3 Initial implementation of semantic analysis and ASTs for C99 by Douglas Gregor · 16 years ago
  70. db28686 More refactoring of common API to the common class for by Fariborz Jahanian · 16 years ago
  71. 831570c Allow creation of "dummy" compile units for debug information. by Daniel Dunbar · 16 years ago
  72. 56210f7 Moved whole bunch of common APIs to the common class. by Fariborz Jahanian · 16 years ago
  73. 163f31a Update CmpDriver to report missing commands. by Daniel Dunbar · 16 years ago
  74. c979e80 Combine two branches into one. No functionality change. by Ted Kremenek · 16 years ago
  75. b248d53 Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). by Ted Kremenek · 16 years ago
  76. 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
  77. 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
  78. ee0af74 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 16 years ago
  79. 80d0c89 Inline ParseOptionalTypeSpecifier into ParseDeclarationSpecifiers. by Chris Lattner · 16 years ago
  80. 60ae0f1 revert the gnu objc patches, they regress codegen-gnu.m by Chris Lattner · 16 years ago
  81. 7106a3a Removed alignment argument to delete operator. It isn't needed and Visual Studio is offended by it. by Steve Naroff · 16 years ago
  82. 099da72 Add #line to make the Visual Studio compiler happy. by Steve Naroff · 16 years ago
  83. 3f33e0a switch from getTypeAtIndex to getElementType. It is non-virtual by Chris Lattner · 16 years ago
  84. 837acd0 ParseOptionalTypeSpecifier should consume a token if it returns true. by Chris Lattner · 16 years ago
  85. 2fe9e9a Fix objc type conversion issues with the GNU runtime, patch by David Chisnall by Chris Lattner · 16 years ago
  86. ab95c39 ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
  87. e56f6ff Don't turn off blocks when compiling Obj-C code by Anders Carlsson · 16 years ago
  88. fd52fc7 initialialize some ivars in ctor. by Chris Lattner · 16 years ago
  89. 69960f9 alphebetize by Chris Lattner · 16 years ago
  90. 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
  91. d0a6969 merge two checks for identifiers in the pth loop into one. by Chris Lattner · 16 years ago
  92. d1186fa a trivial micro optimization to save a load. by Chris Lattner · 16 years ago
  93. 6a170eb Add a bit to IdentifierInfo that acts as a simple predicate which by Chris Lattner · 16 years ago
  94. 5363765 silence a couple unused variable 'result' warnings. by Chris Lattner · 16 years ago
  95. cdd8f21 Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. by Ted Kremenek · 16 years ago
  96. 6353beb really we only need on Read24! by Chris Lattner · 16 years ago
  97. aff6ef8 revert my previous patch, it assumed endianness. by Chris Lattner · 16 years ago
  98. bb6c8fd This test now passes using -analyzer-store-region. by Ted Kremenek · 16 years ago
  99. b87f66c This test now passes using -analyzer-store-region. by Ted Kremenek · 16 years ago
  100. 2f6572b minor cleanups: now that tokens are 4-byte aligned in a PTH by Chris Lattner · 16 years ago