[clang] 6e7f421 - [clang][Interp][NFC] Fix a file header comment
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 28 03:49:55 PDT 2022
Author: Timm Bäder
Date: 2022-10-28T12:49:38+02:00
New Revision: 6e7f421e5574b5669153a73ac0f1879098d2dd0e
URL: https://github.com/llvm/llvm-project/commit/6e7f421e5574b5669153a73ac0f1879098d2dd0e
DIFF: https://github.com/llvm/llvm-project/commit/6e7f421e5574b5669153a73ac0f1879098d2dd0e.diff
LOG: [clang][Interp][NFC] Fix a file header comment
Added:
Modified:
clang/lib/AST/Interp/Interp.cpp
Removed:
################################################################################
diff --git a/clang/lib/AST/Interp/Interp.cpp b/clang/lib/AST/Interp/Interp.cpp
index e9bda12a9d0b..a5984a21efb1 100644
--- a/clang/lib/AST/Interp/Interp.cpp
+++ b/clang/lib/AST/Interp/Interp.cpp
@@ -1,4 +1,4 @@
-//===--- InterpState.cpp - Interpreter for the constexpr VM -----*- C++ -*-===//
+//===------- Interpcpp - Interpreter for the constexpr VM ------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the cfe-commits
mailing list