aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-02-07Documentation: add information about builtin includes to FAQDmitri Gribenko
2013-02-07Implements equalsNode for Decl and Stmt.Manuel Klimek
2013-02-06Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek
2013-02-05[analyzer] Add a doc describing the internals of RegionStore.Jordan Rose
2013-02-05Revert "Remove sparse text on diagnostic options. These are not really docum...Ted Kremenek
2013-02-05Remove sparse text on diagnostic options. These are not really documented an...Ted Kremenek
2013-02-04Implements the convenience matcher findAll.Manuel Klimek
2013-01-30[analyzer] Remove further references to analyzer-ipa.Anna Zaks
2013-01-30Documentation: fix escaping in JSON exampleDmitri Gribenko
2013-01-30Documentation: add a link to Bear, a tool to help with JSON DBDmitri Gribenko
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-23docs: clear up ambiguitySean Silva
2013-01-23Documentation: add a note that -cc1 options are not guaranteed to be stableDmitri Gribenko
2013-01-22Update docs: nullptr conversion tool landedDmitri Gribenko
2013-01-17Documentation: formattingDmitri Gribenko
2013-01-16Adding verbiage to the Language Extensions document about __has_include and _...Aaron Ballman
2013-01-16Documentation: fix typoDmitri Gribenko
2013-01-16Document the redeclaration and overriding restrictions on theDouglas Gregor