aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-05-06Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke
2019-05-03Attempt to fix the clang-sphinx-docs bot after r358797Nico Weber
2019-05-03Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko
2019-04-29Add __builtin_dcbf support for PPCAhsan Saghir
2019-04-26Add to the release notes the fact that UninitializedObject checker is nowSylvestre Ledru
2019-04-26[clang-format] Fix documentation for FixNamespaceCommentsOwen Pan
2019-04-22[ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton
2019-04-19[analyzer] Move UninitializedObjectChecker out of alphaKristof Umann
2019-04-08[clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan
2019-04-08[clang-format] Optionally insert a space after unary ! operatorReuben Thomas
2019-04-05[docs] Fix rst title in clang langext docs. NFCI Kristina Brooks
2019-04-03Fixing a typo; NFC.Aaron Ballman
2019-04-03Adding 'CLion integration' to clang-format docSylvestre Ledru
2019-03-29[PowerPC] Add the support for __builtin_setrnd() in clangKang Zhang
2019-03-26[clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler
2019-03-26update the release notes after the change of 'clang -dumpversion'Sylvestre Ledru
2019-03-23Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad
2019-03-22[clang-format][NFC] correct the release notesPaul Hoad
2019-03-21[ASTMatcher] Add clang-query disclaimer to two more matchers that take enumRoman Lebedev
2019-03-21[ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev
2019-03-21[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev
2019-03-21[ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev
2019-03-21[clang-format] Add basic support for formatting C# filesPaul Hoad
2019-03-20[clang-format][NFC] fix release notes build issuePaul Hoad
2019-03-20[clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad
2019-03-14[analyzer] Fix an assertation failure for invalid sourcelocation, add a new d...Kristof Umann
2019-03-13[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad
2019-03-13Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad
2019-03-13[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad
2019-03-11[clang] Add install targets for API headersShoaib Meenai
2019-03-08[docs] Fix checkers.rst doc for PointerSorting checkerMandeep Singh Grang
2019-03-08[Analyzer] Checker for non-determinism caused by sorting of pointer-like elem...Mandeep Singh Grang
2019-03-07Delete x86_64 ShadowCallStack supportVlad Tsyrklevich
2019-03-05[docs] Add some architectures into the list of supported ThreadSanitizer plat...Vitaly Buka
2019-03-05[docs] Update the list of ThreadSanitizer supported OSesVitaly Buka
2019-03-05[clang-format][docs][NFC] Fix example for Allman brace breaking styleJan Korous
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai
2019-03-04[PGO] Clang part of change for context-sensitive PGO (part1)Rong Xu
2019-02-26[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-02-26Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner
2019-02-25[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-02-13[HWASAN] Updated HWASAN design document to better portray the chance of missi...Mitch Phillips
2019-02-12docs: Update the ShadowCallStack documentation.Peter Collingbourne
2019-02-11Fixed header underline in docs.Alexander Kornienko
2019-02-11[analyzer] New checker for detecting usages of unsafe I/O functionsKristof Umann
2019-02-08[ASTMatchers][NFC] Update comments on assorted `CXXMemberCallExpr` matchers.Yitzhak Mandelbaum
2019-02-05[DOCS]Support for emission of the debug info for the Cuda devices, NFC.Alexey Bataev
2019-02-05Fix the sphinx buildbot after D54429Kristof Umann
2019-02-05[analyzer] Creating standard Sphinx documentationKristof Umann
2019-02-01Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections.Max Moroz