aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-30Documentation for -Oz; Updated synopsis and item.Chad Rosier
2011-04-30Add documentation for -Oz flag.Chad Rosier
2011-04-15Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-09add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner
2011-04-08typo fix + expandChris Lattner
2011-04-08Minor format fix.Evan Cheng
2011-04-08Document -ftrap-function= optionEvan Cheng
2011-04-05docs/UsersManual.html: Fix some inconsistent HTML elements.NAKAMURA Takumi
2011-04-05docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations ...NAKAMURA Takumi
2011-04-04docs/UsersManual.html: Add cygming notes.NAKAMURA Takumi
2011-03-25we can now claim to fully support the override control feature in C++0x.Anders Carlsson
2011-03-21and now there are 3!Chris Lattner
2011-03-21Code modification hints have been known as fix-it hints for almostPeter Collingbourne
2011-03-18Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...Ted Kremenek
2011-03-18Improve the documentation for some of the analyzer attributes I addedJohn McCall
2011-03-15Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl
2011-02-28Rename tok::eom to tok::eod.Peter Collingbourne
2011-02-23Update the www to indicate that auto is now implemented.Richard Smith
2011-02-18we now support __label__Chris Lattner
2011-02-14fix two broken links and some out of date writing, PR9174Chris Lattner
2011-02-05Add a __has_feature check for default template arguments in functionDouglas Gregor
2011-02-03Add __has_feature() for each of the type traitsDouglas Gregor
2011-01-28Document how to add an attribute to clang. This should be reviewed by someoneJeffrey Yasskin
2011-01-27Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin
2011-01-26Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor
2011-01-25Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin
2011-01-25Document the ns_returns_retained, ns_consumed, etc. attributes.John McCall
2011-01-24Eliminate the last reference to concepts, from Jean-Daniel DupasDouglas Gregor
2011-01-24Fix the __has_attribute example; we don't have an override attribute anymore.Anders Carlsson
2011-01-24fix some typos, patch by Jonathan Wakely!Chris Lattner
2011-01-24fix a broken example, PR9005, patch by Jonathan Wakely!Chris Lattner
2011-01-24remove some crazy leftover thing.Chris Lattner
2011-01-19Eradicate any mention of C++0x concepts.Douglas Gregor
2011-01-10NEON vector support for ARM is in pretty good shape now. Update the docs.Bob Wilson
2010-12-14Fix documentation typo, from nobled.Douglas Gregor
2010-12-10And more gzip goodness for clang.Eric Christopher
2010-11-28fix typoChris Lattner
2010-11-17move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner
2010-11-09make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner
2010-11-08Document Clang's support for attributes on individual enumerators andJohn McCall
2010-10-28expand discussion of __block C++ on-stack objectsBlaine Garst
2010-10-28make it really clear that vla != flexible arraysChris Lattner
2010-10-27small tweaks to reflect statements of what really ever shipped. ABI is, and ...Blaine Garst
2010-10-27reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prio...Blaine Garst
2010-10-27Document how source ranges workDouglas Gregor
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-20Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson