summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+6
* Documentation for -Oz; Updated synopsis and item.Chad Rosier2011-04-301-2/+2
* Add documentation for -Oz flag.Chad Rosier2011-04-301-1/+2
* Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith2011-04-151-0/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-153-5/+5
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+15
* add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner2011-04-091-0/+31
* typo fix + expandChris Lattner2011-04-081-2/+2
* Minor format fix.Evan Cheng2011-04-081-2/+2
* Document -ftrap-function= optionEvan Cheng2011-04-081-0/+12
* docs/UsersManual.html: Fix some inconsistent HTML elements.NAKAMURA Takumi2011-04-051-19/+24
* docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations ...NAKAMURA Takumi2011-04-051-1/+8
* docs/UsersManual.html: Add cygming notes.NAKAMURA Takumi2011-04-041-1/+41
* we can now claim to fully support the override control feature in C++0x.Anders Carlsson2011-03-251-0/+6
* and now there are 3!Chris Lattner2011-03-211-1/+1
* Code modification hints have been known as fix-it hints for almostPeter Collingbourne2011-03-211-28/+26
* Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...Ted Kremenek2011-03-181-8/+0
* Improve the documentation for some of the analyzer attributes I addedJohn McCall2011-03-181-13/+39
* Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl2011-03-151-0/+6
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-1/+1
* Update the www to indicate that auto is now implemented.Richard Smith2011-02-231-2/+1
* we now support __label__Chris Lattner2011-02-181-4/+0
* fix two broken links and some out of date writing, PR9174Chris Lattner2011-02-141-12/+11
* Add a __has_feature check for default template arguments in functionDouglas Gregor2011-02-051-0/+5
* Add __has_feature() for each of the type traitsDouglas Gregor2011-02-031-1/+42
* Document how to add an attribute to clang. This should be reviewed by someoneJeffrey Yasskin2011-01-281-0/+76
* Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin2011-01-271-28/+0
* Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor2011-01-261-3/+7
* Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin2011-01-251-0/+28
* Document the ns_returns_retained, ns_consumed, etc. attributes.John McCall2011-01-251-0/+45
* Eliminate the last reference to concepts, from Jean-Daniel DupasDouglas Gregor2011-01-241-1/+0
* Fix the __has_attribute example; we don't have an override attribute anymore.Anders Carlsson2011-01-241-3/+3
* fix some typos, patch by Jonathan Wakely!Chris Lattner2011-01-241-8/+8
* fix a broken example, PR9005, patch by Jonathan Wakely!Chris Lattner2011-01-241-17/+14
* remove some crazy leftover thing.Chris Lattner2011-01-241-1/+1
* Eradicate any mention of C++0x concepts.Douglas Gregor2011-01-191-7/+1
* NEON vector support for ARM is in pretty good shape now. Update the docs.Bob Wilson2011-01-101-9/+2
* Fix documentation typo, from nobled.Douglas Gregor2010-12-141-1/+1
* And more gzip goodness for clang.Eric Christopher2010-12-101-2/+2
* fix typoChris Lattner2010-11-281-1/+1
* move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner2010-11-171-1/+1
* make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner2010-11-091-2/+2
* Document Clang's support for attributes on individual enumerators andJohn McCall2010-11-081-4/+45
* expand discussion of __block C++ on-stack objectsBlaine Garst2010-10-281-6/+30
* make it really clear that vla != flexible arraysChris Lattner2010-10-281-1/+3
* small tweaks to reflect statements of what really ever shipped. ABI is, and ...Blaine Garst2010-10-271-3/+5
* reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prio...Blaine Garst2010-10-271-30/+4
* Document how source ranges workDouglas Gregor2010-10-271-0/+25
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-212-0/+10
* Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson2010-10-201-0/+24
OpenPOWER on IntegriCloud