aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2011-04-15Update www: clang now supports C++11 for-range and non-template type aliases.Richard Smith
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-14Name mangling of late-specified return types doesn't work if the return type ...Richard Smith
2011-04-13Update public analyzer build to checker-256.Ted Kremenek
2011-04-06Added link to LLVM cmake page in Visual Studio section.John Thompson
2011-04-03clang has had full and tested support for C++0x trailing-return-type and auto...Richard Smith
2011-03-29Add a libstdc++-4.4 patch for C++0x to the website.Jeffrey Yasskin
2011-03-27Clang supports __STDC_HOSTED__. Patch by Jonathan SauerDouglas Gregor
2011-03-27www/get_started.html: Fix a few URLs.NAKAMURA Takumi
2011-03-18www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi
2011-03-18www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add...NAKAMURA Takumi
2011-03-09Mention an XML printer on the Open Projects pageDouglas Gregor
2011-02-23Update the www to indicate that auto is now implemented.Richard Smith
2011-02-18Update text for where to file analyzer bugs.Ted Kremenek
2011-02-12Update static analyzer build to checker-255.Ted Kremenek
2011-02-03More tweaks to the compatibility page.John McCall
2011-02-03More minor documentation tweaks.John McCall
2011-02-03Rework the __block jump-checking section, including a justification ofJohn McCall
2011-02-03Rework and embellish the C99 inline compatibility section.John McCall
2011-01-31Document that set-xcode-analyzer should typically be run using sudo.Ted Kremenek
2011-01-27Adjust casing of attributes in examples.Ted Kremenek
2011-01-27Fix download link.Ted Kremenek
2011-01-27Add missing </a>Ted Kremenek
2011-01-27Update checker build and post release notes.Ted Kremenek
2011-01-27Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's O...Ted Kremenek
2011-01-27Fix HTML highlighting and add missing line.Ted Kremenek
2011-01-27Fix a few typos in HTML documentation.Ted Kremenek
2011-01-27Hook up attribute ns_consumes_self in the ObjC retain/release checker in the ...Ted Kremenek
2011-01-26Update C++0x status web pageDouglas Gregor
2011-01-24Note the need for --param=build_config=whatever in the Hacking Clang document...Douglas Gregor
2011-01-19Variadic templates are fully implemented.Douglas Gregor
2010-12-21Add back the late-specified return type paperDouglas Gregor
2010-12-21Updates to the C++ status page for C++0x features, from Michael PriceDouglas Gregor
2010-12-17Update checker build.Ted Kremenek
2010-12-16Getting Started: Add VS2010 instructions and specify an out of source build.Michael J. Spencer
2010-12-06c/objc/c++'98 are basically done, but we want '0x support.Chris Lattner
2010-12-03Update analyzer build.Ted Kremenek
2010-11-30Update checker build.Ted Kremenek
2010-11-16Update checker build.Ted Kremenek
2010-11-14typo2Chris Lattner
2010-11-14fix typoChris Lattner
2010-11-10add a note about inline asm compatibility.Chris Lattner
2010-11-10Document a language-compatibility issue with function parameter names in func...Douglas Gregor
2010-11-09Add a compat note about how Clang doesn't zero-initialize __block local varia...Daniel Dunbar
2010-11-09Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" t...Ted Kremenek
2010-11-02Add link to LLVM releases page.Daniel Dunbar
2010-10-29Use objdir != srcdir in the getting started doc.Rafael Espindola
2010-10-25Add and describe a quick script to migrate gcc builtins that clang doesn'tEric Christopher
2010-10-22Update compatibility page for objective-c.Fariborz Jahanian
2010-10-16validatorGabor Greif