mailing list of musl libc
 help / color / mirror / code / Atom feed
8becedee82f3bfbc5ccb7b078f8cb5a2b42b8d73 blob 1038 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
//===--- SwappedArgumentsCheck.h - clang-tidy -------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_FINDICALLCHECK_H
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_FINDICALLCHECK_H

#include "../ClangTidyCheck.h"

namespace clang {
namespace tidy {
namespace bugprone {

class FindICallCheck : public ClangTidyCheck {
public:
  FindICallCheck(StringRef Name, ClangTidyContext *Context)
      : ClangTidyCheck(Name, Context) {}
  void registerMatchers(ast_matchers::MatchFinder *Finder) override;
  void check(const ast_matchers::MatchFinder::MatchResult &Result) override;
};

} // namespace bugprone
} // namespace tidy
} // namespace clang

#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_FINDICALLCHECK_H
debug log:

solving 8becedee82f ...
found 8becedee82f in https://inbox.vuxu.org/musl/20201228005632.rezxjuehsgmr5ira@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20201228005632.rezxjuehsgmr5ira@gmail.com/
diff --git a/clang-tools-extra/clang-tidy/bugprone/FindICallCheck.h b/clang-tools-extra/clang-tidy/bugprone/FindICallCheck.h
new file mode 100644
index 00000000000..8becedee82f

Checking patch clang-tools-extra/clang-tidy/bugprone/FindICallCheck.h...
Applied patch clang-tools-extra/clang-tidy/bugprone/FindICallCheck.h cleanly.

index at:
100644 8becedee82f3bfbc5ccb7b078f8cb5a2b42b8d73	clang-tools-extra/clang-tidy/bugprone/FindICallCheck.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).