1. a6ca650 Minor cleanups for constructor initialization in InitializationSequence by Douglas Gregor · 15 years ago
  2. d240724 Switch the Emacs clang-completion-mode over to clang -cc1 by Douglas Gregor · 15 years ago
  3. dd63b28 Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. by Daniel Dunbar · 15 years ago
  4. 5f16e52 Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive by Douglas Gregor · 15 years ago
  5. 93c5b91 Add utils/TestUtils, and sink pch-test.pl there. by Daniel Dunbar · 15 years ago
  6. d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago
  7. e1fea77 Move ubiviz to analyzer directory by Kovarththanan Rajaratnam · 15 years ago
  8. 9bf8a17 Don't run the LLVM Code tests by default. by Daniel Dunbar · 15 years ago
  9. 6cfe889 Add -Werror for Clang and LLVM on Clang (headers) syntax tests. by Daniel Dunbar · 15 years ago
  10. f21bf9b Add C++ tests to try to parse and compile the LLVM libraries by Douglas Gregor · 15 years ago
  11. 9d85109 Don't try to parse LinkAllParses.h for now by Douglas Gregor · 15 years ago
  12. a52e742 Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 15 years ago
  13. 93b189f Change Clang-Code-Compile tests to only -emit-llvm instead of running by Daniel Dunbar · 15 years ago
  14. c0513be7 Add two new C++ lit tests suites, for testing Clang .cpp files with by Daniel Dunbar · 15 years ago
  15. 72a0b79 Add Clang-Syntax C++Tests; these don't run by default, use the lit arguments by Daniel Dunbar · 15 years ago
  16. 36ce794 Use the other excludes syntax. by Daniel Dunbar · 15 years ago
  17. 2a1814a Use 'eq' operator, and enable regular experimental checks when --experimental-checks is passed to scan-build. by Ted Kremenek · 15 years ago
  18. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  19. 35de813 Turn off -Wsign-compare warnings by default by Douglas Gregor · 15 years ago
  20. b7a86f5 When we encounter a derived-to-base conversion when performing an by Douglas Gregor · 15 years ago
  21. 393896f Fixed two places where we needed to force completion of a type by Douglas Gregor · 15 years ago
  22. a584fb3 Experimental, ultra-hacking Emacs minor mode for Clang-based code completion. by Douglas Gregor · 15 years ago
  23. 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
  24. 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
  25. 33b7f45 A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only over all the files in a directory. by Daniel Dunbar · 15 years ago
  26. ad8958c Also compare stdout and stderr lines. by Daniel Dunbar · 15 years ago
  27. 8f5fdbe Make CmpDriver less stupid. by Daniel Dunbar · 15 years ago
  28. 5adf438 Add a valgrind suppressions file for x86_64-pc-linux-gnu and gcc-4.3.3 which by Daniel Dunbar · 15 years ago
  29. 6ac8b87 Add --vg-arg option to clang test runner. by Daniel Dunbar · 15 years ago
  30. 1352590 Whoops, did not mean to commit this by Anders Carlsson · 15 years ago
  31. d67c4c3 Store the delete operator for delete expressions. by Anders Carlsson · 15 years ago
  32. bbbd986 lit: flush stdout in no-fancy-progress-bar mode as well. by Benjamin Kramer · 15 years ago
  33. 0895937 Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. by Ted Kremenek · 15 years ago
  34. 301f7ac Add a simple tool for comparing two static analyzer runs, primarily for use from by Daniel Dunbar · 15 years ago
  35. 65c4b10 Fix locating the 'lit.cfg' file when running on only a single file in the by Daniel Dunbar · 15 years ago
  36. 8d8bc91 Renable "html" indexing by default. by Ted Kremenek · 15 years ago
  37. 00d02ab lit: Some sample tests, for testing the tester by Daniel Dunbar · 15 years ago
  38. d732a7b Recognize '-M' and '-MM' options. by Ted Kremenek · 15 years ago
  39. e3bf8a8 'unlink' file directly instead of invoking system shell. by Ted Kremenek · 15 years ago
  40. d658e67 Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an HTML file. by Ted Kremenek · 15 years ago
  41. e9201f5 lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns out by Daniel Dunbar · 15 years ago
  42. 63fe5ec Include '-o' arguments in verbose output. by Ted Kremenek · 15 years ago
  43. 5242e82 lit: Catch (internal) exceptions when using --no-sh. by Daniel Dunbar · 15 years ago
  44. 414be14 lit: Fix thinko in finding config file. by Daniel Dunbar · 15 years ago
  45. 0dec838 lit: Add internal script execution. by Daniel Dunbar · 15 years ago
  46. a39be6a lit: Two more sh lex/parse bugs (but its so simple!) by Daniel Dunbar · 15 years ago
  47. ee41c4d lit: Fix two sh lexing bugs. by Daniel Dunbar · 15 years ago
  48. 2f8bafe lit: Fix a name lookup problem, which only occurred on a race condition. This is by Daniel Dunbar · 15 years ago
  49. 5928ccd lit: Pull a few more variables into the TestingConfig object. by Daniel Dunbar · 15 years ago
  50. 2bdccea lit: Don't use threads when only running one test, or with -j 1. by Daniel Dunbar · 15 years ago
  51. 93fe03f MultiTestRunner: Add 'sh' parsing to ShUtil. by Daniel Dunbar · 15 years ago
  52. ed92df0 MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. by Daniel Dunbar · 15 years ago
  53. 7b90be7 MultiTestRunner: Add module for lexing 'sh' commands. by Daniel Dunbar · 15 years ago
  54. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  55. 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
  56. cddab4a MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any by Daniel Dunbar · 15 years ago
  57. 1182502 scan-build: Don't try to index plist-html output directories by Daniel Dunbar · 15 years ago
  58. c50315b Make the Python TestRunner work for individual tests by Douglas Gregor · 15 years ago
  59. 9a676b7 MultiTestRunner: Reenable --vg option. by Daniel Dunbar · 15 years ago
  60. 3386c8a Only generate preprocessed files during crashes using Clang, not GCC. by Ted Kremenek · 15 years ago
  61. 7753b35 Add scan-build support for 'plist-html', a hybrid mode that supports the by Ted Kremenek · 15 years ago
  62. 6779647 Tweak MultiTestRunner --path argument. by Daniel Dunbar · 15 years ago
  63. 10aebbb MultiTestRunner: Make sure to point at src dir, for out of tree builds. by Daniel Dunbar · 15 years ago
  64. a957d99 MultiTestRunner: Cleanup test execution & output. by Daniel Dunbar · 15 years ago
  65. a0e52d6 MultiTestRunner: Drop external script and DejaGNU compatibility options for now. by Daniel Dunbar · 15 years ago
  66. 11980cc MultiTestRunner: Disable valgrind support for now, I don't feel like maintaining by Daniel Dunbar · 15 years ago
  67. 3b2505b MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .bat by Daniel Dunbar · 15 years ago
  68. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  69. fb8c119 Remove this Makefile, it is unused. by Daniel Dunbar · 15 years ago
  70. 322f789 MultiTestRunner: Oops, clang wasn't being substituted properly. This is why the by Daniel Dunbar · 15 years ago
  71. fecdd00 MultiTestRunner: Always use absolute path names for tests. by Daniel Dunbar · 15 years ago
  72. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  73. 78a88e7 MultiTestRunner: Explicitly define child environment, the only variable we need by Daniel Dunbar · 15 years ago
  74. df08489 MultiTestRunner.py improvements. by Daniel Dunbar · 15 years ago
  75. 8fe83f1 MultiTestRunner.py improvements. - Not improved: the horribly lousy name. :) by Daniel Dunbar · 15 years ago
  76. 7b3817d Whoops, did not mean to check this in. by Anders Carlsson · 15 years ago
  77. 4257bc6 More work on the constant struct builder. We now try to layout all constant structs but throw away the result. by Anders Carlsson · 15 years ago
  78. 3a92d6d Enable the '-warn-security-syntactic' checker option by default. by Ted Kremenek · 15 years ago
  79. bcc38f3 Remove bogus check. by Ted Kremenek · 15 years ago
  80. 536294c Add error message when clang-cc cannot be found. by Ted Kremenek · 15 years ago
  81. 3ed4bd1 Add extra print for --time-tests output. by Daniel Dunbar · 15 years ago
  82. 02cee15 Make stdin for test scripts empty, so that tests don't accidentally hang waiting by Daniel Dunbar · 15 years ago
  83. 7f10681 Add --time-tests option to test runner, for profiling 'make test'. by Daniel Dunbar · 15 years ago
  84. a7afc45 restore proper valgrind support. by Nuno Lopes · 15 years ago
  85. 77a1fe9 Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. by Eli Friedman · 15 years ago
  86. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  87. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  88. fbbb1e7 Revert prev commit, we have much bigger problems because 2.3 is missing by Daniel Dunbar · 15 years ago
  89. 8afede2 Avoid @staticmethod to allow use with Python 2.3. by Daniel Dunbar · 15 years ago
  90. 69e07a7 Testing improvements: by Daniel Dunbar · 15 years ago
  91. 4d1800d If any tests fail, the test runner returns a status code of 1 by Douglas Gregor · 15 years ago
  92. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  93. 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 15 years ago
  94. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  95. d9d38c4 Minor build system changes to make ABITest work correctly on Linux. by Eli Friedman · 15 years ago
  96. 98a7170 Some minor corrections: don't use offsetof on a bitfield, and cast by Eli Friedman · 15 years ago
  97. 87752b2 Add hack to scan-build to fix PR 4215 by Ted Kremenek · 15 years ago
  98. 9a9e0d4 Re-enable passing analyzer options from scan-build to ccc-analyzer. by Ted Kremenek · 15 years ago
  99. 621cc4e Don't strip quotes in compiler line for -D arguments. by Ted Kremenek · 15 years ago
  100. 278a551 Make scan-build process of --use-cc and --html-title more robust. by Ted Kremenek · 15 years ago