1. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  2. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  3. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  4. 9937216 Add handy script for updating plist FileCheck expected output for by Ted Kremenek · 12 years ago
  5. 817ce3d [analyzer] testing: add a build mode to allow C++11 testing. by Anna Zaks · 12 years ago
  6. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  7. c24a76e Comment HTML tag name machers: move from StringSwitch to an efficient by Dmitri Gribenko · 12 years ago
  8. 191e2b1 Revert "[analyzer] Disable diagnostic checking on the buildbot." by Jordan Rose · 12 years ago
  9. befc0f6 [analyzer] Disable diagnostic checking on the buildbot. by Anna Zaks · 12 years ago
  10. 28694c1 [analyzer] Fixup 162863. by Anna Zaks · 12 years ago
  11. 3defb0b [analyzer]Fix typo, unbreak static analyzer BuildBot (at least partially). by Anna Zaks · 12 years ago
  12. 82778af Automatically use more cores when the test build uses 'make'. by Ted Kremenek · 12 years ago
  13. 7c14c44 Consolidate helper methods and configuration logic. No functionality change. by Ted Kremenek · 12 years ago
  14. 5abd3d2 Pass --use-analyzer to scan-build when running within the test harness. by Ted Kremenek · 12 years ago
  15. aade589 experimental.security.taint is now alpha.security.taint by Ted Kremenek · 12 years ago
  16. 210f5a2 [analyzer] More internal stats collection. by Anna Zaks · 12 years ago
  17. 44cceb9 [analyzer] Ted fixed the plist-html issue, so the assert can go away. by Anna Zaks · 12 years ago
  18. b81a9ad [analyzer] Unbreak the static analyzer buildbot. by Anna Zaks · 12 years ago
  19. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  20. b27660a Placate the mingw32 buildbot by suffixing 64-bit constants with ULL. by Richard Smith · 12 years ago
  21. f8ee6bc Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin by Richard Smith · 12 years ago
  22. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  23. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  24. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  25. 66981c7 TableGen: Remove extraneous \ character from arm_neon.h definitions. by Jim Grosbach · 12 years ago
  26. 2a84b8b [analyzer] CmpRuns should include file name in the issue identifier. by Anna Zaks · 12 years ago
  27. dba417c SATestBuild should not ask for non-existent checkers. by Jordan Rose · 12 years ago
  28. ac57d47 Un-break standalone invocations of CmpRuns.py. by Jordan Rose · 12 years ago
  29. cc4748a Remove an unused header by Michael Han · 12 years ago
  30. 7acc407 [analyzer] Make CmpRuns external-user friendly. by Anna Zaks · 12 years ago
  31. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  32. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  33. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  34. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  35. 84c1f4b [analyzer] Add a statistic for maximum CFG size and a script to summarize analyzer stats from scan-build output. by Anna Zaks · 12 years ago
  36. 41de13b clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getValueAsString()). by NAKAMURA Takumi · 12 years ago
  37. 8571897 Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan by Sean Hunt · 12 years ago
  38. 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
  39. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  40. b5aa17c Remove redundant uses of SmallString by Sean Hunt · 12 years ago
  41. c20c4e7 Stop abusing StringRef. Fixes the Windows build. by Sean Hunt · 12 years ago
  42. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  43. 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
  44. 3cc509b Make clang-tblgen backends functions instead of TableGenBackends. by Jakob Stoklund Olesen · 12 years ago
  45. 19b17cb [analyzer] Use "issue hash" in CmpRuns; followup on r158180 by Anna Zaks · 12 years ago
  46. 3f1a5a2 Minor comments and changes to clang-completion-mode.el, from David Wood! by Douglas Gregor · 12 years ago
  47. 04bc014 [analyzer] SATestBuild should execute SVN updates even if Verbose is off. by Jordan Rose · 12 years ago
  48. 6d7e372 [analyzer] Fix SATestAdd to work with SATestBuild. by Jordan Rose · 12 years ago
  49. 46eb6ca Updating the visualizers to include more datatypes. Patch thanks to Jay Blanchard. by Aaron Ballman · 12 years ago
  50. b4a5425 TableGen: Remove extraneous '\' at EOL in generated tests. by Jim Grosbach · 12 years ago
  51. 7c45163 Fix typo. by Ted Kremenek · 12 years ago
  52. 86674ec Use Perl prototypes instead of shift. by Ted Kremenek · 12 years ago
  53. 3a46530 Add basic delta-debugging script used for reducing analyzer crasher test cases. by Ted Kremenek · 12 years ago
  54. c4968d6 SmallString Visual Studio visualizer by Will Wilson. by David Blaikie · 12 years ago
  55. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
  56. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
  57. 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 12 years ago
  58. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 12 years ago
  59. 0c19b3c Replace the StringSwitch in AttributeList::getKind() with a by Douglas Gregor · 12 years ago
  60. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 12 years ago
  61. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 12 years ago
  62. d6268ff Revert my optimization to AttributeList::getKind() in r155987; by Douglas Gregor · 12 years ago
  63. b6dd605 Replace the StringSwitch in AttributeList::getKind(const by Douglas Gregor · 12 years ago
  64. e47398a Add a FIXME for uncomplete comment fix a typo add punctuation by Gabor Greif · 12 years ago
  65. 789acdd Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  66. f102c45 Remove the vestiges of the C backend. by Eric Christopher · 12 years ago
  67. b017ea2 Adding namespace qualifiers to the visualizers and improving their behavior. by Aaron Ballman · 12 years ago
  68. 2a6dc14 [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure by Argyrios Kyrtzidis · 12 years ago
  69. 3cb8e2f [utils/FuzzTest] The help message says that if you don't specify --max-tests by Argyrios Kyrtzidis · 12 years ago
  70. 00f1f27 [utils/FuzzTest] For --filelist the option type is string, not integer. by Argyrios Kyrtzidis · 12 years ago
  71. 9df08bb Spelling. by Daniel Dunbar · 12 years ago
  72. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 12 years ago
  73. d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 12 years ago
  74. 9747b53 [analyzer] Testing: These checkers are not experimental anymore. by Anna Zaks · 12 years ago
  75. d49cb20 Store the warning option corresponding to a diagnostics as an index into the option table instead of storing the name. by Benjamin Kramer · 12 years ago
  76. f66035e [analyzer] Add the Malloc checker to the list of tested checkers. by Anna Zaks · 12 years ago
  77. 5189035 Add a script that produces a list of all diagnostics that are defined in by Dmitri Gribenko · 12 years ago
  78. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  79. b880609 Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  80. f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 12 years ago
  81. fd8fed9 Added MSVC visualizers for PointerIntPair and PointerUnions. by Aaron Ballman · 12 years ago
  82. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 12 years ago
  83. 09e9cf0 [analyzer] Testing: add automated reference results reset. by Anna Zaks · 12 years ago
  84. ac4e5b7 [analyzer] Testing: add 2 new checkers to the buildbot script. by Anna Zaks · 12 years ago
  85. 2c3038e [analyzer] Add the HTML file to the SATest diagnostic diff. by Anna Zaks · 12 years ago
  86. ab2d46e [analyzer] Testing: make diagnostic diffs more informative (add by Anna Zaks · 12 years ago
  87. 8c345c0 [analyzer] Unbreak the static analyzer bot. Regression from r148558. by Anna Zaks · 12 years ago
  88. 23323e0 Delayed template instantiation of late-parsed attributes. by DeLesley Hutchins · 12 years ago
  89. 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 12 years ago
  90. afb51af [analyzer] Tweak the buildbot script to include the experimental taint checker and correct the checker enabling setting. by Anna Zaks · 12 years ago
  91. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 12 years ago
  92. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 12 years ago
  93. eb66673 CodeInit was replaced by StringInit. by Jakob Stoklund Olesen · 12 years ago
  94. d3e29ef [analyzer] Testing infrastructure: Flush output after every print statement. by Anna Zaks · 12 years ago
  95. 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 12 years ago
  96. f063a3b [analyzer] Correct the error message in the testing infrastructure. by Anna Zaks · 12 years ago
  97. 9082cdd Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> by Bob Wilson · 13 years ago
  98. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  99. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  100. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago