- 665a8dc Fix ALL the markup. by Benjamin Kramer · 13 years ago
- 2d1e21a Fix typo 'typdefs', from Nikola Smiljanic by Douglas Gregor · 13 years ago
- 8a0f155 Document the updated behaviour of __builtin_constant_p introduced in r146236. by Richard Smith · 13 years ago
- 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
- 967c118 Internals manual: eliminate mention of System library by Peter Collingbourne · 13 years ago
- d1cb2dc Fix grammaro by Douglas Gregor · 13 years ago
- 4a8dfb5 Introduce BalancedDelimiterTracker, to better track open/close by Douglas Gregor · 13 years ago
- 1f634c6 Add a section detailing the steps required to add an expression or by Douglas Gregor · 13 years ago
- d322429 Update docs to remove reference to OverloadedFunctionDecl and replace it with DeclContext::lookup_result. by Jonathan D. Turner · 13 years ago
- 0e5abb8 Remove reference to the Index library by Douglas Gregor · 13 years ago
- 38448d3 Code modification hints have been known as fix-it hints for almost by Peter Collingbourne · 14 years ago
- 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
- cc2ac1e fix two broken links and some out of date writing, PR9174 by Chris Lattner · 14 years ago
- 28dadd6 Document how to add an attribute to clang. This should be reviewed by someone by Jeffrey Yasskin · 14 years ago
- 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago
- 715c92a Document how source ranges work by Douglas Gregor · 14 years ago
- eb661ed Document our extension to constant-fold __builtin_strlen and strlen by Douglas Gregor · 14 years ago
- 027ac44 Update the internals manual for the removal of Action, as well as other by John McCall · 14 years ago
- 9bc2a99 Fix a few errors in the internals doc. by Sebastian Redl · 14 years ago
- 8ee411e Fix typo. by Nick Lewycky · 14 years ago
- 77561e5 Grammar fix: s/it's/its/g in by Nick Lewycky · 14 years ago
- 3e5d00c Reverted r103214. by mike-m · 15 years ago[Renamed from docs/main/InternalsManual.html]
- 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 15 years ago[Renamed from docs/InternalsManual.html]
- 4c50b69 fix a broken link, diagnostickinds.td was fissioned. by Chris Lattner · 15 years ago
- 3a47e23 Document the extensions I made to the diagnostics-formatting system yesterday. by John McCall · 15 years ago
- d3509fa clang tracks multiple levels of macro expansion by Chris Lattner · 15 years ago
- 7240d77 Add documentation for the Index library to clang's web page. by Argyrios Kyrtzidis · 15 years ago
- 32110df Start documenting precompiled headers by Douglas Gregor · 15 years ago
- cfa8d57 Add link from internals manual to PTH documentation. by Ted Kremenek · 16 years ago
- 27d9e9f Some very rough Driver documentation. by Daniel Dunbar · 16 years ago
- 34c0533 minor wording changes. by Chris Lattner · 16 years ago
- b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
- 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
- 426b863 Grammar tweak. by Daniel Dunbar · 16 years ago
- a180fdd clarify the behavior of note. by Chris Lattner · 16 years ago
- 0aad297 document fatal by Chris Lattner · 16 years ago
- 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
- b43a50f Name change (isTypeName->getTypeName). by Steve Naroff · 16 years ago
- 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
- 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 16 years ago
- 18376dd update for terminology change. by Chris Lattner · 16 years ago
- da76b28 Fix a typo. by Cedric Venet · 16 years ago
- 3932fe0 document annotation tokens. by Chris Lattner · 16 years ago
- 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 16 years ago
- 42b83dd Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p by Chris Lattner · 16 years ago
- 28daa53 implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an i-c-e. by Chris Lattner · 16 years ago
- 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
- 545b368 inserting a qualtype adds quotes implicitly by Chris Lattner · 16 years ago
- 3fcbb89 other minor edits. by Chris Lattner · 16 years ago
- 552de0a minor cleanups. by Chris Lattner · 16 years ago
- fd408ea finish up the diagnostics documentation. We don't by Chris Lattner · 16 years ago
- 627b705 more updates by Chris Lattner · 16 years ago
- cc54334 finish documentation of %select. by Chris Lattner · 16 years ago
- 6816856 Documentation for the plural modifier. by Sebastian Redl · 16 years ago
- 62fd278 start documenting Diagnostics. Sebastian, I'd appreciate it by Chris Lattner · 16 years ago
- e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
- 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
- 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
- 7bad199 Describe how constant folding and i-c-e diagnosing should work. by Chris Lattner · 16 years ago
- 17a295d Use same CSS as the rest of the clang website. by Ted Kremenek · 16 years ago
- 7928125 update documentation by Chris Lattner · 17 years ago
- 18e17e7 Minor grammar fix. by Ted Kremenek · 17 years ago
- 98f19b6 Commented out header with no section body. Will write this eventually. by Ted Kremenek · 17 years ago
- 8bc0571 Added some documentation on clang CFGs. It is very rough. by Ted Kremenek · 17 years ago
- 30d1775 Fix spacing issues. by Bill Wendling · 17 years ago
- 8438624 Fix html problem, patch by Justin Handville by Chris Lattner · 17 years ago
- 33fc68a Owen pointed out that this made no sense :) by Chris Lattner · 17 years ago
- 11406c1 update name by Chris Lattner · 17 years ago
- 8a2bc62 Oops, I committed the wrong file before. This expands the description of type. by Chris Lattner · 17 years ago
- 86920d3 Add a start at a clang internals manual, documenting some by Chris Lattner · 17 years ago