summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Expand)AuthorAgeFilesLines
* cxx_status: No compiler changes are required for 'minimal support for garbageRichard Smith2012-03-111-1/+2
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-091-2/+2
* User-defined literals are done.Richard Smith2012-03-091-1/+1
* Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith2012-03-031-1/+1
* Fix documentation typo.Ted Kremenek2012-02-271-1/+1
* Initializer lists are now supported.Sebastian Redl2012-02-251-1/+1
* cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor asRichard Smith2012-02-241-6/+8
* cxx_status: extended sizeof has been essentially complete for some time. AsRichard Smith2012-02-241-7/+6
* [analyzer] Add CString checks to the release notes.Anna Zaks2012-02-231-2/+4
* Tweak C++ status table:Douglas Gregor2012-02-231-2/+2
* Clang now supports lambda expressions.Douglas Gregor2012-02-231-2/+2
* Tweak release note comments for checker build.Ted Kremenek2012-02-231-1/+2
* Update checker build to checker-261.Ted Kremenek2012-02-232-1/+14
* I hereby declare that all remaining constexpr issues are bugs, not unimplementedRichard Smith2012-02-141-2/+2
* Getting Started: Add a missing "cd ../..".Benjamin Kramer2012-02-091-0/+1
* Updated information on how to perform command line testing on Windows when bu...Aaron Ballman2012-02-091-8/+23
* Post link to checker-260, which is checker-259 with some experimental checks ...Ted Kremenek2012-01-262-1/+17
* Post open source analyzer build checker-259.Ted Kremenek2012-01-252-11/+19
* [analyzer] www: A minor cleanup to the dev manual.Anna Zaks2012-01-201-1/+2
* Fix ALL the markup.Benjamin Kramer2012-01-1526-313/+329
* Revert accidentally-committed file in r148020.Richard Smith2012-01-121-3/+3
* Allow constant-folding of references which were formed in a manner not permittedRichard Smith2012-01-121-3/+3
* [analyzer] Update the docs to reflect that gcc is not the only defaultAnna Zaks2012-01-061-17/+16
* Add missing #endif in documentation.Ted Kremenek2012-01-041-0/+1
* Make this text slightly more accurate; thanks to Johannes Schaub forSean Hunt2011-12-291-4/+5
* [analyzer] More www; document ProgramState->dump().Anna Zaks2011-12-071-0/+6
* [analyzer] Update the checker writer manual with explanation of SValsAnna Zaks2011-12-071-2/+65
* www: Update getting started to encourage people to check out compielr-rt.Daniel Dunbar2011-12-071-0/+6
* Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-devDouglas Gregor2011-11-191-5/+4
* Stop claiming that Visual Studio 2005 is a viable basis for buildingChandler Carruth2011-11-162-4/+3
* Remove duplicate listings for core.DivideZeroMatt Beaumont-Gay2011-11-071-6/+0
* Colorize. (this is consistent with the coloring in diagnostics.html, but perh...David Blaikie2011-11-071-3/+3
* [analyzer] Add the Checker Developer Manual to the menu.Anna Zaks2011-11-071-0/+1
* [analyzer] Add overview and checker registration to the checker developer man...Anna Zaks2011-11-071-25/+119
* Fix markup weirdness.Benjamin Kramer2011-11-051-11/+11
* [analyzer] Add the list of available checkers to the website.Anna Zaks2011-11-051-4/+117
* Don't encourage bug reports to the Clang mailing list. We have a bugDouglas Gregor2011-11-021-2/+2
* [analyzer] Start writing Checker Developer Manual.Anna Zaks2011-11-021-0/+181
* Fixing some dead links. Patch by Jean-Daniel Dupas!David Blaikie2011-11-021-2/+2
* Add colors to the C++11 status page.Michael J. Spencer2011-11-021-68/+64
* Deleted functions were in Clang 2.9, defaulted functions inDouglas Gregor2011-10-281-1/+6
* Tweak the C++11 status prose a bit. We still need better user guidance on the...Douglas Gregor2011-10-141-2/+1
* Switch the C++11 status table from a developer-centric list to aDouglas Gregor2011-10-141-587/+318
* Updating the Clang website to refer to C++'11 instead of C++'0xDavid Blaikie2011-10-144-15/+15
* Update open source static analyzer build.Ted Kremenek2011-10-142-1/+14
* Now that we support move generation, mention this in the language extension a...Sebastian Redl2011-10-101-13/+13
* Document the incompatibility that stems from Clang properly implementDouglas Gregor2011-09-271-1/+39
* Update C++0x status page to reflect support for raw string literals.Craig Topper2011-08-111-4/+4
* Fix HTML.Benjamin Kramer2011-08-061-1/+1
* give an example of a 'lowered vtable reference'Chris Lattner2011-08-031-5/+28