aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-06-04Remove bit not added to 3.3.Bill Wendling
2013-06-04Update release notes for the 3.3 release.Bill Wendling
2013-05-21Merging r181342:Bill Wendling
2013-05-02Basic clang-format integration for BBEdit.Daniel Jasper
2013-04-27Documentation: Change UTF-8 ellipsis character to ASCII ... sequenceDmitri Gribenko
2013-04-27Documentation: add an idea for a cpp14-migrate transform for N3421Dmitri Gribenko
2013-04-26Documentation: improve description of make_shared transformation, as suggeste...Dmitri Gribenko
2013-04-26Further wordsmith release notes for the static analyzer.Ted Kremenek
2013-04-25Add Static Analyzer section to the Release Notes for clang 3.3Anna Zaks
2013-04-25Add an idea for cpp11-migrate and cpp14-migrateDmitri Gribenko
2013-04-24Release note the change to clang_CXCursorSet_contains().Ted Kremenek
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