1. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  2. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
  3. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  4. 8d4a515 [analyzer] Testing: test with all the non-experimental checker packages. by Anna Zaks · 13 years ago
  5. 86f14ab [analyzer] Testing: support for regenerate reference output by Anna Zaks · 13 years ago
  6. a7a2564 [analyzer] Testing: Display the number of reported differences in the main log. by Anna Zaks · 13 years ago
  7. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  8. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  9. bc05f57 [analyzer] Testing infrastructure: flush the output between projects. by Anna Zaks · 13 years ago
  10. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  11. e1e7367 [analyzer] Relax the cmp criteria for analyzer reports. by Anna Zaks · 13 years ago
  12. 45518b1 [analyzer] Add support for testing with individual preprocessed files. by Anna Zaks · 13 years ago
  13. 5fa3f13 [analyzer] Tweak the test script by Anna Zaks · 13 years ago
  14. d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  15. e3271d4 Remove the Alpha backend. by Dan Gohman · 13 years ago
  16. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  17. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  18. d1af3b9 Add __nodebug__ attribute to functions in arm_neon.h by Bob Wilson · 13 years ago
  19. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  20. d7c8556 Make clang-tblgen's Makefile independent of Clang's top-level Makefile, by Peter Collingbourne · 13 years ago
  21. 1b41716 [analyzer] Static Analyzer Qualification Infrastructure: Scripts to support basic testing of the analyzer on external projects. This can be used as a basis for setting up a buildbot. by Anna Zaks · 13 years ago
  22. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago
  23. f95a201 [analyzer] CmpRuns can now optionally delete empty reports. by Anna Zaks · 13 years ago
  24. 544055f [analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other modules. by Anna Zaks · 13 years ago
  25. 22d70e0 Rename CmpRuns into CmpRuns.py so that it could be used as a module. by Anna Zaks · 13 years ago
  26. 3ef1ad2 Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! by Douglas Gregor · 13 years ago
  27. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  28. ed37836 Minor fix for clang-completion-mode, from Dve Abrahams by Douglas Gregor · 14 years ago
  29. 7b1ab13 utils/ABITest: Factor out type naming code slightly. by Daniel Dunbar · 14 years ago
  30. 3d2fd8d utils/ABITest: Tweak default bit-field types to cover some more interesting cases. by Daniel Dunbar · 14 years ago
  31. 3dbe0b7 utils/ABITest: Add a workaround for mismatches due to PR5579. by Daniel Dunbar · 14 years ago
  32. 1ca717b utils/ABITest: Add option to skip individual tests by index. by Daniel Dunbar · 14 years ago
  33. b0a996f Fix typo in test program by Douglas Gregor · 14 years ago
  34. c53a844 FuzzTest: Add support for reading list of replacements from a file. by Daniel Dunbar · 14 years ago
  35. 8035880 utils: Add a generic fuzz testing tool. by Daniel Dunbar · 14 years ago
  36. f91e56b Wrap 'data' key in quotes. by Ted Kremenek · 14 years ago
  37. b0c0295 Make script actually work. by Ted Kremenek · 14 years ago
  38. 87bdd66 Log code completion data in json format. by Ted Kremenek · 14 years ago
  39. 264b7f2 Include sender address in completion log. by Ted Kremenek · 14 years ago
  40. 66cf36d Add simple python server for recording code completion timings. by Ted Kremenek · 14 years ago
  41. d18b4de More magic. by Anders Carlsson · 14 years ago
  42. f01149a Sprinkle some sed dust over check-ztt to make it work with newer clang asm output. (I am not a sed expert so this might be terribly inefficient :) by Anders Carlsson · 14 years ago
  43. 799e750 Didn't mean to commit this. by Anders Carlsson · 14 years ago
  44. 0bf4089 Use the new vtable layout code for construction vtables. by Anders Carlsson · 14 years ago
  45. 49b9545 make the vtable tester a little friendlier, with a clean target and without requiring . to be in your path by Douglas Gregor · 14 years ago
  46. aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 14 years ago
  47. c6277a0 Include <stdlib.h>, so that we're sure to get atoi. by Douglas Gregor · 14 years ago
  48. fee1137 Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} x by Daniel Dunbar · 15 years ago
  49. 60eea55 Add a test for clang_rt support on Darwin. With appropriate massaging, this by Daniel Dunbar · 15 years ago
  50. c67bb59 Tweak OptionalTests paths. by Daniel Dunbar · 15 years ago
  51. 6d44f6e Add utils/OptionalTests, a dumping ground for additional (lit) tests which for by Daniel Dunbar · 15 years ago
  52. 7ae4373 Insert clang-flags into the clang command. Currently it needs to be a list; by John McCall · 15 years ago
  53. 58002f9 Remove unused code. by Mike Stump · 15 years ago
  54. cffd516 Improve covariance tester to randomize the return value more. by Mike Stump · 15 years ago
  55. 72e933e Add covariance tester. by Mike Stump · 15 years ago
  56. 66d29ec Allow N_FIELDS to be 0. by Mike Stump · 15 years ago
  57. a8ae9f8 Fix indentation. by Mike Stump · 15 years ago
  58. 3d3744c Add in final overrider logic. by Mike Stump · 15 years ago
  59. d239227 Add checker for type infos. by Mike Stump · 15 years ago
  60. b5ed0f6 Add checked for VTTs. by Mike Stump · 15 years ago
  61. 3539f11 Detailed vtable checker. by Mike Stump · 15 years ago
  62. 82f0be9 1/2 off all structs should not have any virtual functions. by Mike Stump · 15 years ago
  63. 365d638 Add a descriptive tag to each line to make the exact differences by Mike Stump · 15 years ago
  64. 408a304 Don't use two argument mixing function. by Mike Stump · 15 years ago
  65. 1f48f4b Also generate the .s files. by Mike Stump · 15 years ago
  66. 46ae64f Add a testcase generator for vtable/rtti testing. WIP. by Mike Stump · 15 years ago
  67. a799cef Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols for by Daniel Dunbar · 15 years ago
  68. e868669 Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate by Daniel Dunbar · 15 years ago
  69. d7557e3 Don't commit my silly little local changes by Douglas Gregor · 15 years ago
  70. e1a5c17 Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
  71. 006ce44 Revert accidental commit by Douglas Gregor · 15 years ago
  72. 90f9382 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
  73. f11031f C++Tests: Add target paths for LLVM-Code-Compile checks as well. by Daniel Dunbar · 15 years ago
  74. 046a0f3 Add a couple more paths to the LLVM-Code-Syntax test by Douglas Gregor · 15 years ago
  75. eb3f00c Remove accidental commit containing local paths for the LLVM-Code-Syntax test by Douglas Gregor · 15 years ago
  76. a6ca650 Minor cleanups for constructor initialization in InitializationSequence by Douglas Gregor · 15 years ago
  77. d240724 Switch the Emacs clang-completion-mode over to clang -cc1 by Douglas Gregor · 15 years ago
  78. dd63b28 Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. by Daniel Dunbar · 15 years ago
  79. 5f16e52 Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive by Douglas Gregor · 15 years ago
  80. 93c5b91 Add utils/TestUtils, and sink pch-test.pl there. by Daniel Dunbar · 15 years ago
  81. d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago
  82. e1fea77 Move ubiviz to analyzer directory by Kovarththanan Rajaratnam · 15 years ago
  83. 9bf8a17 Don't run the LLVM Code tests by default. by Daniel Dunbar · 15 years ago
  84. 6cfe889 Add -Werror for Clang and LLVM on Clang (headers) syntax tests. by Daniel Dunbar · 15 years ago
  85. f21bf9b Add C++ tests to try to parse and compile the LLVM libraries by Douglas Gregor · 15 years ago
  86. 9d85109 Don't try to parse LinkAllParses.h for now by Douglas Gregor · 15 years ago
  87. a52e742 Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 15 years ago
  88. 93b189f Change Clang-Code-Compile tests to only -emit-llvm instead of running by Daniel Dunbar · 15 years ago
  89. c0513be7 Add two new C++ lit tests suites, for testing Clang .cpp files with by Daniel Dunbar · 15 years ago
  90. 72a0b79 Add Clang-Syntax C++Tests; these don't run by default, use the lit arguments by Daniel Dunbar · 15 years ago
  91. 36ce794 Use the other excludes syntax. by Daniel Dunbar · 15 years ago
  92. 2a1814a Use 'eq' operator, and enable regular experimental checks when --experimental-checks is passed to scan-build. by Ted Kremenek · 15 years ago
  93. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  94. 35de813 Turn off -Wsign-compare warnings by default by Douglas Gregor · 15 years ago
  95. b7a86f5 When we encounter a derived-to-base conversion when performing an by Douglas Gregor · 15 years ago
  96. 393896f Fixed two places where we needed to force completion of a type by Douglas Gregor · 15 years ago
  97. a584fb3 Experimental, ultra-hacking Emacs minor mode for Clang-based code completion. by Douglas Gregor · 15 years ago
  98. 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
  99. 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
  100. 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