Age | Commit message (Expand) | Author |
2012-12-15 | Documentation: convert InternalsManual.html to reST | Dmitri Gribenko |
2012-10-19 | Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec... | Andy Gibbs |
2012-07-25 | Fix two typos in the doc | Sylvestre Ledru |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-10 | Jordan points out that this was incorrect: clang should recover from | Chris Lattner |
2012-06-29 | Update the %diff modifer to have an alternate string print when a template tree | Richard Trieu |
2012-06-27 | Add missing words to manual. | Richard Trieu |
2012-06-27 | Update documentation with regards to template type diffing. | Richard Trieu |
2012-06-13 | Update clang attribute document. | Michael Han |
2012-06-04 | Document how fixits on errors and warnings must behave. | Nico Weber |
2012-01-15 | Fix ALL the markup. | Benjamin Kramer |
2011-12-19 | Fix typo 'typdefs', from Nikola Smiljanic | Douglas Gregor |
2011-12-09 | Document the updated behaviour of __builtin_constant_p introduced in r146236. | Richard Smith |
2011-10-18 | Update documentation to use "C++11" instead of "C++0x" | David Blaikie |
2011-10-15 | Internals manual: eliminate mention of System library | Peter Collingbourne |
2011-10-14 | Fix grammaro | Douglas Gregor |
2011-10-12 | Introduce BalancedDelimiterTracker, to better track open/close | Douglas Gregor |
2011-09-30 | Add a section detailing the steps required to add an expression or | Douglas Gregor |
2011-07-06 | Update docs to remove reference to OverloadedFunctionDecl and replace it with... | Jonathan D. Turner |
2011-07-01 | Remove reference to the Index library | Douglas Gregor |
2011-03-21 | Code modification hints have been known as fix-it hints for almost | Peter Collingbourne |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
2011-02-14 | fix two broken links and some out of date writing, PR9174 | Chris Lattner |
2011-01-28 | Document how to add an attribute to clang. This should be reviewed by someone | Jeffrey Yasskin |
2010-11-17 | move AdvanceToTokenCharacter and getLocForEndOfToken from | Chris Lattner |
2010-10-27 | Document how source ranges work | Douglas Gregor |
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-07-07 | Fix a few errors in the internals doc. | Sebastian Redl |
2010-05-27 | Fix typo. | Nick Lewycky |
2010-05-26 | Grammar fix: s/it's/its/g in | Nick Lewycky |
2010-05-07 | Reverted r103214. | mike-m |
2010-05-06 | 2nd part of: Overhauled llvm/clang docs builds. | mike-m |
2010-05-01 | fix a broken link, diagnostickinds.td was fissioned. | Chris Lattner |
2010-01-14 | Document the extensions I made to the diagnostics-formatting system yesterday. | John McCall |
2009-09-14 | clang tracks multiple levels of macro expansion | Chris Lattner |
2009-07-10 | Add documentation for the Index library to clang's web page. | Argyrios Kyrtzidis |
2009-05-20 | Start documenting precompiled headers | Douglas Gregor |
2009-04-09 | Add link from internals manual to PTH documentation. | Ted Kremenek |
2009-03-30 | Some very rough Driver documentation. | Daniel Dunbar |
2009-02-27 | minor wording changes. | Chris Lattner |
2009-02-27 | Clean up and document code modification hints. | Douglas Gregor |
2009-02-25 | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor |
2009-02-17 | Grammar tweak. | Daniel Dunbar |
2009-02-17 | clarify the behavior of note. | Chris Lattner |
2009-02-05 | document fatal | Chris Lattner |
2009-02-04 | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor |
2009-01-28 | Name change (isTypeName->getTypeName). | Steve Naroff |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2009-01-16 | rename "virtual location" of a macro to "instantiation location". | Chris Lattner |