summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-11-22CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne
2017-11-22[Docs] Update list of languages clang-format can formatMalcolm Parsons
2017-11-21Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman
2017-11-20[Docs] Regenerate the command line option reference.Craig Topper
2017-11-17Indent code blocks so they are actually treated as suchStephan Bergmann
2017-11-14Make isDefinition matcher support ObjCMethodDeclDave Lee
2017-11-13[analyzer] Document the issue hash debugging facilityGabor Horvath
2017-11-11Fix AST matcher documentation typoDave Lee
2017-11-11Add ObjC exception statement AST matchersDave Lee
2017-11-09[clang-format] Keep Sphinx happy after r317794Krasimir Georgiev
2017-11-09[clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev
2017-11-09[Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall
2017-11-07[docs] Add section 'Half-Precision Floating Point'Sjoerd Meijer
2017-11-04[Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich
2017-10-26Use -fuse-init-array if no gcc installation is found.Nico Weber
2017-10-26[www] Regenerate diagnostics reference.Richard Smith
2017-10-26Add objcCategoryImplDecl matcherDave Lee
2017-10-26[Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev
2017-10-24[Sema] Document+test the -Wsign-compare change for enums in C code [NFC]Roman Lebedev
2017-10-21Add release notes for the recent -fdouble-square-bracket-attributes and -fno-...Aaron Ballman
2017-10-15[Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-12Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev
2017-10-12[Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-12Split the AlignTrailingComments on several lines. The comments were applied t...Sylvestre Ledru
2017-10-10Fix small nits in clang-refactor doc.Haojian Wu
2017-10-09Fix typos in documentationJan Korous
2017-10-06[MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner
2017-09-29[docs][refactor] Add refactoring engine design documentationAlex Lorenz
2017-09-28Add the new -Wnull-pointer-arithmetic warnings to the release notesSylvestre Ledru
2017-09-26[analyzer] Keep track of design discusions as part of analyzer documentation.Artem Dergachev
2017-09-25Allow specifying sanitizers in blacklistsVlad Tsyrklevich
2017-09-23[docs] Fix typos in Clang's User's Manual.Reka Kovacs
2017-09-22[clang] Fix isExternC matcher docsAlexander Shaposhnikov
2017-09-18[Docs] Document cache pruning support for goldYi Kong
2017-09-16[docs] add Windows examples to ThinLTO.rstBob Haarman
2017-09-15[clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev
2017-09-14Fix reStructuredText warning.Douglas Gregor
2017-09-14Minor cleanups to address feedback from Bruno. NFCDouglas Gregor
2017-09-14[Module map] Introduce a private module re-export directive.Douglas Gregor
2017-09-14[NFC] [Analyzer] Fix RST markup in documentation.George Karpenkov
2017-09-13[docs] Update LeakSanitizer documentation to reflect OS X supportFrancis Ricci
2017-09-13[ubsan] Enable -fsanitize=function on DarwinVedant Kumar
2017-09-12Fix broken links to the Itanium CXX ABIVlad Tsyrklevich
2017-09-11[ubsan-minimal] Document the new runtimeVedant Kumar
2017-09-10Add objcImplementationDecl matcherDave Lee
2017-09-08COFF: Implement ThinLTO cache and cache pruning support.Peter Collingbourne
2017-09-07[Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev
2017-09-07[clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper
2017-09-07Add an usage example of BreakBeforeBracesSylvestre Ledru