[all-commits] [llvm/llvm-project] 919dcc: [SourceMgr] Tidy up the SourceMgr header file to i...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Sat Apr 25 21:19:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 919dcc7f6858cf0d9a7442673acafdf495e46c7a
https://github.com/llvm/llvm-project/commit/919dcc7f6858cf0d9a7442673acafdf495e46c7a
Author: Chris Lattner <clattner at nondot.org>
Date: 2020-04-25 (Sat, 25 Apr 2020)
Changed paths:
M clang/include/clang/Basic/FileManager.h
M llvm/include/llvm/Support/SourceMgr.h
M llvm/lib/Support/SourceMgr.cpp
Log Message:
-----------
[SourceMgr] Tidy up the SourceMgr header file to include less stuff.
Summary:
Specifically make some simple refactorings to get PointerUnion.h and
Twine.h out of the public includes. While here, trim out a lot of
transitive includes as well.
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78870
More information about the All-commits
mailing list