Age | Commit message (Expand) | Author |
2012-08-30 | WWW: Force word wrapping of the content to avoid horizontal scrolling. | Benjamin Kramer |
2012-08-14 | Small change to avoid confusion on what "used by" means for a compiler. | Rafael Espindola |
2012-08-14 | Add initial documentation about the new tools repository and the | Chandler Carruth |
2012-08-14 | Clean up the basic instructions for getting started with clang to always | Chandler Carruth |
2012-08-08 | clarify that the advantages of the BSD license apply to when you incorporate ... | Chris Lattner |
2012-08-03 | Add some missing functions to builtins.py. | Eric Christopher |
2012-07-31 | Fix some minor typos | Sylvestre Ledru |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-16 | Place checker build at alternate URL. | Ted Kremenek |
2012-06-27 | Update documentation with regards to template type diffing. | Richard Trieu |
2012-06-16 | Make the analyzer site a single point of reference for info | Anna Zaks |
2012-06-12 | [analyzer] WWW: Shorten the menu title. | Anna Zaks |
2012-06-11 | [analyzer] WWW: Add FAQ to the menu. | Anna Zaks |
2012-06-11 | [analyzer] WWW: FAQ - fix the assertion use example. | Anna Zaks |
2012-06-11 | [analyzer] The FAQ question style shouldn't be the same as code_example. | Anna Zaks |
2012-06-11 | [analyzer] WWW: Add table of contents, fixed code examples. | Anna Zaks |
2012-06-11 | [analyzer] WWW: Mention that we do not support "noreturn" for methods. | Anna Zaks |
2012-06-09 | Add CSS style for FAQ questions, and restate FAQ questions as actual questions. | Ted Kremenek |
2012-06-09 | Wordsmith a bit, and turn </h1> into </h4> when appropriate. | Ted Kremenek |
2012-06-09 | [analyzer] FAQ page fixup | Anna Zaks |
2012-06-09 | [analyzer] Add FAQ and How to Deal with Common False Positives page | Anna Zaks |
2012-06-01 | Update checker build. | Ted Kremenek |
2012-05-25 | Links the entry point to the tooling documentation into clang's menu bar. | Manuel Klimek |
2012-05-25 | Release notes update for -Wsometimes-uninitialized. | Richard Smith |
2012-05-23 | Update checker build. | Ted Kremenek |
2012-05-23 | Clang 3.1 is out: turn the relevant C++11 status boxes green. | Richard Smith |
2012-05-16 | Clarify how libstdc++ and other bits of the system toolchain are found | Chandler Carruth |
2012-05-09 | [analyzer]Extend the available checks list and the release notes for 264 | Anna Zaks |
2012-05-09 | Fix Engrish. | Ted Kremenek |
2012-05-09 | Fix typo. | Ted Kremenek |
2012-05-09 | Update checker build. | Ted Kremenek |
2012-04-26 | Update checker build link, and remove stale links. | Ted Kremenek |
2012-04-22 | Better C++11 support is no longer an advantage of GCC. | Benjamin Kramer |
2012-04-20 | c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when ... | Benjamin Kramer |
2012-04-19 | In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since | Richard Smith |
2012-04-17 | Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issues | Richard Smith |
2012-04-16 | Add note to hacking.html that running the test harness directly from the comm... | Eli Friedman |
2012-04-13 | Now that we provide sufficient support for three C11/C++11 atomics | Richard Smith |
2012-04-10 | Add a query macro for C++11 N3276, decltype does not require complete | Douglas Gregor |
2012-03-26 | Forward-declared enumerations are now complete, except for an interaction | Richard Smith |
2012-03-23 | Revert accidentally-committed www changes (and an unused diagnostic); | Richard Smith |
2012-03-23 | When defining a forward-declared enum, don't try to attach the definition to | Richard Smith |
2012-03-23 | Update checker build. | Ted Kremenek |
2012-03-22 | Update front page to indicate that we do, in fact, support some of C++11. | Richard Smith |
2012-03-15 | Update checker build. | Ted Kremenek |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-11 | cxx_status: No compiler changes are required for 'minimal support for garbage | Richard Smith |
2012-03-09 | Improve diagnostics for UCNs referring to control characters and members of the | Richard Smith |
2012-03-09 | User-defined literals are done. | Richard Smith |
2012-03-03 | Add a pile of tests for unrestricted unions, and advertise support for them. | Richard Smith |