mboehme created this revision. Herald added a project: All. mboehme requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
I'm trying to work out whether failures I'm seeing in the CI for https://reviews.llvm.org/D111548 also occur on a comment-only change. Please ignore this change. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D127494 Files: clang/include/clang/Parse/Parser.h Index: clang/include/clang/Parse/Parser.h =================================================================== --- clang/include/clang/Parse/Parser.h +++ clang/include/clang/Parse/Parser.h @@ -10,6 +10,8 @@ // //===----------------------------------------------------------------------===// +// Comment-only change. + #ifndef LLVM_CLANG_PARSE_PARSER_H #define LLVM_CLANG_PARSE_PARSER_H
Index: clang/include/clang/Parse/Parser.h =================================================================== --- clang/include/clang/Parse/Parser.h +++ clang/include/clang/Parse/Parser.h @@ -10,6 +10,8 @@ // //===----------------------------------------------------------------------===// +// Comment-only change. + #ifndef LLVM_CLANG_PARSE_PARSER_H #define LLVM_CLANG_PARSE_PARSER_H
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits