aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-04-19C++11 support is now feature-complete.Richard Smith
2013-04-18Multiple improvements to the AST matcher tutorial.Manuel Klimek
2013-04-17Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson
2013-04-17Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs
2013-04-17This corrects problems in the LibASTMatchers tutorial.Manuel Klimek
2013-04-17Small improvements to clang-format documentation and integrationDaniel Jasper
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-09Updating cpp11-migrate transform list in ClangTools docsEdwin Vane
2013-04-09Adding new AST Matchers isVirtual and isOverrideEdwin Vane
2013-04-09Mention the changes in the handling of language linkage in the release notes.Rafael Espindola
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-04[analyzer] Enable destructor inlining by default (c++-inlining=destructors).Jordan Rose
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-04-02Adding a hasLocalQualifiers() AST Matcher.Edwin Vane
2013-04-01Adding parenType() and innerType() AST MatchersEdwin Vane
2013-03-28Updating LibASTMatchersReferenceEdwin Vane
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
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