1. 40b48a1 Mention the lldb formatters in the clang wiki under debugging. by Argyrios Kyrtzidis · 12 years ago
  2. 8a3e578 Add link to cfe-users mailing list. by Tanya Lattner · 12 years ago
  3. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  4. af6f612 Remove really old benchmark data. by Rafael Espindola · 12 years ago
  5. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  6. e861dd9 Add prologue text for list of potential checkers. by Ted Kremenek · 12 years ago
  7. 09fa33b List of potential checkers: smart pointer checker: actually, unique_ptr<T[]> by Dmitri Gribenko · 12 years ago
  8. b4e4529 Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8 by Dmitri Gribenko · 12 years ago
  9. 9074fbe List of potential checkers: more C++11 details for the smart pointer checker. by Dmitri Gribenko · 12 years ago
  10. e3af20d Add link to potential future checkers. by Ted Kremenek · 12 years ago
  11. 41c1c71 Add list of potential checkers. Provided by Anton Yartsev! by Ted Kremenek · 12 years ago
  12. c339393 libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that, by Richard Smith · 12 years ago
  13. a74b9cd Update checker build. by Ted Kremenek · 12 years ago
  14. cb5336f Fix typo. (s/Explided/Exploded/) by David Blaikie · 12 years ago
  15. f1c7060 Post new checker build. by Ted Kremenek · 12 years ago
  16. 6f79420 WWW: Force word wrapping of the content to avoid horizontal scrolling. by Benjamin Kramer · 12 years ago
  17. 0435943 Small change to avoid confusion on what "used by" means for a compiler. by Rafael Espindola · 12 years ago
  18. e56f3a6 Add initial documentation about the new tools repository and the by Chandler Carruth · 12 years ago
  19. 4bc2d1e Clean up the basic instructions for getting started with clang to always by Chandler Carruth · 12 years ago
  20. 9a58584 clarify that the advantages of the BSD license apply to when you incorporate clang into proprietary code bases, by Chris Lattner · 12 years ago
  21. a5c12b9 Add some missing functions to builtins.py. by Eric Christopher · 12 years ago
  22. 43e3dee Fix some minor typos by Sylvestre Ledru · 12 years ago
  23. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  24. 32bb534 Place checker build at alternate URL. by Ted Kremenek · 12 years ago
  25. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
  26. 843f0e8 Make the analyzer site a single point of reference for info by Anna Zaks · 12 years ago
  27. 8ca9ff7 [analyzer] WWW: Shorten the menu title. by Anna Zaks · 12 years ago
  28. dd895f0 [analyzer] WWW: Add FAQ to the menu. by Anna Zaks · 12 years ago
  29. 3cb92f7 [analyzer] WWW: FAQ - fix the assertion use example. by Anna Zaks · 12 years ago
  30. 5076e8a [analyzer] The FAQ question style shouldn't be the same as code_example. by Anna Zaks · 12 years ago
  31. e06f5a0 [analyzer] WWW: Add table of contents, fixed code examples. by Anna Zaks · 12 years ago
  32. 5e6d5be [analyzer] WWW: Mention that we do not support "noreturn" for methods. by Anna Zaks · 12 years ago
  33. dea37f2 Add CSS style for FAQ questions, and restate FAQ questions as actual questions. by Ted Kremenek · 12 years ago
  34. c1cb12b Wordsmith a bit, and turn </h1> into </h4> when appropriate. by Ted Kremenek · 12 years ago
  35. 70186fc [analyzer] FAQ page fixup by Anna Zaks · 12 years ago
  36. 568bdee [analyzer] Add FAQ and How to Deal with Common False Positives page by Anna Zaks · 12 years ago
  37. e42855e Update checker build. by Ted Kremenek · 12 years ago
  38. 10e16297 Links the entry point to the tooling documentation into clang's menu bar. by Manuel Klimek · 12 years ago
  39. b264702 Release notes update for -Wsometimes-uninitialized. by Richard Smith · 12 years ago
  40. 6f9c05d Update checker build. by Ted Kremenek · 12 years ago
  41. 24fd6c8 Clang 3.1 is out: turn the relevant C++11 status boxes green. by Richard Smith · 12 years ago
  42. abccc1f Clarify how libstdc++ and other bits of the system toolchain are found by Chandler Carruth · 12 years ago
  43. 30a0908 [analyzer]Extend the available checks list and the release notes for 264 by Anna Zaks · 12 years ago
  44. 7f0873c Fix Engrish. by Ted Kremenek · 12 years ago
  45. 2d99c59 Fix typo. by Ted Kremenek · 12 years ago
  46. c472b2d Update checker build. by Ted Kremenek · 12 years ago
  47. cfca6b7 Update checker build link, and remove stale links. by Ted Kremenek · 12 years ago
  48. dd26998 Better C++11 support is no longer an advantage of GCC. by Benjamin Kramer · 12 years ago
  49. 3a0b7b6 c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when they diverge. by Benjamin Kramer · 12 years ago
  50. 0c5d0a8 In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since by Richard Smith · 12 years ago
  51. 07d2f56 Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issues by Richard Smith · 12 years ago
  52. 275a850 Add note to hacking.html that running the test harness directly from the command-line requires making sure the relevant files are generated first. Patch by Matt Fowles, with some minor modifications. by Eli Friedman · 12 years ago
  53. 9d4e87e Now that we provide sufficient support for three C11/C++11 atomics by Richard Smith · 12 years ago
  54. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  55. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  56. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  57. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  58. 2098c1c Update checker build. by Ted Kremenek · 12 years ago
  59. 86029ea Update front page to indicate that we do, in fact, support some of C++11. by Richard Smith · 12 years ago
  60. 0950ca0 Update checker build. by Ted Kremenek · 12 years ago
  61. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  62. 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 12 years ago
  63. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 12 years ago
  64. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  65. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  66. 8ec5ce2 Fix documentation typo. by Ted Kremenek · 12 years ago
  67. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 12 years ago
  68. 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 12 years ago
  69. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 12 years ago
  70. 5588244 [analyzer] Add CString checks to the release notes. by Anna Zaks · 12 years ago
  71. c101411 Tweak C++ status table: by Douglas Gregor · 12 years ago
  72. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 12 years ago
  73. a596442 Tweak release note comments for checker build. by Ted Kremenek · 12 years ago
  74. 6408994 Update checker build to checker-261. by Ted Kremenek · 12 years ago
  75. 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 12 years ago
  76. bf020bb Getting Started: Add a missing "cd ../..". by Benjamin Kramer · 12 years ago
  77. e7d923d Updated information on how to perform command line testing on Windows when built from MSVC. by Aaron Ballman · 12 years ago
  78. 8ec2bc8 Post link to checker-260, which is checker-259 with some experimental checks enabled. by Ted Kremenek · 12 years ago
  79. d2e7090 Post open source analyzer build checker-259. by Ted Kremenek · 12 years ago
  80. 315ff36 [analyzer] www: A minor cleanup to the dev manual. by Anna Zaks · 12 years ago
  81. 665a8dc Fix ALL the markup. by Benjamin Kramer · 12 years ago
  82. d135641 Revert accidentally-committed file in r148020. by Richard Smith · 12 years ago
  83. 61e6162 Allow constant-folding of references which were formed in a manner not permitted by Richard Smith · 12 years ago
  84. a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 12 years ago
  85. 00b64f3 Add missing #endif in documentation. by Ted Kremenek · 12 years ago
  86. 04bea93 Make this text slightly more accurate; thanks to Johannes Schaub for by Sean Hunt · 13 years ago
  87. b78229c [analyzer] More www; document ProgramState->dump(). by Anna Zaks · 13 years ago
  88. 22d4fb9 [analyzer] Update the checker writer manual with explanation of SVals by Anna Zaks · 13 years ago
  89. 078f859 www: Update getting started to encourage people to check out compielr-rt. by Daniel Dunbar · 13 years ago
  90. 8b06d6b Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev by Douglas Gregor · 13 years ago
  91. 245a538 Stop claiming that Visual Studio 2005 is a viable basis for building by Chandler Carruth · 13 years ago
  92. e113477 Remove duplicate listings for core.DivideZero by Matt Beaumont-Gay · 13 years ago
  93. 19ff92b Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior) by David Blaikie · 13 years ago
  94. 2b73517 [analyzer] Add the Checker Developer Manual to the menu. by Anna Zaks · 13 years ago
  95. 464ef2e [analyzer] Add overview and checker registration to the checker developer manual. by Anna Zaks · 13 years ago
  96. 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
  97. 0e5df1a [analyzer] Add the list of available checkers to the website. by Anna Zaks · 13 years ago
  98. 3c24cab Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
  99. d67fc49 [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
  100. b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago