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