[clang] cda5ca8 - Add back AutoConvert.h header that is used for autoconversion on MVS
Abhina Sreeskantharajan via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 2 05:28:58 PDT 2025
Author: Abhina Sreeskantharajan
Date: 2025-06-02T08:28:50-04:00
New Revision: cda5ca87928dd06444235ad3a0e20b14ef9cdc84
URL: https://github.com/llvm/llvm-project/commit/cda5ca87928dd06444235ad3a0e20b14ef9cdc84
DIFF: https://github.com/llvm/llvm-project/commit/cda5ca87928dd06444235ad3a0e20b14ef9cdc84.diff
LOG: Add back AutoConvert.h header that is used for autoconversion on MVS
Added:
Modified:
clang/lib/Basic/SourceManager.cpp
Removed:
################################################################################
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp
index 0c7f237ad9f07..09e5c6547fb51 100644
--- a/clang/lib/Basic/SourceManager.cpp
+++ b/clang/lib/Basic/SourceManager.cpp
@@ -24,6 +24,7 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/Allocator.h"
+#include "llvm/Support/AutoConvert.h"
#include "llvm/Support/Capacity.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Endian.h"
More information about the cfe-commits
mailing list