OSDN Git Service

android: IR: Rename the tablegen'd Attributes file to .gen
[android-x86/external-llvm-project.git] / clang-tools-extra / docs /
2021-03-09 Nathan James[clang-tidy] Deprecate readability-deleted-default...
2021-02-23 Tom Stellardclang-tidy: Disable cppcoreguidlines-prefer-member...
2021-02-22 Sam McCall[clangd] Release notes for 12.x
2020-12-22 Sam McCall[clangd] Release notes for b8c37153d5393aad96
2020-12-18 Frank Derry Wanyenew altera single work item barrier check
2020-12-15 Nathan James[clang-tidy] Support all YAML supported spellings for...
2020-12-08 Roman Lebedev[clang-tidy] Introduce misc No Integer To Pointer Cast...
2020-12-08 Chris Kennelly[clang-tidy] Omit std::make_unique/make_shared for...
2020-12-07 Nathan James[clang-tidy][docs] Update check options with boolean...
2020-11-30 Vasily Kulikov[clang-tidy] implement concurrency-mt-unsafe
2020-11-30 Vasily Kulikov[clang-tidy] add concurrency module
2020-11-25 Aaron BallmanFix a typo in the documentation to unbreak the sphinx...
2020-11-25 smhc[clang-tidy] Support IgnoredRegexp configuration to...
2020-11-23 Stephen KellyRemove the IgnoreImplicitCastsAndParentheses traversal...
2020-11-20 Chris Kennelly[clang-tidy] Include std::basic_string_view in readabil...
2020-11-19 Chris Kennelly[clang-tidy] Extend bugprone-string-constructor-check...
2020-11-09 Frank Derry WanyeAdd a new altera kernel name restriction check to clang...
2020-11-04 Balázs Kéri[clang-tidy] Add signal-handler-check for SEI CERT...
2020-11-02 Nico WeberRevert "Add a new altera kernel name restriction check...
2020-11-02 Aaron BallmanFix link to a new check within the release notes.
2020-11-02 Frank Derry WanyeAdd a new altera kernel name restriction check to clang...
2020-10-31 Pedro GonnetFix gendered documentation
2020-10-19 Nathan James[clang-tidy] Add scoped enum constants to identifier...
2020-10-19 Nathan James[clang-tidy] Better support for Override function in...
2020-10-16 Nathan James[clang-tidy] modernize-loop-convert reverse iteration...
2020-10-13 Sylvestre Ledru[clang-tidy] Add an example for misc-unused-alias-decls
2020-10-06 Adam Balogh[clang-tidy] Remove obsolete checker google-runtime...
2020-10-02 Roman Lebedev[clang-tidy] Implement readability-function-cognitive...
2020-10-01 Florian MayerAllow to specify macro names for android-comparison...
2020-09-28 Alexander Kornienko[clang-tidy] IncludeInserter: allow <> in header name
2020-09-21 Adam Balogh[clang-tidy] New check cppcoreguidelines-prefer-member...
2020-09-16 Kirill BobyrevFix table formatting after D87686
2020-09-16 Kirill Bobyrev[clang-tidy] Improve documentation on Clangd integration
2020-09-10 Aaron BallmanSpeculatively fix the Sphinx builder.
2020-09-10 Nico WeberAdd an explicit toggle for the static analyzer in clang...
2020-09-10 Roman LebedevRevert "[clang-tidy] New check readability-prefer-membe...
2020-09-10 serge-sans-paille[clang-tidy] Fix reST syntax
2020-09-08 Frank Derry WanyeAdd a new altera check for structure packing and alignment.
2020-09-05 Aaron PuchertAttempt to fix Sphinx build failure, NFC
2020-08-31 Adam Balogh[Clang-Tidy] New check `bugprone-redundant-branch-condi...
2020-08-31 Adam Balogh[clang-tidy] New check readability-prefer-member-initia...
2020-08-15 Bernhard Manfred... Add support for C++20 concepts and decltype to moderniz...
2020-08-12 Bogdan Serea[clang-tidy] prevent generated checks from triggering...
2020-08-01 Nathan James[clang-tidy] readability-identifier-naming checks confi...
2020-07-15 Hans WennborgBump the trunk major version to 12
2020-07-13 Atmn Patel[OpenMP] Add firstprivate as a default data-sharing...
2020-07-07 Aaron BallmanSpeculatively fix the sphinx build.
2020-07-07 Ellis HoagWarn pointer captured in async block
2020-07-06 Nathan James[clang-tidy] Added alias llvm-else-after-return.
2020-06-30 Nathan James[clang-tidy] Added option to readability-else-after...
2020-06-30 Nathan James[clang-tidy] performance-faster-string-find string...
2020-06-30 Nathan James[clang-tidy][docs] Fix malformed link in ReleaseNotes
2020-06-27 lh123Revert "[Docs] Fix typo and test git commit access...
2020-06-27 lh123[Docs] Fix typo and test git commit access. NFC.
2020-06-22 Nathan James[clang-tidy] Improved accuracy of check list updater...
2020-06-20 Eric Christopher[clang-tidy] As part of using inclusive language within
2020-06-03 Konrad Kleine[clang-tidy]: Added modernize-replace-disallow-copy...
2020-06-03 Dmitri GribenkoReplaced C++2a with C++20 in clang-tools-extra
2020-06-03 Matthias Gehre[clang-tidy] add new check readability-use-anyofallof
2020-06-03 Nathan James[clang-tidy] Added MacroDefiniton docs for readability...
2020-05-28 Tom Lokovic[clang-tidy] Add abseil-string-find-str-contains checker.
2020-05-10 Sylvestre LedruRevert two patches, not ready to be shared
2020-05-10 Sylvestre Ledruclang-tidy doc: Fix the syntax to use rst list type
2020-05-10 Sylvestre Ledruclang-tidy doc: add a note for checkers with an autofix
2020-05-09 Nathan James[clang-tidy] RenamerClangTidy now renames dependent...
2020-05-06 Tamás Zolnai[clang-tidy]: Add cert-str34-c alias for bugprone-signe...
2020-05-02 Tamás Zolnai[clang-tidy] extend bugprone-signed-char-misuse check...
2020-04-29 Paula Toth[clang-tidy] Add check callee-namespace.
2020-04-23 Andi-Bogdan Postelnicu[clang-tidy] Add option to use alpha checkers from...
2020-04-15 Dmitry Polukhin[clang-tidy] Optional inheritance of file configs from...
2020-04-10 Michael Wyman[clang-tidy] Add check to find calls to NSInvocation...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-09 Marek Kurdej[clang-tidy] [doc] Fix hicpp-noexcept-move alias links.
2020-04-06 Paula Toth[clang-tidy] Add check llvmlibc-implementation-in-names...
2020-04-05 Kazuaki Ishizaki[clang-tools-extra] NFC: Fix trivial typo in documents...
2020-04-01 Sylvestre Ledruclagn-tidy/doc: Add a link to readability-static-access...
2020-03-23 Whisperity[clang-tidy][NFC] Add missing check group docs and...
2020-03-22 Sylvestre Ledrudoc: use the right url to bugzilla
2020-03-21 abelkocsis[clang-tidy] my work: fix sphinx docs
2020-03-21 abelkocsis[clang-tidy] Add spuriously-wake-up-functions check
2020-03-20 Paula Toth[clang-tidy] Merge common code between llvmlibc-restric...
2020-03-16 Paweł BarańAdd AllowMissingMoveFunctionsWhenCopyIsDeleted flag...
2020-03-14 Tamás Zolnai[clang-tidy] extend bugprone-signed-char-misuse check.
2020-03-13 Hyrum Wright[clang-tidy] Update Abseil Duration Conversion check...
2020-03-13 Kim ViggedalAdd CppCoreGuidelines I.2 "Avoid non-const global varia...
2020-03-12 Paula Toth[clang-tidy] Add module for llvm-libc and restrict...
2020-03-12 Jonathan Roelofs[clang-tidy] New check: bugprone-suspicious-include
2020-03-12 Sam McCall[clangd] Add README pointing to docs, bugtracker etc...
2020-03-12 Sam McCall[clangd] Redirect documentation to clangd.llvm.org.
2020-03-10 Paula Toth[clang-tidy] Fix warning from my previous patch in...
2020-03-10 Paula Toth[clang-tidy] Move fuchsia-restrict-system-includes...
2020-03-10 Nico WeberRevert "[clang-tidy] New check: bugprone-suspicious...
2020-03-09 Jonathan Roelofs[clang-tidy][docs] Post-commit feedback on D74669
2020-03-09 Jonathan RoelofsAdd missing list.rst entry
2020-03-09 Jonathan Roelofsrelease notes: fix new check name
2020-03-09 Jonathan Roelofs[clang-tidy] New check: bugprone-suspicious-include
2020-03-09 Jonathan Roelofs[clang-tidy] Use ; as separator for HeaderFileExtensions
2020-03-06 Jonas Devlieghere[clang-tools-extra/clang-tidy] Mark modernize-make...
2020-02-20 Eugene Zelenko[clang-tidy] rename_check.py: maintain alphabetical...
2020-02-19 Nathan James[NFC] Fix issues with clang-tidy checks list.rst
next