[all-commits] [llvm/llvm-project] 019779: Remove needless Attr.h include from DeclCXX.h, NFC
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Nov 22 16:16:27 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 019779dadfd7c98aedf0072d604ace295be6fa62
https://github.com/llvm/llvm-project/commit/019779dadfd7c98aedf0072d604ace295be6fa62
Author: Reid Kleckner <rnk at google.com>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M clang/include/clang/AST/DeclCXX.h
Log Message:
-----------
Remove needless Attr.h include from DeclCXX.h, NFC
This actually has no impact on the build, because TypeLoc.h includes
Attr.h. However, DeclCXX.h has no need of it, so go ahead and remove it.
The final step in this patch series is to split Attr.h and Attrs.h.
More information about the All-commits
mailing list