[PATCH] D127494: [clang][please ignore] Comment-only change to test CI baseline status.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 10 06:13:02 PDT 2022


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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127494.435891.patch
Type: text/x-patch
Size: 393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220610/7fa1fa0d/attachment.bin>


More information about the cfe-commits mailing list