[all-commits] [llvm/llvm-project] d03ee7: [Tooling] Avoid StandardLibrary.h including Decl. NFC
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Oct 25 10:13:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d03ee70de156d638ebb820cd6f578c19b14c6d2b
https://github.com/llvm/llvm-project/commit/d03ee70de156d638ebb820cd6f578c19b14c6d2b
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M clang/include/clang/Tooling/Inclusions/StandardLibrary.h
M clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp
Log Message:
-----------
[Tooling] Avoid StandardLibrary.h including Decl. NFC
So you can use the enum in a header without pulling in half the AST.
More information about the All-commits
mailing list