aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2010-07-30Update checker build.Ted Kremenek
2010-07-30Update checker build.Ted Kremenek
2010-07-28Test commitTanya Lattner
2010-07-28Test commit.Tanya Lattner
2010-07-28Update checker build.Ted Kremenek
2010-07-26path renamed.Chris Lattner
2010-07-08Add missing whitespace.Ted Kremenek
2010-07-08Update checker build.Ted Kremenek
2010-07-08Tweak documentation to mention Debug+Asserts.Duncan Sands
2010-07-01Update diagnostic on compatibility page to reflect realityDouglas Gregor
2010-07-01Revert r107374, which broke bootstrap.Douglas Gregor
2010-07-01When building the type of a destructor, make sure to keep theDouglas Gregor
2010-07-01Update checker build.Ted Kremenek
2010-06-30Improve diagnostic when we fail to pick an overload because it wouldDouglas Gregor
2010-06-30Wording tweak from Dan.Douglas Gregor
2010-06-30Wording tweak from Dan.Douglas Gregor
2010-06-30typo.Benjamin Kramer
2010-06-30New language-compatibility page, including language-compatibility information...Douglas Gregor
2010-06-21Update checker build.Ted Kremenek
2010-06-16Rework the unqualified-lookup-in-templates section of the compatibilityJohn McCall
2010-06-16Some more nods to HTML well-formedness.John McCall
2010-06-16Fix template ordering compatibility docs. I missed another section that coveredJeffrey Yasskin
2010-06-15Describe a gcc compatibility problem that occurs when a template calls aJeffrey Yasskin
2010-06-13www: Swap external coverage & spec references links.Daniel Dunbar
2010-06-10www: Add note on running clang tests from a CMake build, patch by Peter Coll...Daniel Dunbar
2010-06-02clang++ is now a different greek letter.Chris Lattner
2010-06-02Add a compatibility note about incomplete types in templates.John McCall
2010-05-27Update checker build.Ted Kremenek
2010-05-23It turns out that people love using VLAs in templates, too. Weaken ourDouglas Gregor
2010-05-22Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor
2010-05-22minor updatesChris Lattner
2010-05-21down with export.Chris Lattner
2010-05-21another unneeded line.Chris Lattner
2010-05-21major update to the C++ status page. C++ support is Chris Lattner
2010-05-14Add documention on ns_returns_not_retained and cf_returns_not_retained attrib...Ted Kremenek
2010-05-11BoostCon tutorial notes, temporaryDouglas Gregor
2010-05-08Update latest checker build to a local link.Daniel Dunbar
2010-05-06mention that cmake works on unix too. PR7061Chris Lattner
2010-04-12Remove the blanket statement about Clang not supporting access control. It do...Douglas Gregor
2010-04-11Update checker build.Ted Kremenek
2010-04-09Add a note to the C++ compatibility page about templates with noJohn McCall
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07Update checker build.Ted Kremenek
2010-04-01Update analyzer build.Ted Kremenek
2010-03-29provide a simpler way to get to the headersGabor Greif
2010-03-27Remove VS information for analyzer until we have more real support.Ted Kremenek
2010-03-27s/Clangify2010.py/clangify2010.pyKovarththanan Rajaratnam
2010-03-27Add initial draft of web page on 'clangifty2010.py' script for analyzing VS p...Ted Kremenek
2010-03-17Add another compatibility note and tweak a few of the existing ones.John McCall
2010-03-17Fix a typo in a tag.Chandler Carruth