From 3a25b21c4eece8a30375eca53cac350ba4f0ec47 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 4 Oct 2022 21:09:45 -0700 Subject: [PATCH] llvm-reduce: Fix missing C++ mode comments --- llvm/tools/llvm-reduce/DeltaManager.h | 2 +- llvm/tools/llvm-reduce/ReducerWorkItem.h | 2 +- llvm/tools/llvm-reduce/deltas/Delta.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceAliases.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceArguments.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceAttributes.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceFunctions.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceInstructions.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceMetadata.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceModuleData.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceOperands.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h | 2 +- llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h | 2 +- llvm/tools/llvm-reduce/deltas/RunIRPasses.h | 2 +- llvm/tools/llvm-reduce/deltas/Utils.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/llvm/tools/llvm-reduce/DeltaManager.h b/llvm/tools/llvm-reduce/DeltaManager.h index b72e560..c1445a7 100644 --- a/llvm/tools/llvm-reduce/DeltaManager.h +++ b/llvm/tools/llvm-reduce/DeltaManager.h @@ -1,4 +1,4 @@ -//===- DeltaManager.h - Runs Delta Passes to reduce Input -----------------===// +//===- DeltaManager.h - Runs Delta Passes to reduce Input -------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/ReducerWorkItem.h b/llvm/tools/llvm-reduce/ReducerWorkItem.h index 7dd5786..ce73d4f 100644 --- a/llvm/tools/llvm-reduce/ReducerWorkItem.h +++ b/llvm/tools/llvm-reduce/ReducerWorkItem.h @@ -1,4 +1,4 @@ -//===- ReducerWorkItem.h - Wrapper for Module and MachineFunction ---------===// +//===- ReducerWorkItem.h - Wrapper for Module -------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/Delta.h b/llvm/tools/llvm-reduce/deltas/Delta.h index 76aaf25..f8c8ede 100644 --- a/llvm/tools/llvm-reduce/deltas/Delta.h +++ b/llvm/tools/llvm-reduce/deltas/Delta.h @@ -1,4 +1,4 @@ -//===- Delta.h - Delta Debugging Algorithm Implementation -----------------===// +//===- Delta.h - Delta Debugging Algorithm Implementation -------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceAliases.h b/llvm/tools/llvm-reduce/deltas/ReduceAliases.h index 0660efe..82b4d3e 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceAliases.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceAliases.h @@ -1,4 +1,4 @@ -//===- ReduceAliases.h - Specialized Delta Pass ---------------------------===// +//===- ReduceAliases.h - Specialized Delta Pass -----------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceArguments.h b/llvm/tools/llvm-reduce/deltas/ReduceArguments.h index 228409d..5adcfe8 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceArguments.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceArguments.h @@ -1,4 +1,4 @@ -//===- ReduceArguments.h - Specialized Delta Pass -------------------------===// +//===- ReduceArguments.h - Specialized Delta Pass ---------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceAttributes.h b/llvm/tools/llvm-reduce/deltas/ReduceAttributes.h index 375e764..a2e9955 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceAttributes.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceAttributes.h @@ -1,4 +1,4 @@ -//===- ReduceAttributes.h - Specialized Delta Pass ------------------------===// +//===- ReduceAttributes.h - Specialized Delta Pass --------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h b/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h index 4938552..02fe127 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h @@ -1,4 +1,4 @@ -//===- ReduceArguments.h - Specialized Delta Pass -------------------------===// +//===- ReduceArguments.h - Specialized Delta Pass ---------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h b/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h index bfe701b..1713dfc 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h @@ -1,4 +1,4 @@ -//===- ReduceFunctionBodies.h - Specialized Delta Pass --------------------===// +//===- ReduceFunctionBodies.h - Specialized Delta Pass ----------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h b/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h index f5bc83b..d3ff0d9 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h @@ -1,4 +1,4 @@ -//===- ReduceFunctions.h - Specialized Delta Pass -------------------------===// +//===- ReduceFunctions.h - Specialized Delta Pass ---------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h b/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h index 7224b9b..35c38a9 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h @@ -1,4 +1,4 @@ -//===- ReduceGlobalObjects.h ----------------------------------------------===// +//===- ReduceGlobalObjects.h ------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h b/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h index ea32a6c..19c0707 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h @@ -1,4 +1,4 @@ -//===- ReduceGlobalValues.h - Specialized Delta Pass ----------------------===// +//===- ReduceGlobalValues.h - Specialized Delta Pass ------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h b/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h index 0f5f22a..318b29b 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h @@ -1,4 +1,4 @@ -//===- reduceGlobalsInitializersDeltaPass.h - Specialized Delta Pass ------===// +//===- ReduceGlobalVarInitializers.h ----------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h b/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h index fe7813c..1198dce 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h @@ -1,4 +1,4 @@ -//===- ReduceGlobalVars.h - Specialized Delta Pass ------------------------===// +//===- ReduceGlobalVars.h - Specialized Delta Pass --------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h b/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h index a211994..a5a34d2 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h @@ -1,4 +1,4 @@ -//===- ReduceInstructionFlagsMIR.h - Specialized Delta Pass --------------===// +//===- ReduceInstructionFlagsMIR.h -----------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.h b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.h index be568f1..8c13a02 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.h @@ -1,4 +1,4 @@ -//===- ReduceArguments.h - Specialized Delta Pass -------------------------===// +//===- ReduceInstructions.h -------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h b/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h index a59f1aa..70e0ac5 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h @@ -1,4 +1,4 @@ -//===- ReduceInstructionsMIR.h - Specialized Delta Pass ------------------===// +//===- ReduceInstructionsMIR.h - Specialized Delta Pass --------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceMetadata.h b/llvm/tools/llvm-reduce/deltas/ReduceMetadata.h index 6efc3f5..2bc28a9 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceMetadata.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceMetadata.h @@ -1,4 +1,4 @@ -//===- ReduceMetadata.h - Specialized Delta Pass --------------------------===// +//===- ReduceMetadata.h - Specialized Delta Pass ----------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceModuleData.h b/llvm/tools/llvm-reduce/deltas/ReduceModuleData.h index 972c5346..960fe8c 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceModuleData.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceModuleData.h @@ -1,4 +1,4 @@ -//===- ReduceModuleData.h --------------------------------------------===// +//===- ReduceModuleData.h ---------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h b/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h index d07e021..390b029 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h @@ -1,4 +1,4 @@ -//===- ReduceOperandBundes.h - Specialized Delta Pass ---------------------===// +//===- ReduceOperandBundes.h ------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceOperands.h b/llvm/tools/llvm-reduce/deltas/ReduceOperands.h index 034f49b..b4a1899 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceOperands.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceOperands.h @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h b/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h index 79ee462..7989701 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h b/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h index 2bff393..23043dd 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===------------------------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h b/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h index c0f3f9e..d177905 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h @@ -1,4 +1,4 @@ -//===- ReduceSpecialGlobals.h - Specialized Delta Pass --------------------===// +//===- ReduceSpecialGlobals.h - Specialized Delta Pass ----------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h b/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h index 0105ad2..56cd15a 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h +++ b/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h @@ -1,4 +1,4 @@ -//===- ReduceUsingSimplifyCFG.h - Specialized Delta Pass ------------------===// +//===- ReduceUsingSimplifyCFG.h - Specialized Delta Pass --------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/RunIRPasses.h b/llvm/tools/llvm-reduce/deltas/RunIRPasses.h index 603363b..f1d4140 100644 --- a/llvm/tools/llvm-reduce/deltas/RunIRPasses.h +++ b/llvm/tools/llvm-reduce/deltas/RunIRPasses.h @@ -1,4 +1,4 @@ -//===- RunIRPasses.h ------------------------------------------------------===// +//===- RunIRPasses.h --------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/tools/llvm-reduce/deltas/Utils.h b/llvm/tools/llvm-reduce/deltas/Utils.h index 43c38f8..91041e2 100644 --- a/llvm/tools/llvm-reduce/deltas/Utils.h +++ b/llvm/tools/llvm-reduce/deltas/Utils.h @@ -1,4 +1,4 @@ -//===- Utils.h - llvm-reduce utility functions ----------------------------===// +//===- Utils.h - llvm-reduce utility functions ------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4