1. a0ec6f0 [clang] [cmake] Add distribution install targets for remaining components by mgorny · 4 years, 10 months ago main
  2. b52242b Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] at /usr/share/clang/scan-build-10/libexec/ccc-analyzer line 502. by sylvestre · 5 years ago
  3. c16436d [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path. by dergachev · 5 years ago
  4. 930d461 [analyzer] Analysis: Fix checker silencing by charusso · 5 years ago
  5. 86a44de [analyzer] Analysis: Silence checkers by charusso · 5 years ago
  6. 4cc2c3f [analyzer] Fix scan-build's plist output in plist-html mode. by dergachev · 5 years ago
  7. 3610769 Fix exporting SARIF files from scan-build on Windows. by aaronballman · 5 years ago
  8. ec60244 [analyzer] Teach scan-build to find clang when installed in /usr/local/bin/ by dcoughlin · 5 years ago
  9. 4e8e09c [tools] Fix python DeprecationWarning: invalid escape sequence by serge_sans_paille · 5 years ago
  10. a3f5a96 Update the license header in this man-page file. by chandlerc · 6 years ago
  11. 6816734 Update the file headers across all of the LLVM projects in the monorepo by chandlerc · 6 years ago
  12. 61b2c8f Update the scan-build to generate SARIF. by aaronballman · 6 years ago
  13. ed85654 [analyzer] scan-build: if --status-bugs is passed, don't forget about the exit status of the actual build by lebedevri · 6 years ago
  14. c79458d scan-build: Add support of the option --exclude like in scan-build-py by sylvestre · 6 years ago
  15. b47814c scan-build: remove trailing whitespaces by sylvestre · 6 years ago
  16. 47a911f Also manages clang-X as tool for scan-build by sylvestre · 6 years ago
  17. f7f0584 [analyzer] Remove traces of ubigraph visualization by george.karpenkov · 6 years ago
  18. 0b17cbf Fix typos in clang by alexfh · 6 years ago
  19. ffcaa29 [scan-build] Add an option to skip overriding CC and CXX make vars by jroelofs · 7 years ago
  20. 5496e2a [analyzer] Fix -x language argument for C preprocessed sources by jroelofs · 7 years ago
  21. 1555388 [scan-build] Patch to scan-build tool to support "--target=<value>" flag by phosek · 7 years ago
  22. c53e8de Actually install scan-build / ccc-analyzer / c++-analyzer on windows by jroelofs · 7 years ago
  23. 15bd7ca scan-build: Add an option to show the description in the list of defect by sylvestre · 8 years ago
  24. 200b706 [analyzer] Add --force-analyze-debug-code option to scan-build by ygribov · 8 years ago
  25. e5e5d47 Remove autoconf support by cbieneman · 9 years ago
  26. 4eef0ba Honor system specific paths of MAN pages by cbieneman · 9 years ago
  27. abfdaf5 Fix build... again by jroelofs · 9 years ago
  28. 231bfaa [scan-build] Make scan-build work whether it's installed or not by jroelofs · 9 years ago
  29. ba521a2 [scan-build] Move non user-facing utilities to share by jroelofs · 9 years ago
  30. 806b2e4 scan-build: Fix install. by chapuni · 9 years ago
  31. 6a6f63e [scan-build] Create share directory similar to scan-view's by jroelofs · 9 years ago
  32. 73518ef [analyzer] Fix scan-build to handle missing output directories. by dcoughlin · 9 years ago
  33. d820714 Hiding the scan-build and scan-view projects under the Misc folder in IDEs instead of having them at the root view. by aaronballman · 9 years ago
  34. 75e1c54 Implement post-commit review feedback on r252662 by jroelofs · 9 years ago
  35. 33776ae Implement the fix that r252641 should have been by jroelofs · 9 years ago
  36. 95f9b7a Fix missing CMake dependency introduced in r252474 by jroelofs · 9 years ago
  37. c1066aa Fix the cmake build after r252474 broke it by jroelofs · 9 years ago
  38. 9583d55 Create install targets for scan-build and scan-view by jroelofs · 9 years ago
  39. 7fadd37 [analyzer] Preserve the order checkers were enabled/disabled. by ayartsev · 9 years ago
  40. 0268c14 [analyzer] Make inclusion/exclusion of checkers less ambiguous. by ayartsev · 9 years ago
  41. 285f778 [analyzer] ccc-analyzer: Fix -isystem value passing. by dcoughlin · 9 years ago
  42. 13eca8c [analyzer] scan-build: Teach ccc-analyzer about -Xclang. by dcoughlin · 9 years ago
  43. a970d28 [analyzer] Improved behavior if Clang was not found, part II by ayartsev · 9 years ago
  44. 4cf24b7 Use -f instead of -d flag for testing existing of clang executable (http://reviews.llvm.org/D12827). by kremenek · 9 years ago
  45. 0c833cf [analyzer] Improve behavior if Clang not found. by ayartsev · 9 years ago
  46. ae1bec7 [analyzer] Apply whitespace cleanups by Honggyu Kim. by kremenek · 9 years ago
  47. 4a3b058 [analyzer] Refactoring: bring together scan-build options and environment variables. by ayartsev · 9 years ago
  48. 415e928 [analyzer] Fix for PR24112 (scan-build doesn't work with --use-analyzer="path to clang++.exe"). by ayartsev · 9 years ago
  49. 16698b4 [analyzer] Incorrect env variable replaced. by ayartsev · 9 years ago
  50. bd069f4 [Static Analyzer] Add --analyzer-target option to scan-build. by kremenek · 9 years ago
  51. 20ba733 [analyzer] Prevent ccc/c++-analyzer from hanging on Windows. by ayartsev · 9 years ago
  52. 90623f9 [analyzer] Cleanup: $Status is always 0 here. by ayartsev · 9 years ago
  53. fff61b2 [analyzer] Close file handle before output to file from external command. by ayartsev · 9 years ago
  54. 51505d5 scan-build: Remove useless whitespace in File path Patch by Honggyu Kim by sylvestre · 9 years ago
  55. 51ff08b Revert "[analyzer] scan-build: support spaces in compiler path and arguments." by ab · 9 years ago
  56. 3ab0b3e [analyzer] This eliminates regression caused by r236423. by ayartsev · 9 years ago
  57. 6ba0aa9 [analyzer] scan-build: support spaces in compiler path and arguments. by ayartsev · 9 years ago
  58. e391058 [scan-build] Be friendly to "" in the argument list. by zaks · 9 years ago
  59. 926501f [analyzer] Change ccc-analyzer to accept both -isystem <path> and -isystem<path> by kremenek · 10 years ago
  60. a3b3cb2 [analyzer] Include a couple more comments on using xcrun to query the SDK. by kremenek · 10 years ago
  61. 4f0a8e4 [analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite to automatically infer the SDK location. by kremenek · 10 years ago
  62. 4aae2b0 [analyzer] Eliminated endless loop. by ayartsev · 10 years ago
  63. 9495e15 [analyzer] Indented code within the DisplayHelp sub. by ayartsev · 10 years ago
  64. 88c1697 [analyzer] Perl scripts are run differently from makefiles. Sometimes additional utilities are involved, e.g. 'env' utility that present in MSYS but is missing in MinGW. The patch unifies launch of "c++-analyzer" and "ccc-analyzer". by ayartsev · 10 years ago
  65. 2b446f7 [analyzer] Handle 'mingw32-make' in the same way as 'make' and 'gmake'. by ayartsev · 10 years ago
  66. 3c1adfe Fix a bug when scan-build is used in a cross-compilation environment with by sylvestre · 10 years ago
  67. b3af97e Consistency on the tab/space by sylvestre · 10 years ago
  68. 4478771 Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longer exists by sylvestre · 10 years ago
  69. f7978ee Fix typos by alp · 10 years ago
  70. 5144887 actually, just check if it is a file (including directory or symlink) by sylvestre · 10 years ago
  71. 8def621 Check that the directory does not exist. by sylvestre · 10 years ago
  72. 80758c5 List the function/method name in the index page of scan-build by sylvestre · 10 years ago
  73. 5a0ab1a With the option '-analyzer-config stable-report-filename=true', by sylvestre · 10 years ago
  74. 7c3137f revert "r209526 List the function/method name in the index page of scan-build " by sylvestre · 10 years ago
  75. ee0aac1 List the function/method name in the index page of scan-build by sylvestre · 10 years ago
  76. 821bee1 Replace system() by native perl calls by sylvestre · 10 years ago
  77. 15ec9c1 Improve a scan-build message by sylvestre · 10 years ago
  78. 614ea8a [scan-build] Pass --sysroot through for both compilation and linking. by jrose · 10 years ago
  79. 524f626 scan-build: Don't use realpath when the user provides an explicit path. by jrose · 10 years ago
  80. ac9eca9 Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson. by kremenek · 10 years ago
  81. 6cb9f70 [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output. by jrose · 10 years ago
  82. 48342e4 [analyzer] scan-build: match whitespace instead of word boundaries around flags. by jrose · 10 years ago
  83. 574cbb8 [analyzer] scan-build: when matching flags, make sure the - is the first letter. by jrose · 10 years ago
  84. 94fcb2a Add preprocessed output to ccc-analyzer's accepted language map. by kremenek · 10 years ago
  85. 6b825d3 In some cases (for example, the Firefox build system), the CLANG_CXX variable is defined but empty. by sylvestre · 10 years ago
  86. cd1d409 Remove trailing spaces (no other change). Bikeshed #2 by sylvestre · 10 years ago
  87. b12dd6e Remove trailing spaces (no other change) by sylvestre · 10 years ago
  88. 4a8a40e update of the clang version (should probably managed in the configure) by sylvestre · 10 years ago
  89. 0452ca0 [analyzer] Strip trailing whitespace characters from input. by ayartsev · 11 years ago
  90. b1a5a60 [analyzer] Files with .c extensions are still C++ files if the compiler is CXX. by jrose · 11 years ago
  91. 08b0edb [analyzer] Add -analyzer-config to scan-build. by jrose · 11 years ago
  92. a42b974 Fix a tranche of comment, test and doc typos by alp · 11 years ago
  93. 8824bde [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags. by jrose · 11 years ago
  94. 9059fcb [analyzer] scan-build: add missing semicolon by jrose · 11 years ago
  95. ca7efce [analyzer] Put more uniqueness in scan-build's temporary directory names. by jrose · 11 years ago
  96. c053923 scan-build: Set CC and CXX as make variables when wrapping make builds. by jrose · 11 years ago
  97. dae540d + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by ayartsev · 11 years ago
  98. 6e2939b scan-build: pass -target through to analyzer by jrose · 11 years ago
  99. 3d2030f [scan-build] Add missing comma to ccc-analyzer. by jrose · 11 years ago
  100. f4ec0be [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by jrose · 11 years ago