[PATCH] D106516: to run test only
Chih-Hung Hsieh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 21 20:13:35 PDT 2021
chh updated this revision to Diff 360688.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106516/new/
https://reviews.llvm.org/D106516
Files:
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang/include/clang/ASTMatchers/ASTMatchFinder.h
clang/include/clang/Frontend/MultiplexConsumer.h
Index: clang/include/clang/Frontend/MultiplexConsumer.h
===================================================================
--- clang/include/clang/Frontend/MultiplexConsumer.h
+++ clang/include/clang/Frontend/MultiplexConsumer.h
@@ -10,6 +10,8 @@
// multiplex ASTConsumer and SemaConsumer messages to many consumers.
//
//===----------------------------------------------------------------------===//
+//
+// To run all tests.
#ifndef LLVM_CLANG_FRONTEND_MULTIPLEXCONSUMER_H
#define LLVM_CLANG_FRONTEND_MULTIPLEXCONSUMER_H
Index: clang/include/clang/ASTMatchers/ASTMatchFinder.h
===================================================================
--- clang/include/clang/ASTMatchers/ASTMatchFinder.h
+++ clang/include/clang/ASTMatchers/ASTMatchFinder.h
@@ -37,6 +37,8 @@
//
//===----------------------------------------------------------------------===//
+// To run all tests.
+//
#ifndef LLVM_CLANG_ASTMATCHERS_ASTMATCHFINDER_H
#define LLVM_CLANG_ASTMATCHERS_ASTMATCHFINDER_H
Index: clang-tools-extra/clang-tidy/ClangTidy.cpp
===================================================================
--- clang-tools-extra/clang-tidy/ClangTidy.cpp
+++ clang-tools-extra/clang-tidy/ClangTidy.cpp
@@ -14,6 +14,8 @@
///
//===----------------------------------------------------------------------===//
+// Check with latest clang/llvm tests.
+
#include "ClangTidy.h"
#include "ClangTidyCheck.h"
#include "ClangTidyDiagnosticConsumer.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106516.360688.patch
Type: text/x-patch
Size: 1450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210722/ffe113cc/attachment.bin>
More information about the cfe-commits
mailing list