aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-02-18fix typoChris Lattner
2009-02-18Allow "overloadable" functions in C to be declared as variadic withoutDouglas Gregor
2009-02-17Grammar tweak.Daniel Dunbar
2009-02-17clarify the behavior of note.Chris Lattner
2009-02-13wrap some crazy long lines.Chris Lattner
2009-02-13document __builtin_shufflevectorChris Lattner
2009-02-13Add documentation for overloaded functions in CDouglas Gregor
2009-02-09new document.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
2009-01-16update for terminology change.Chris Lattner
2009-01-06Fix a typo.Cedric Venet
2009-01-06document annotation tokens.Chris Lattner
2009-01-05Introduce support for "transparent" DeclContexts, which areDouglas Gregor
2008-12-12Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p Chris Lattner
2008-12-12implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an ...Chris Lattner
2008-11-24Rename Selector::getName() to Selector::getAsString(), and addChris Lattner
2008-11-23inserting a qualtype adds quotes implicitlyChris Lattner
2008-11-23other minor edits.Chris Lattner
2008-11-23minor cleanups.Chris Lattner
2008-11-23finish up the diagnostics documentation. We don'tChris Lattner
2008-11-23more updatesChris Lattner
2008-11-22finish documentation of %select.Chris Lattner
2008-11-22Documentation for the plural modifier.Sebastian Redl
2008-11-22start documenting Diagnostics. Sebastian, I'd appreciate it Chris Lattner
2008-11-18Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor
2008-11-17Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-11-16Describe how constant folding and i-c-e diagnosing should work. Chris Lattner
2008-08-12Unbreak clang install.Mike Stump
2008-07-26clean up the footer a bit more.Chris Lattner
2008-07-26remove SSIs.Chris Lattner
2008-07-26Add the right path to the lines image.Chris Lattner
2008-07-26Add doxygen supportDaniel Dunbar
2008-06-11Use same CSS as the rest of the clang website.Ted Kremenek
2008-03-09update documentationChris Lattner
2007-10-18Minor grammar fix.Ted Kremenek
2007-10-10Commented out header with no section body. Will write this eventually.Ted Kremenek
2007-10-10Added some documentation on clang CFGs. It is very rough.Ted Kremenek
2007-10-06Fix spacing issues.Bill Wendling
2007-09-16Fix html problem, patch by Justin HandvilleChris Lattner
2007-07-31Owen pointed out that this made no sense :)Chris Lattner
2007-07-31update nameChris Lattner
2007-07-31Oops, I committed the wrong file before. This expands the description ofChris Lattner
2007-07-31Add a start at a clang internals manual, documenting someChris Lattner
2007-07-24add documentation skeletonChris Lattner