aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Remove bit not added to 3.3.Bill Wendling1-9/+0
2013-06-04Update release notes for the 3.3 release.Bill Wendling1-69/+39
2013-05-21Merging r181342:Bill Wendling1-0/+92
2013-05-02Basic clang-format integration for BBEdit.Daniel Jasper1-0/+15
2013-04-27Documentation: Change UTF-8 ellipsis character to ASCII ... sequenceDmitri Gribenko1-1/+1
2013-04-27Documentation: add an idea for a cpp14-migrate transform for N3421Dmitri Gribenko1-0/+14
2013-04-26Documentation: improve description of make_shared transformation, as suggeste...Dmitri Gribenko1-2/+8
2013-04-26Further wordsmith release notes for the static analyzer.Ted Kremenek1-6/+17
2013-04-25Add Static Analyzer section to the Release Notes for clang 3.3Anna Zaks1-0/+10
2013-04-25Add an idea for cpp11-migrate and cpp14-migrateDmitri Gribenko1-0/+15
2013-04-24Release note the change to clang_CXCursorSet_contains().Ted Kremenek1-0/+10
2013-04-19C++11 support is now feature-complete.Richard Smith1-2/+13
2013-04-18Multiple improvements to the AST matcher tutorial.Manuel Klimek1-29/+44
2013-04-17Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson1-3/+5
2013-04-17Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs1-0/+25
2013-04-17This corrects problems in the LibASTMatchers tutorial.Manuel Klimek1-3/+6
2013-04-17Small improvements to clang-format documentation and integrationDaniel Jasper1-2/+17
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar1-2/+2
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko1-0/+13
2013-04-09Updating cpp11-migrate transform list in ClangTools docsEdwin Vane1-1/+5
2013-04-09Adding new AST Matchers isVirtual and isOverrideEdwin Vane1-0/+28
2013-04-09Mention the changes in the handling of language linkage in the release notes.Rafael Espindola1-0/+6
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2-8/+14
2013-04-04[analyzer] Enable destructor inlining by default (c++-inlining=destructors).Jordan Rose1-6/+35
2013-04-03Add 178663 back.Rafael Espindola1-3/+8
2013-04-03Revert 178663.Rafael Espindola1-8/+3
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola1-3/+8
2013-04-02Adding a hasLocalQualifiers() AST Matcher.Edwin Vane1-0/+15
2013-04-01Adding parenType() and innerType() AST MatchersEdwin Vane1-0/+38
2013-03-28Updating LibASTMatchersReferenceEdwin Vane1-40/+40
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor1-0/+3
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor1-0/+6
2013-03-22Update docs after moving clang-format from clang-tools-extra to cfe.Daniel Jasper1-10/+9
2013-03-22Documentation: fix a typo and formattingDmitri Gribenko1-2/+2
2013-03-22Add future directions for modulesDouglas Gregor1-0/+16
2013-03-22More modules documentation, including the straw-man import declaration syntax...Douglas Gregor1-28/+90
2013-03-22More documentation on the module map language.Douglas Gregor2-5/+465
2013-03-20[docs] Point inquisitive users to existing module.map files.Sean Silva1-0/+4
2013-03-20[docs] Prominently note that modules are expemental.Sean Silva1-0/+4
2013-03-20Fix typo and grammaro in modules documentationDouglas Gregor1-2/+2
2013-03-20Work-in-progress documentation on the experimental modules feature.Douglas Gregor1-0/+159
2013-03-14Documentation: improve formattingDmitri Gribenko1-3/+3
2013-03-14[ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov2-2/+11
2013-03-13Documentation: formatting fixesDmitri Gribenko1-2/+3
2013-03-13Tighten up the rules for precise lifetime and documentJohn McCall1-21/+173
2013-03-12[docs] Add rtags to the external examples.Sean Silva1-0/+5
2013-03-12[docs] Add SourceWeb as external example.Sean Silva1-0/+3
2013-03-11[docs] Add ellipsis.Sean Silva1-1/+1
2013-03-07Adding lvalue and rvalue reference type matchersEdwin Vane1-8/+84
2013-03-06New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane1-7/+58