[clang] 4475dd6 - Fix file info comment; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 05:36:35 PDT 2023


Author: Aaron Ballman
Date: 2023-04-24T08:36:27-04:00
New Revision: 4475dd62d0fcf59713791f608f8ade29bbca94ee

URL: https://github.com/llvm/llvm-project/commit/4475dd62d0fcf59713791f608f8ade29bbca94ee
DIFF: https://github.com/llvm/llvm-project/commit/4475dd62d0fcf59713791f608f8ade29bbca94ee.diff

LOG: Fix file info comment; NFC

There is no TargetInfoImpl class any longer.

Added: 
    

Modified: 
    clang/lib/Basic/TargetInfo.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Basic/TargetInfo.cpp b/clang/lib/Basic/TargetInfo.cpp
index 1ae85928b234..eb56d669933f 100644
--- a/clang/lib/Basic/TargetInfo.cpp
+++ b/clang/lib/Basic/TargetInfo.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file implements the TargetInfo and TargetInfoImpl interfaces.
+//  This file implements the TargetInfo interface.
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the cfe-commits mailing list