diff options
author | Reid Kleckner <rnk@google.com> | 2019-11-15 16:36:00 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-11-15 16:45:16 -0800 |
commit | 979da9a4c3ba435b384a11af7bd3154b0309b487 (patch) | |
tree | 02628bb9f7fd4a38821f12bca87e64d921692b99 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 4d23764dddc23e74ad165086d7f471a3e0e52bf8 (diff) | |
download | llvm-979da9a4c3ba435b384a11af7bd3154b0309b487.zip llvm-979da9a4c3ba435b384a11af7bd3154b0309b487.tar.gz llvm-979da9a4c3ba435b384a11af7bd3154b0309b487.tar.bz2 |
Avoid including Builtins.h in Preprocessor.h
Builtins are rarely if ever accessed via the Preprocessor. They are
typically found on the ASTContext, so there should be no performance
penalty to using a pointer indirection to store the builtin context.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions