diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-09-21 02:51:56 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-09-21 02:51:56 +0000 |
commit | 17def2174993874b2cc0434b4fa7ea7f02331633 (patch) | |
tree | b2a8cc4d97a6736f1f07279cca84886650060c87 /clang/lib/AST/Linkage.h | |
parent | e85a0eca212f6d6d8fdbf04b548bea37102612de (diff) | |
download | bcm5719-llvm-17def2174993874b2cc0434b4fa7ea7f02331633.tar.gz bcm5719-llvm-17def2174993874b2cc0434b4fa7ea7f02331633.zip |
Revert "Give external linkage and mangling to lambdas inside inline variables and variable templates."
To fix: runtime error: load of value 15, which is not a valid value for type 'clang::LVComputationKind'
This reverts commit r313827.
llvm-svn: 313856
Diffstat (limited to 'clang/lib/AST/Linkage.h')
-rw-r--r-- | clang/lib/AST/Linkage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/AST/Linkage.h b/clang/lib/AST/Linkage.h index d68970769a9..fde9841cdff 100644 --- a/clang/lib/AST/Linkage.h +++ b/clang/lib/AST/Linkage.h @@ -24,8 +24,7 @@ namespace clang { enum : unsigned { IgnoreExplicitVisibilityBit = 2, - IgnoreAllVisibilityBit = 4, - IgnoreTypeLinkageBit = 8, + IgnoreAllVisibilityBit = 4 }; /// Kinds of LV computation. The linkage side of the computation is |