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