[all-commits] [llvm/llvm-project] 01bebe: [Basic] Drop header-only dependency from Basic to Lex
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Aug 26 07:04:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01bebedaf09bcb7b4f00b8d37a121e68316f9f59
https://github.com/llvm/llvm-project/commit/01bebedaf09bcb7b4f00b8d37a121e68316f9f59
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M clang/include/clang/Basic/IdentifierTable.h
M clang/lib/Basic/IdentifierTable.cpp
Log Message:
-----------
[Basic] Drop header-only dependency from Basic to Lex
It's still a bit weird for IdentifierTable to depend on Lex diagnostics,
but we can get away with including the enum info that's in Basic already.
More information about the All-commits
mailing list