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