OSDN Git Service

android: IR: Rename the tablegen'd Attributes file to .gen
[android-x86/external-llvm-project.git] / clang-tools-extra / clang-tidy /
2021-02-23 Tom Stellardclang-tidy: Disable cppcoreguidlines-prefer-member...
2021-02-15 Nathan James[clang-tidy] Fix crash in readability-identifier-naming...
2021-01-14 Mikhail Maltsev[clang-tidy] Use DenseSet<SourceLocation> in UpgradeDur...
2021-01-05 Yitzhak Mandelbaum[clang-tidy] Update uses of deprecated Transformer...
2021-01-04 Thorsten SchüttRevert "[NFC, Refactor] Modernize StorageClass from...
2021-01-04 Thorsten Schütt[NFC, Refactor] Modernize StorageClass from Specifiers...
2021-01-01 Yang Fan[clang-tidy][NFC] Fix a build warning due to an extra...
2020-12-28 Nathan James[clang-tidy][NFC] Remove unnecessary headers
2020-12-22 Stephen Kelly[clang-tidy] Handle template instantiations in containe...
2020-12-20 Chris Warner[clang-tidy] cppcoreguidelines-pro-type-member-init...
2020-12-18 Frank Derry Wanyenew altera single work item barrier check
2020-12-17 Nathan James[clang-tidy][NFC] Reduce copies of Intrusive..FileSystem
2020-12-17 Fangrui SongUse basic_string::find(char) instead of basic_string...
2020-12-17 Nathan James[clang-tidy] Add a diagnostic callback to parseConfigur...
2020-12-15 Nathan James[clang-tidy] Support all YAML supported spellings for...
2020-12-11 Zinovy Nis[clang-tidy] false-positive for bugprone-redundant...
2020-12-11 Alexander KornienkoRemove references to the ast_type_traits namespace
2020-12-10 Alexander KornienkoRemove references to the ast_type_traits namespace
2020-12-10 Felix Berger[clang-tidy] performance-unnecessary-copy-initializatio...
2020-12-10 Nathan James[clang-tidy] Use a MemoryBufferRef when parsing configu...
2020-12-10 Nathan James[clang-tidy][NFC] Use moves instead of copies when...
2020-12-08 Nathan James[clang-tidy][NFC] Made Globlist::contains const
2020-12-08 Nathan James[clang-tidy] Add support for diagnostics with no location
2020-12-08 Roman Lebedev[clang-tidy] Introduce misc No Integer To Pointer Cast...
2020-12-08 Eric Seidelcppcoreguidelines Narrowing Conversions Check: detect...
2020-12-08 Chris Kennelly[clang-tidy] Omit std::make_unique/make_shared for...
2020-12-08 Chris Kennelly[clang-tidy] Recognize single character needles for...
2020-12-07 Nathan James[clang-tidy][NFC] Streamline CheckOptions error reporting.
2020-12-05 Mark de Wever[NFC][clang-tidy] Fixes comment typos.
2020-12-01 Roman Lebedev[NFC][clang-tidy] Port rename_check.py to Python3
2020-11-30 Yitzhak Mandelbaum[libTooling] Remove deprecated Clang Transformer declar...
2020-11-30 Roman Lebedev[NFC][clang-tidy] Do link FrontendOpenMP into concurren...
2020-11-30 Vasily Kulikov[clang-tidy] implement concurrency-mt-unsafe
2020-11-30 Vasily Kulikov[clang-tidy] add concurrency module
2020-11-29 Nathan Ridge[clang-tidy] [clangd] Avoid multi-line diagnostic range...
2020-11-27 Nathan James[NFC] SmallVector<char...> to SmallString<...>
2020-11-26 Richard SmithRefactor and simplify class scope name lookup.
2020-11-25 smhc[clang-tidy] Support IgnoredRegexp configuration to...
2020-11-23 smhc[clang-tidy] Use compiled regex for AllowedRegexp in...
2020-11-23 Nathan James[clang-tidy] Fix RenamerClangTidy checks trying to...
2020-11-23 Haojian Wu[clang-tidy] Fix a nullptr-access crash in unused-raii...
2020-11-20 Chris Kennelly[clang-tidy] Include std::basic_string_view in readabil...
2020-11-19 Nathan James[clang-tidy] ElseAfterReturn check wont suggest fixes...
2020-11-19 Balázs Kéri[clang-tidy] Improving bugprone-sizeof-expr check.
2020-11-19 Chris Kennelly[clang-tidy] Extend bugprone-string-constructor-check...
2020-11-18 Yitzhak Mandelbaum[clang-tidy] Allow `TransformerClangTidyCheck` clients...
2020-11-17 Kadir Cetinkaya[clang-tidy] Make clang-format and include-order-check...
2020-11-17 Haojian Wu[clang-tidy] Fix an abseil-redundant-strcat-calls crash...
2020-11-16 Felix Berger[clang-tidy] performance-unnecessary-copy-initializatio...
2020-11-14 Zinovy Nis[clang-tidy] Fix crash in bugprone-redundant-branch...
2020-11-12 Nathan James[clang-tidy] Merge options inplace instead of copying
2020-11-10 Nathan James[clang-tidy][NFC] Tweak GlobList to iterate backwards
2020-11-09 Frank Derry WanyeAdd a new altera kernel name restriction check to clang...
2020-11-09 Nathan James[clang-tidy] Remove bad assert after 3b9b90a1
2020-11-08 Nathan James[clang-tidy] Fix build for gcc5.3 after d725f1ce
2020-11-07 Nathan James[clang-tidy] Use vfs::FileSystem when getting config
2020-11-05 Nathan James[clang-tidy] Extend IdentifierNamingCheck per file...
2020-11-04 Balázs Kéri[clang-tidy] Add signal-handler-check for SEI CERT...
2020-11-03 Hiral Oza[clang-tidy] adding "--config-file=<file-path>" to...
2020-11-02 Nico WeberRevert "Add a new altera kernel name restriction check...
2020-11-02 Frank Derry WanyeAdd a new altera kernel name restriction check to clang...
2020-11-02 David SandersUse --use-color in run-clang-tidy.py
2020-10-31 David SandersUse ANSI escape codes for --use-color on Windows
2020-10-28 Nathan James[clang-tidy][NFC] IdentifierNaming: Remove unnecessary...
2020-10-26 Joe TurnerMake sure Objective-C category support in IncludeSorter...
2020-10-26 Benjamin Kramer[clang-tidy] Silence unused variable warning in Release...
2020-10-23 Dmitry Polukhin[clang-tidy] Fix redefinition of module in the same...
2020-10-22 Duncan P. N. Exon... clang/Basic: Remove ContentCache::getRawBuffer, NFC
2020-10-22 Alexander Kornienko[clang-tidy] Add links to check docs in comments
2020-10-21 Felix BergerAlways allow std::function to be copied.
2020-10-20 Mikhail Maltsev[clang] Use SourceLocation as key in hash maps, NFCI
2020-10-20 Mikhail Maltsev[clang][Basic] Make SourceLocation usable as key in...
2020-10-20 Georgii RymarReland "[yaml2obj][ELF] - Simplify the code that perfor...
2020-10-20 Richard SmithFixup clang-tidy after recent Clang change.
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-18 Nathan James[NFC][clang-tidy] Use isInStdNamespace matcher instead...
2020-10-18 Nathan James[clang tidy] Fix SIMDIntrinsicsCheck not storing options
2020-10-16 Nathan James[clang-tidy] modernize-loop-convert reverse iteration...
2020-10-16 Alexander KornienkoSupport ObjC in IncludeInserter
2020-10-15 Duncan P. N. Exon... clang-{tools,unittests}: Stop using SourceManager:...
2020-10-14 Duncan P. N. Exon... clang/Basic: Replace ContentCache::getBuffer with Optio...
2020-10-12 Alexander Kornienko[clang-tidy] Fix IncludeInserter usage example in a...
2020-10-11 Zinovy Nis[clang-tidy] Fix crash in readability-function-cognitiv...
2020-10-09 Alexander KornienkoRemove old create(MainFile)?IncludeInsertion overloads
2020-10-06 Adam Balogh[clang-tidy] Remove obsolete checker google-runtime...
2020-10-03 Aaron BallmanAdd a break statement to appease the build bots; NFC
2020-10-03 Bernhard Manfred... modernize-use-trailing-return-type fix for PR44206
2020-10-03 Roman Lebedev[NFCI][clang-tidy] FunctionCognitiveComplexityCheck...
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 Adam Balogh[ASTMatchers] Fix `hasBody` for the descendants of...
2020-09-16 Adam Balogh[clang-tidy] Crash fix for bugprone-misplaced-pointer...
2020-09-16 Zinovy Nis[clang-tidy] Fix crash in modernize-use-noexcept on...
2020-09-15 Felix BergerRestrict UnnecessaryCopyInitialization check to variabl...
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-08 Heejin Ahn[clang-tidy] Fix linking for FrontendOpenMP
next