| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -3/+0 |
| * | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -0/+6 |
| * | Fix a typo in the Clang man page, from Alexander Best. | Douglas Gregor | 2010-10-08 | 1 | -1/+1 |
| * | Patch for adding message to unavailable attribute. | Fariborz Jahanian | 2010-10-06 | 1 | -0/+9 |
| * | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+6 |
| * | Update Clang man page to say a little bit more about C++ | Douglas Gregor | 2010-09-24 | 1 | -3/+4 |
| * | Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually | Daniel Dunbar | 2010-09-20 | 1 | -1/+16 |
| * | Update users manual comments on X86 and ARM support. | Daniel Dunbar | 2010-09-19 | 1 | -6/+16 |
| * | Driver: Add a -stdlib= argument which can be used to select the C++ standard | Daniel Dunbar | 2010-09-14 | 1 | -0/+6 |
| * | Update 'docs/PCHInternals.html' about how subexpressions are stored. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -4/+4 |
| * | Document our extension to constant-fold __builtin_strlen and strlen | Douglas Gregor | 2010-09-11 | 1 | -0/+1 |
| * | Update the internals manual for the removal of Action, as well as other | John McCall | 2010-09-03 | 1 | -23/+34 |
| * | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik | 2010-09-02 | 1 | -0/+4 |
| * | Reverting rev 112791 - apparently -fborland-extensions is on all the time?! | Dawn Perchik | 2010-09-02 | 1 | -4/+0 |
| * | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik | 2010-09-02 | 1 | -0/+4 |
| * | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl | 2010-08-31 | 1 | -7/+15 |
| * | Document '__clang_analyzer__'. | Ted Kremenek | 2010-08-24 | 1 | -0/+37 |
| * | Clarify documentation of escaping for backslash | Douglas Gregor | 2010-08-23 | 1 | -1/+1 |
| * | Eliminate some extraneous whitespace in the machine-parseable Fix-It output. | Douglas Gregor | 2010-08-20 | 1 | -2/+2 |
| * | Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos ... | Douglas Gregor | 2010-08-19 | 1 | -1/+1 |
| * | Add machine-parseable Fix-It output as part of diagnostics, under the | Douglas Gregor | 2010-08-19 | 2 | -0/+13 |
| * | Remove a gratuitous lie. | Daniel Dunbar | 2010-08-17 | 1 | -1/+0 |
| * | Update UsersManual, we support '#pragma align' now. | Daniel Dunbar | 2010-08-02 | 1 | -5/+0 |
| * | Document -f{no-}color-diagnostics | Douglas Gregor | 2010-07-09 | 1 | -1/+18 |
| * | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl | 2010-07-08 | 1 | -0/+30 |
| * | Fix a few errors in the internals doc. | Sebastian Redl | 2010-07-07 | 1 | -3/+3 |
| * | Remove redundant and incomplete bits from the users manual w.r.t. language co... | Douglas Gregor | 2010-06-30 | 1 | -49/+0 |
| * | build: Get CLANG_VERSION from Version.inc instead of depending on VER file di... | Daniel Dunbar | 2010-06-25 | 1 | -1/+2 |
| * | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 2 | -4/+4 |
| * | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin | 2010-06-07 | 1 | -0/+36 |
| * | Add an extension to avoid an error when a global template has the same name as | Jeffrey Yasskin | 2010-06-05 | 1 | -0/+24 |
| * | fix incorrect tag | Chris Lattner | 2010-05-30 | 1 | -1/+1 |
| * | Update "users manual", PR2461 has been fixed. | Daniel Dunbar | 2010-05-28 | 1 | -5/+0 |
| * | Fix typo. | Nick Lewycky | 2010-05-27 | 1 | -1/+1 |
| * | Grammar fix: s/it's/its/g in | Nick Lewycky | 2010-05-26 | 1 | -6/+6 |
| * | push categories forward a bit more: document them, add some | Chris Lattner | 2010-05-24 | 1 | -4/+22 |
| * | docs: Man page tweaks, to mention the integrated assembler and the | Daniel Dunbar | 2010-05-21 | 1 | -6/+19 |