aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-03-22Update docs after moving clang-format from clang-tools-extra to cfe.Daniel Jasper
2013-03-22Documentation: fix a typo and formattingDmitri Gribenko
2013-03-22Add future directions for modulesDouglas Gregor
2013-03-22More modules documentation, including the straw-man import declaration syntax...Douglas Gregor
2013-03-22More documentation on the module map language.Douglas Gregor
2013-03-20[docs] Point inquisitive users to existing module.map files.Sean Silva
2013-03-20[docs] Prominently note that modules are expemental.Sean Silva
2013-03-20Fix typo and grammaro in modules documentationDouglas Gregor
2013-03-20Work-in-progress documentation on the experimental modules feature.Douglas Gregor
2013-03-14Documentation: improve formattingDmitri Gribenko
2013-03-14[ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov
2013-03-13Documentation: formatting fixesDmitri Gribenko
2013-03-13Tighten up the rules for precise lifetime and documentJohn McCall
2013-03-12[docs] Add rtags to the external examples.Sean Silva
2013-03-12[docs] Add SourceWeb as external example.Sean Silva
2013-03-11[docs] Add ellipsis.Sean Silva
2013-03-07Adding lvalue and rvalue reference type matchersEdwin Vane
2013-03-06New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane
2013-03-05Make LibASTMatchersTutorial code match textEdwin Vane
2013-03-05Documentation: use code highlightingDmitri Gribenko
2013-03-04hasQualifer() matcher should return false if there's no qualifierEdwin Vane
2013-03-04Make the tutorial easier to compile by adding in some of the details.Manuel Klimek
2013-03-03Add an idea for a cpp11-migrate tool: TR1 migrationDmitri Gribenko
2013-03-03[docs] SpellingSean Silva
2013-03-03[docs] Use vim code-block instead of console.Sean Silva
2013-03-01Attempt to not place ownership qualifiers on the result typeJohn McCall
2013-02-28ClangFormat.rst: Fix two small typosHans Wennborg
2013-02-27[analyzer] Turn on C++ constructor inlining by default.Jordan Rose
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2013-02-25Various additions to ASTMatcher library:Edwin Vane
2013-02-25Adding hasDeclaration overload for TemplateSpecializationTypeEdwin Vane
2013-02-25Update generated documentation after recent matcher addition.Daniel Jasper
2013-02-25Documentation: add an idea for a (weird) clang toolDmitri Gribenko
2013-02-24Documentation: add an idea for an automatic refactoringDmitri Gribenko
2013-02-23Reference the canonical commit (r175462) in the value casting release note.David Blaikie
2013-02-23Document the value casting API changes.David Blaikie
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-22Added a footnote to the documentation for objc_storeStrong that makes it clearMichael Gottesman
2013-02-19[docs] Rename to permit wider variety of content.Sean Silva
2013-02-19[docs] Revise content on ExternalProjectsUsingClang page.Sean Silva
2013-02-19Support in hasDeclaration for types with getDecl()Edwin Vane
2013-02-19[docs] Introduce ExternalProjectsUsingClang.rstSean Silva
2013-02-14Actually fix rendering of the example code block!Richard Smith
2013-02-14Some grammar fixes to 'Format String Checking', and reorder the text slightly...Richard Smith
2013-02-14Document Clang's support for [[gnu::...]] attributes.Richard Smith
2013-02-14[docs] The stat cache has been removed from the PCH, update the docs to remov...Argyrios Kyrtzidis
2013-02-09Release notes: mention support for Unicode and UCNs in identifiers.Jordan Rose
2013-02-07Documentation: fix typo: stdard -> stdargDmitri Gribenko