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