[all-commits] [llvm/llvm-project] 31c689: Move Sema::PragmaStack<ValueType>::Act into Sema.h...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Jun 29 18:03:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31c689e69404bb8208de9599626f60c77b6fa81d
https://github.com/llvm/llvm-project/commit/31c689e69404bb8208de9599626f60c77b6fa81d
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaAttr.cpp
Log Message:
-----------
Move Sema::PragmaStack<ValueType>::Act into Sema.h so it can be instantiated as needed
Found by linker failures in ThinLTO where the definition wasn't
available when it needed to be. (eg: ThinLTO may've eliminated the one
caller in the same TU and dropped the definition - breaking accidental
implicit depenednce on that definition from elsewhere)
More information about the All-commits
mailing list