- bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
- 32bb534 Place checker build at alternate URL. by Ted Kremenek · 12 years ago
- e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
- 843f0e8 Make the analyzer site a single point of reference for info by Anna Zaks · 12 years ago
- 8ca9ff7 [analyzer] WWW: Shorten the menu title. by Anna Zaks · 12 years ago
- dd895f0 [analyzer] WWW: Add FAQ to the menu. by Anna Zaks · 12 years ago
- 3cb92f7 [analyzer] WWW: FAQ - fix the assertion use example. by Anna Zaks · 12 years ago
- 5076e8a [analyzer] The FAQ question style shouldn't be the same as code_example. by Anna Zaks · 12 years ago
- e06f5a0 [analyzer] WWW: Add table of contents, fixed code examples. by Anna Zaks · 12 years ago
- 5e6d5be [analyzer] WWW: Mention that we do not support "noreturn" for methods. by Anna Zaks · 12 years ago
- dea37f2 Add CSS style for FAQ questions, and restate FAQ questions as actual questions. by Ted Kremenek · 12 years ago
- c1cb12b Wordsmith a bit, and turn </h1> into </h4> when appropriate. by Ted Kremenek · 12 years ago
- 70186fc [analyzer] FAQ page fixup by Anna Zaks · 12 years ago
- 568bdee [analyzer] Add FAQ and How to Deal with Common False Positives page by Anna Zaks · 12 years ago
- e42855e Update checker build. by Ted Kremenek · 12 years ago
- 10e16297 Links the entry point to the tooling documentation into clang's menu bar. by Manuel Klimek · 12 years ago
- b264702 Release notes update for -Wsometimes-uninitialized. by Richard Smith · 12 years ago
- 6f9c05d Update checker build. by Ted Kremenek · 12 years ago
- 24fd6c8 Clang 3.1 is out: turn the relevant C++11 status boxes green. by Richard Smith · 12 years ago
- abccc1f Clarify how libstdc++ and other bits of the system toolchain are found by Chandler Carruth · 12 years ago
- 30a0908 [analyzer]Extend the available checks list and the release notes for 264 by Anna Zaks · 12 years ago
- 7f0873c Fix Engrish. by Ted Kremenek · 12 years ago
- 2d99c59 Fix typo. by Ted Kremenek · 12 years ago
- c472b2d Update checker build. by Ted Kremenek · 12 years ago
- cfca6b7 Update checker build link, and remove stale links. by Ted Kremenek · 13 years ago
- dd26998 Better C++11 support is no longer an advantage of GCC. by Benjamin Kramer · 13 years ago
- 3a0b7b6 c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when they diverge. by Benjamin Kramer · 13 years ago
- 0c5d0a8 In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since by Richard Smith · 13 years ago
- 07d2f56 Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issues by Richard Smith · 13 years ago
- 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 · 13 years ago
- 9d4e87e Now that we provide sufficient support for three C11/C++11 atomics by Richard Smith · 13 years ago
- 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 13 years ago
- 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 13 years ago
- ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 13 years ago
- 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 13 years ago
- 2098c1c Update checker build. by Ted Kremenek · 13 years ago
- 86029ea Update front page to indicate that we do, in fact, support some of C++11. by Richard Smith · 13 years ago
- 0950ca0 Update checker build. by Ted Kremenek · 13 years ago
- f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 13 years ago
- 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 13 years ago
- 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 13 years ago
- 9c1dda7 User-defined literals are done. by Richard Smith · 13 years ago
- ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 13 years ago
- 8ec5ce2 Fix documentation typo. by Ted Kremenek · 13 years ago
- d1dc3aa Initializer lists are now supported. by Sebastian Redl · 13 years ago
- 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 13 years ago
- a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 13 years ago
- 5588244 [analyzer] Add CString checks to the release notes. by Anna Zaks · 13 years ago
- c101411 Tweak C++ status table: by Douglas Gregor · 13 years ago
- 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 13 years ago
- a596442 Tweak release note comments for checker build. by Ted Kremenek · 13 years ago
- 6408994 Update checker build to checker-261. by Ted Kremenek · 13 years ago
- 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 13 years ago
- bf020bb Getting Started: Add a missing "cd ../..". by Benjamin Kramer · 13 years ago
- e7d923d Updated information on how to perform command line testing on Windows when built from MSVC. by Aaron Ballman · 13 years ago
- 8ec2bc8 Post link to checker-260, which is checker-259 with some experimental checks enabled. by Ted Kremenek · 13 years ago
- d2e7090 Post open source analyzer build checker-259. by Ted Kremenek · 13 years ago
- 315ff36 [analyzer] www: A minor cleanup to the dev manual. by Anna Zaks · 13 years ago
- 665a8dc Fix ALL the markup. by Benjamin Kramer · 13 years ago
- d135641 Revert accidentally-committed file in r148020. by Richard Smith · 13 years ago
- 61e6162 Allow constant-folding of references which were formed in a manner not permitted by Richard Smith · 13 years ago
- a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 13 years ago
- 00b64f3 Add missing #endif in documentation. by Ted Kremenek · 13 years ago
- 04bea93 Make this text slightly more accurate; thanks to Johannes Schaub for by Sean Hunt · 13 years ago
- b78229c [analyzer] More www; document ProgramState->dump(). by Anna Zaks · 13 years ago
- 22d4fb9 [analyzer] Update the checker writer manual with explanation of SVals by Anna Zaks · 13 years ago
- 078f859 www: Update getting started to encourage people to check out compielr-rt. by Daniel Dunbar · 13 years ago
- 8b06d6b Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev by Douglas Gregor · 13 years ago
- 245a538 Stop claiming that Visual Studio 2005 is a viable basis for building by Chandler Carruth · 13 years ago
- e113477 Remove duplicate listings for core.DivideZero by Matt Beaumont-Gay · 13 years ago
- 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
- 2b73517 [analyzer] Add the Checker Developer Manual to the menu. by Anna Zaks · 13 years ago
- 464ef2e [analyzer] Add overview and checker registration to the checker developer manual. by Anna Zaks · 13 years ago
- 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
- 0e5df1a [analyzer] Add the list of available checkers to the website. by Anna Zaks · 13 years ago
- 3c24cab Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
- d67fc49 [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
- b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
- 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
- 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
- 60d222f Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue by Douglas Gregor · 13 years ago
- 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
- 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
- bb19cd8 Update open source static analyzer build. by Ted Kremenek · 13 years ago
- 72a81d2 Now that we support move generation, mention this in the language extension and C++ status pages. Also update the C++ status for default functions, which are complete now that we can generate move functions, and destructor exception specifications, which I did a while ago. by Sebastian Redl · 13 years ago
- fb2a0c5 Document the incompatibility that stems from Clang properly implement by Douglas Gregor · 13 years ago
- 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
- d8ee407 Fix HTML. by Benjamin Kramer · 13 years ago
- b3de112 give an example of a 'lowered vtable reference' by Chris Lattner · 13 years ago
- 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
- 3ef1ad2 Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! by Douglas Gregor · 13 years ago
- 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
- 542c762 www/get_started.html: Fix a phrase, "in the *build* directory* in the instructions of Visual Studio. Thanks to Andreas Bittel to point it out. by NAKAMURA Takumi · 13 years ago
- a783142 add link to 2010 dev mtg by Chris Lattner · 13 years ago
- 2da9f5d Add a link-friendly name to the Clang extension acceptance criteria by Douglas Gregor · 13 years ago
- 40619f3 Document the criteria for evaluating a proposed extension to Clang. by Douglas Gregor · 13 years ago
- ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
- 8c32708 Clean up the C++ status page by eliminating the utterly unnecessary set of projects. C++98/03 is sooooo yesterday by Douglas Gregor · 13 years ago
- be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
- e180907 Remove extraneous period. by Bill Wendling · 13 years ago