[clang] 680993e - [clang][Interp][NFC] Fix header comment file name

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 21 23:34:32 PST 2023


Author: Timm Bäder
Date: 2023-01-22T08:33:39+01:00
New Revision: 680993e90ba3201e46f3272ddb9a617a567194d3

URL: https://github.com/llvm/llvm-project/commit/680993e90ba3201e46f3272ddb9a617a567194d3
DIFF: https://github.com/llvm/llvm-project/commit/680993e90ba3201e46f3272ddb9a617a567194d3.diff

LOG: [clang][Interp][NFC] Fix header comment file name

Added: 
    

Modified: 
    clang/lib/AST/Interp/PrimType.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/PrimType.cpp b/clang/lib/AST/Interp/PrimType.cpp
index bd0f73df2ead2..0c6d11844ffca 100644
--- a/clang/lib/AST/Interp/PrimType.cpp
+++ b/clang/lib/AST/Interp/PrimType.cpp
@@ -1,4 +1,4 @@
-//===--- Type.cpp - Types for the constexpr VM ------------------*- C++ -*-===//
+//===--- PrimType.cpp - Types 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