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. // //===----------------------------------------------------------------------===// _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits