1. 75dcea5 ccc-analyzer: Forward -msse* options to the compiler. by Ted Kremenek · 12 years ago
  2. 2cbdd7d [analyzer] scan-build: Don't forget to close our temp file for Clang's output. by Jordan Rose · 12 years ago
  3. 501be13 [analyzer] scan-build: Treat '.C' files as C++. by Jordan Rose · 12 years ago
  4. 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
  5. c629ad4 [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. by Jordan Rose · 12 years ago
  6. 6e53137 Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min by Ted Kremenek · 12 years ago
  7. 1e548f1 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 12 years ago
  8. 3065cf9 Sink definition of IBOutlet, IBOutletCollection, and IBAction into by Ted Kremenek · 12 years ago
  9. f8e8a3e [analyzer] Loading external plugins with scan-build by Anna Zaks · 12 years ago
  10. f4dd858 [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. by Anna Zaks · 12 years ago
  11. 1a45a5f Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 12 years ago
  12. 71d9d5c Teach ccc-analyzer about -fobjc-abi-version. by Ted Kremenek · 13 years ago
  13. dd40b84 [analyzer] scan-build: If we are on MacOS, use clang as the default compiler. by Anna Zaks · 13 years ago
  14. f5c5f89 [analyzer] Skip --serialize-diagnostic when running scan-build. by Anna Zaks · 13 years ago
  15. de19bb1 Teach ccc-analyzer about -fobjc-arc. by Ted Kremenek · 13 years ago
  16. 1a8a8cb [analyzer] Make sure scan-build catches all clang failures. by Anna Zaks · 13 years ago
  17. 9134294 [analyzer] When running scan-build with -plist on ./configure, delete the plist files. by Anna Zaks · 13 years ago
  18. 71f11d6 [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool..) due to a merge error. by Anna Zaks · 13 years ago
  19. 0a20818 scan-build: enable C++ support by default. by Ted Kremenek · 13 years ago
  20. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  21. 5ca328f Add Objective-C++ files to those accepted by ccc-analyzer. by Ted Kremenek · 13 years ago
  22. 09fbf29 Provide options to explicitly enable/disable checkers in scan-build. by Ted Kremenek · 13 years ago
  23. ea8b01e Enable C++ static analysis support in ccc-analyzer. by Ted Kremenek · 13 years ago
  24. b26fbc1 scan-build: only display analyzer intra-file progress when in "Verbose" mode. by Ted Kremenek · 13 years ago
  25. 5e48bcf Compress argument processing in ccc-analyzer. No functionality change. by Ted Kremenek · 13 years ago
  26. 27871ea Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments list. by Ted Kremenek · 13 years ago
  27. 7fe679f Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 13 years ago
  28. a716f63 Modified the ccc-analyzer script to print the compiler command when log level verbosity is enabled. This is handy for debugging. by Tom Care · 14 years ago
  29. d9d9726 Forward -fno-builtin to clang, add .cp as a supported by Shantonu Sen · 14 years ago
  30. 55d7d36 Add ccc-analyzer support for '-imacros'. Fixes PR 7204. by Ted Kremenek · 14 years ago
  31. 2aefcb2 Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes PR 6791.[B by Ted Kremenek · 14 years ago
  32. f6f8d5a Don't enable static analysis support for C++ by default. Users are by Ted Kremenek · 14 years ago
  33. a1359ba Pass -m32 and -m64 to the static analyzer when using scan-build. Now we can by Charles Davis · 14 years ago
  34. 1d81ed9 Add comments. by Ted Kremenek · 14 years ago
  35. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  36. 79433b5 Compute the right extension for preprocessed Objective-C++ files. by Ted Kremenek · 15 years ago
  37. 51b939f Add logic for computing preprocessor file extensions for C++ files. by Ted Kremenek · 15 years ago
  38. 51365b5 scan-build/ccc-analyzer: start analyzing C++ FTW. by Ted Kremenek · 15 years ago
  39. 32317b2 Remove more old references to clang-cc. by Ted Kremenek · 15 years ago
  40. 2a3a8b9 Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of using 'clang-cc'. by Ted Kremenek · 15 years ago
  41. b40d06d Enable '-analyzer-opt-analyze-nested-blocks' by default for testing. by Ted Kremenek · 15 years ago
  42. d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago[Renamed from utils/ccc-analyzer]
  43. 2a1814a Use 'eq' operator, and enable regular experimental checks when --experimental-checks is passed to scan-build. by Ted Kremenek · 15 years ago
  44. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  45. b8bb3e7 Turn on 'RegionStore' as the default store manager both for 'clang --analyze' and 'scan-build'. Leave 'BasicStore' as the default store manager in 'clang-cc'. While there are still known warts with RegionStore, it's ready to be tested by general users. by Ted Kremenek · 15 years ago
  46. 0895937 Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. by Ted Kremenek · 15 years ago
  47. d732a7b Recognize '-M' and '-MM' options. by Ted Kremenek · 15 years ago
  48. e3bf8a8 'unlink' file directly instead of invoking system shell. by Ted Kremenek · 15 years ago
  49. 63fe5ec Include '-o' arguments in verbose output. by Ted Kremenek · 15 years ago
  50. e600bed Add scan-build option '-no-failure-reports' to supress the creation of a 'failures' subdirectory that includes crash reports, preprocessed files, etc. by Ted Kremenek · 15 years ago
  51. 3386c8a Only generate preprocessed files during crashes using Clang, not GCC. by Ted Kremenek · 15 years ago
  52. 7753b35 Add scan-build support for 'plist-html', a hybrid mode that supports the by Ted Kremenek · 15 years ago
  53. 9a9e0d4 Re-enable passing analyzer options from scan-build to ccc-analyzer. by Ted Kremenek · 15 years ago
  54. 621cc4e Don't strip quotes in compiler line for -D arguments. by Ted Kremenek · 15 years ago
  55. 1df35e3 Use Text::ParseWords to make 'clang -###' parsing more robust. by Ted Kremenek · 15 years ago
  56. efaf191 ccc-analyzer should only analyze C and Objective-C files. by Ted Kremenek · 15 years ago
  57. fd9df0e Add total hack to get scan-build working again. ccc-analyzer calls by Ted Kremenek · 15 years ago
  58. a4d8cde ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. The by Ted Kremenek · 15 years ago
  59. 32e9464 ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attribute. We know Clang doesn't support it yet. by Ted Kremenek · 15 years ago
  60. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 15 years ago
  61. 318e6a6 Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'. by Ted Kremenek · 15 years ago
  62. 5de4092 Don't report 'Parser Rejects' for conftest files. by Ted Kremenek · 15 years ago
  63. 6c4312d Pass -ffreestanding' to clang. by Ted Kremenek · 15 years ago
  64. a2bdaf5 For scan-build based analyses, use the '-analyzer-eargely-assume' setting by default (turning it on to test how it impacts users). by Ted Kremenek · 15 years ago
  65. 0e0eb8b Fix condition in ccc-analyzer that would cause the analyzer never to be run. by Ted Kremenek · 15 years ago
  66. 8459132 ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang by Ted Kremenek · 15 years ago
  67. 7e5bd6f Only create a preprocessed file for an ignored attribute if there currently does not exist an 'attribute_ignored_XXX.txt' file for that attribute. by Ted Kremenek · 15 years ago
  68. 9f4ecb3 Make 'RangeConstraintManager' the default ConstraintManager. by Ted Kremenek · 15 years ago
  69. 938eef1 ccc-analyzer: by Ted Kremenek · 15 years ago
  70. 3891a15 Fix broken line. by Ted Kremenek · 15 years ago
  71. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 15 years ago
  72. 5f0e932 Use string comparison rather than '=='. by Ted Kremenek · 16 years ago
  73. 5daa3be Have 'Analyzer Failures' files be named to reflect the category of problem. by Ted Kremenek · 16 years ago
  74. 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
  75. 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
  76. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  77. 06c58b1 Pass -fblocks to clang by Anders Carlsson · 16 years ago
  78. db4f5f2 Allow user toggling between plist and html output with scan-build/ccc-analyzer. by Ted Kremenek · 16 years ago
  79. 07c3767 Add store option to scan-build and ccc-analyzer. by Zhongxing Xu · 16 years ago
  80. 89c4fcf Add "argument key" processing similar to ccc. by Ted Kremenek · 16 years ago
  81. b10362a Support -mmacosx-version-min by Ted Kremenek · 16 years ago
  82. 47fc25f Really don't add -isysroot twice. by Ted Kremenek · 16 years ago
  83. e4f6952 Don't filter out -fpascal-strings. by Ted Kremenek · 16 years ago
  84. a30730e Discard extra -isysroot options. This fixes: by Ted Kremenek · 16 years ago
  85. 27783eb Emulate gcc driver-driver functionality: run analyzer separately for each separate -arch option. by Ted Kremenek · 16 years ago
  86. c3998fa Include clang preprocessed sources as well with "crashes" output. by Ted Kremenek · 16 years ago
  87. 82a1253 Use .txt extension for info files. by Ted Kremenek · 16 years ago
  88. b315a39 Unbreak using abs_path. by Ted Kremenek · 16 years ago
  89. 448b0f7 Unbreak ccc-analyzer: getcwd is from package Cwd by Ted Kremenek · 16 years ago
  90. 5f2825f Patch by Richard Godbee: by Ted Kremenek · 16 years ago
  91. 9f9b1fd Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
  92. 1346268 Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and by Ted Kremenek · 16 years ago
  93. 01479d0 Capture 'uname' and 'gcc -v' output to .info files. by Ted Kremenek · 16 years ago
  94. 9a3c7da ccc-analyzer: by Ted Kremenek · 16 years ago
  95. 6f12007 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
  96. cb344d0 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
  97. 948e06b Remove regression where the analyzer was not called. by Ted Kremenek · 16 years ago
  98. 2ec5cd5 Use the same 'cc' for generated preprocessed crash files as we do for compilation. by Ted Kremenek · 16 years ago
  99. 5a4ddaf ccc-analyzer now correctly reports the exit code from 'cc'. by Ted Kremenek · 16 years ago
  100. f17ef3c Added --use-cc option to scan-build to allow the user to specify what compiler they want to use for code compilation. by Ted Kremenek · 16 years ago