1. 60feb28 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 · 17 years ago
  2. 1e1a34b 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 · 17 years ago
  3. 199faa2 ccc: Finish definition of long argument translations. by Daniel Dunbar · 17 years ago
  4. dd485cb When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 17 years ago
  5. 1dcd880 ccc: Another batch of long argument translations. by Daniel Dunbar · 17 years ago
  6. f93eda1 Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 by Douglas Gregor · 17 years ago
  7. 6972270 Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 17 years ago
  8. 4fd58ab Handle pointer arithmetic on function pointers. by Daniel Dunbar · 17 years ago
  9. 9ac3dd9 This is a follow-up to r62675: by Chris Lattner · 17 years ago
  10. 8d58306 Preprocessor doesn't require and IdentifierInfoLookup object. by Chris Lattner · 17 years ago
  11. a88189a Checked in an oops! by Fariborz Jahanian · 17 years ago
  12. b9459b7 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 17 years ago
  13. 5a203a6 Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 17 years ago
  14. 65075ec Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 17 years ago
  15. 9923499 Implement retrieval of the default value of element and field regions. by Zhongxing Xu · 17 years ago
  16. 5a02581 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 17 years ago
  17. f84c31b Add a test case for init expr of array and struct type. by Zhongxing Xu · 17 years ago
  18. 02357a4 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 17 years ago
  19. 9f16bf9 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 17 years ago
  20. 73fb907 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 17 years ago
  21. 781f273 Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 17 years ago
  22. 1fd21e3 ccc: Organize long options together. by Daniel Dunbar · 17 years ago
  23. 1bd1977 Make -ast-dump print Objective-C method declarations (and other by Douglas Gregor · 17 years ago
  24. de08738 ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 17 years ago
  25. 1765dcd ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 17 years ago
  26. b319324 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 17 years ago
  27. fc1e8ef ccc: Add support for "alias" options. by Daniel Dunbar · 17 years ago
  28. 007c4dc Update comment. by Chris Lattner · 17 years ago
  29. 5e0525f Updated checker build. by Ted Kremenek · 17 years ago
  30. 1ddfb12 ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 17 years ago
  31. deb814f 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 · 17 years ago
  32. 6b0f1c7 remove my gross #ifdef's, using portable abstractions now that the 32-bit by Chris Lattner · 17 years ago
  33. 0643c4b 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 · 17 years ago
  34. 710f6d4 Reimplement the handling of the "current object" in designator by Douglas Gregor · 17 years ago
  35. 1e46f55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 17 years ago
  36. f8c7e09 Disable language extensions for the clang parser. by Steve Naroff · 17 years ago
  37. d037481 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 17 years ago
  38. af2db5c This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  39. 4fbeeac This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  40. f9e8cbb This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  41. e577f43 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  42. ad1863e Enhance test case to test RegionStore with -checker-cfref. by Ted Kremenek · 17 years ago
  43. 755fa0e This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  44. 33fe6e6 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  45. ea1ba79 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  46. 78ae618 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  47. 03c297e This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
  48. 7bddf6d Adjust to api change. by Chris Lattner · 17 years ago
  49. 0e58355 Test more array logic in outofbound.c by Ted Kremenek · 17 years ago
  50. d87d7b2 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 · 17 years ago
  51. 673a286 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more by Chris Lattner · 17 years ago
  52. 6d89a8a inline Sema::getLangOptions, rdar://6515190. This speeds up by Chris Lattner · 17 years ago
  53. 926fed3 These test cases now pass with RegionStore. by Ted Kremenek · 17 years ago
  54. aba7d8b 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 · 17 years ago
  55. cef3840 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 · 17 years ago
  56. 65865a0 Static analyzer: Remove a bunch of outdated SymbolData objects and by Ted Kremenek · 17 years ago
  57. 274ff49 Add a switch that allows disabling the smart pointers. by Sebastian Redl · 17 years ago
  58. edd94e9 EXTWARNify the warning about unnamed typedefs of enums by Douglas Gregor · 17 years ago
  59. 84eeb73 Avoid creating .dir files in the installation area. by Mike Stump · 17 years ago
  60. 6d91bdf ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 17 years ago
  61. c5a6bdc Initial implementation of semantic analysis and ASTs for C99 by Douglas Gregor · 17 years ago
  62. 4b16170 More refactoring of common API to the common class for by Fariborz Jahanian · 17 years ago
  63. 67bb1fa Allow creation of "dummy" compile units for debug information. by Daniel Dunbar · 17 years ago
  64. 32b5ea2 Moved whole bunch of common APIs to the common class. by Fariborz Jahanian · 17 years ago
  65. 9e28ead Update CmpDriver to report missing commands. by Daniel Dunbar · 17 years ago
  66. 082283a Combine two branches into one. No functionality change. by Ted Kremenek · 17 years ago
  67. de04cb4 Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). by Ted Kremenek · 17 years ago
  68. 2795965 Fix Sema::Owned(ExprResult) to not use a ternary operator. Necessary to work around a Visual Studio compiler bug. by Steve Naroff · 17 years ago
  69. 5c0729b 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 · 17 years ago
  70. 48543f5 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 17 years ago
  71. c297b72 Inline ParseOptionalTypeSpecifier into ParseDeclarationSpecifiers. by Chris Lattner · 17 years ago
  72. 4173b84 revert the gnu objc patches, they regress codegen-gnu.m by Chris Lattner · 17 years ago
  73. 1c71ca4 Removed alignment argument to delete operator. It isn't needed and Visual Studio is offended by it. by Steve Naroff · 17 years ago
  74. 0f3f718 Add #line to make the Visual Studio compiler happy. by Steve Naroff · 17 years ago
  75. d72ad58 switch from getTypeAtIndex to getElementType. It is non-virtual by Chris Lattner · 17 years ago
  76. 5bb837e ParseOptionalTypeSpecifier should consume a token if it returns true. by Chris Lattner · 17 years ago
  77. 3d9dcdd Fix objc type conversion issues with the GNU runtime, patch by David Chisnall by Chris Lattner · 17 years ago
  78. a33176f ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 17 years ago
  79. 8ffcf73 Don't turn off blocks when compiling Obj-C code by Anders Carlsson · 17 years ago
  80. 5868db5 initialialize some ivars in ctor. by Chris Lattner · 17 years ago
  81. 83846d0 alphebetize by Chris Lattner · 17 years ago
  82. e28f9e9 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 17 years ago
  83. 8b2aa22 merge two checks for identifiers in the pth loop into one. by Chris Lattner · 17 years ago
  84. 2f93c3d a trivial micro optimization to save a load. by Chris Lattner · 17 years ago
  85. 5b747d0 Add a bit to IdentifierInfo that acts as a simple predicate which by Chris Lattner · 17 years ago
  86. 64e8d33 silence a couple unused variable 'result' warnings. by Chris Lattner · 17 years ago
  87. abaf7eb Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. by Ted Kremenek · 17 years ago
  88. 6c03b64 really we only need on Read24! by Chris Lattner · 17 years ago
  89. ddf3b79 revert my previous patch, it assumed endianness. by Chris Lattner · 17 years ago
  90. 2950323 This test now passes using -analyzer-store-region. by Ted Kremenek · 17 years ago
  91. 148009a This test now passes using -analyzer-store-region. by Ted Kremenek · 17 years ago
  92. c706f07 minor cleanups: now that tokens are 4-byte aligned in a PTH by Chris Lattner · 17 years ago
  93. a0f9f6f Get RegionStore to work with the retain/release checker and its test cases. by Ted Kremenek · 17 years ago
  94. de93d33 Fix an inline asm sema bug that I introduced. by Anders Carlsson · 17 years ago
  95. 310dea3 Don't look up decls with no name (such as parameters and unnamed tagged types), by Chris Lattner · 17 years ago
  96. f677a60 ccc: Implement file & path searching. by Daniel Dunbar · 17 years ago
  97. 79addd1 Fix more bugs I discovered by Anders Carlsson · 17 years ago
  98. a895561 Updated checker build. by Ted Kremenek · 17 years ago
  99. e2bc89a ccc: Add --analyze test case. by Daniel Dunbar · 17 years ago
  100. 90c72cd ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 17 years ago