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