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