diff options
author | Fangrui Song <maskray@google.com> | 2018-11-30 21:15:41 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-11-30 21:15:41 +0000 |
commit | 81a1a8e181f98c07d34559beae6cca2d04873611 (patch) | |
tree | ca0cd0fa8ffa20feae1b05bc11d3c619815c8903 /lldb/packages/Python/lldbsuite/test/macosx | |
parent | 1cb18ec4ece5539f83ad2d79777f77b5cbc9d669 (diff) | |
download | bcm5719-llvm-81a1a8e181f98c07d34559beae6cca2d04873611.tar.gz bcm5719-llvm-81a1a8e181f98c07d34559beae6cca2d04873611.zip |
[ExprConstant] Try fixing __builtin_constant_p after D54355 (rC347417)
Summary:
Reinstate the original behavior (Success(false, E)) before D54355 when this branch is
taken. This fixes spurious error of the following snippet:
extern char extern_var;
struct { int a; } a = {__builtin_constant_p(extern_var)};
llvm-svn: 348037
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx')
0 files changed, 0 insertions, 0 deletions