summaryrefslogtreecommitdiff
path: root/www
Commit message (Expand)AuthorAge
* Fix documentation typo.Ted Kremenek2012-02-27
* Initializer lists are now supported.Sebastian Redl2012-02-25
* cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor asRichard Smith2012-02-24
* cxx_status: extended sizeof has been essentially complete for some time. AsRichard Smith2012-02-24
* [analyzer] Add CString checks to the release notes.Anna Zaks2012-02-23
* Tweak C++ status table:Douglas Gregor2012-02-23
* Clang now supports lambda expressions.Douglas Gregor2012-02-23
* Tweak release note comments for checker build.Ted Kremenek2012-02-23
* Update checker build to checker-261.Ted Kremenek2012-02-23
* I hereby declare that all remaining constexpr issues are bugs, not unimplementedRichard Smith2012-02-14
* Getting Started: Add a missing "cd ../..".Benjamin Kramer2012-02-09
* Updated information on how to perform command line testing on Windows when bu...Aaron Ballman2012-02-09
* Post link to checker-260, which is checker-259 with some experimental checks ...Ted Kremenek2012-01-26
* Post open source analyzer build checker-259.Ted Kremenek2012-01-25
* [analyzer] www: A minor cleanup to the dev manual.Anna Zaks2012-01-20
* Fix ALL the markup.Benjamin Kramer2012-01-15
* Revert accidentally-committed file in r148020.Richard Smith2012-01-12
* Allow constant-folding of references which were formed in a manner not permittedRichard Smith2012-01-12
* [analyzer] Update the docs to reflect that gcc is not the only defaultAnna Zaks2012-01-06
* Add missing #endif in documentation.Ted Kremenek2012-01-04
* Make this text slightly more accurate; thanks to Johannes Schaub forSean Hunt2011-12-29
* [analyzer] More www; document ProgramState->dump().Anna Zaks2011-12-07
* [analyzer] Update the checker writer manual with explanation of SValsAnna Zaks2011-12-07
* www: Update getting started to encourage people to check out compielr-rt.Daniel Dunbar2011-12-07
* Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-devDouglas Gregor2011-11-19
* Stop claiming that Visual Studio 2005 is a viable basis for buildingChandler Carruth2011-11-16
* Remove duplicate listings for core.DivideZeroMatt Beaumont-Gay2011-11-07
* Colorize. (this is consistent with the coloring in diagnostics.html, but perh...David Blaikie2011-11-07
* [analyzer] Add the Checker Developer Manual to the menu.Anna Zaks2011-11-07
* [analyzer] Add overview and checker registration to the checker developer man...Anna Zaks2011-11-07
* Fix markup weirdness.Benjamin Kramer2011-11-05
* [analyzer] Add the list of available checkers to the website.Anna Zaks2011-11-05
* Don't encourage bug reports to the Clang mailing list. We have a bugDouglas Gregor2011-11-02
* [analyzer] Start writing Checker Developer Manual.Anna Zaks2011-11-02
* Fixing some dead links. Patch by Jean-Daniel Dupas!David Blaikie2011-11-02
* Add colors to the C++11 status page.Michael J. Spencer2011-11-02
* Deleted functions were in Clang 2.9, defaulted functions inDouglas Gregor2011-10-28
* Tweak the C++11 status prose a bit. We still need better user guidance on the...Douglas Gregor2011-10-14
* Switch the C++11 status table from a developer-centric list to aDouglas Gregor2011-10-14
* Updating the Clang website to refer to C++'11 instead of C++'0xDavid Blaikie2011-10-14
* Update open source static analyzer build.Ted Kremenek2011-10-14
* Now that we support move generation, mention this in the language extension a...Sebastian Redl2011-10-10
* Document the incompatibility that stems from Clang properly implementDouglas Gregor2011-09-27
* Update C++0x status page to reflect support for raw string literals.Craig Topper2011-08-11
* Fix HTML.Benjamin Kramer2011-08-06
* give an example of a 'lowered vtable reference'Chris Lattner2011-08-03
* Update C++0x status page to reflect support for unicode string and character ...Douglas Gregor2011-07-27
* Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!Douglas Gregor2011-07-27
* Update C++0x status for explicit override controls and explicitDouglas Gregor2011-07-25
* www/get_started.html: Fix a phrase, "in the *build* directory* in the instruc...NAKAMURA Takumi2011-07-25