summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
diff options
context:
space:
mode:
authorErik Pilkington <erik.pilkington@gmail.com>2019-01-18 21:33:23 +0000
committerErik Pilkington <erik.pilkington@gmail.com>2019-01-18 21:33:23 +0000
commit14d47cfd494a41176bee0442e6c15dbbc85f1f95 (patch)
tree36176b06ef7ecddf9e1d4c4b1a5e110fefb58531 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
parentbd3a5b29cb809fc6117569a2801d41c1d12dfe9a (diff)
downloadbcm5719-llvm-14d47cfd494a41176bee0442e6c15dbbc85f1f95.tar.gz
bcm5719-llvm-14d47cfd494a41176bee0442e6c15dbbc85f1f95.zip
[Sema] Suppress a warning about a forward-declared fixed enum in C mode
As of r343360, we support fixed-enums in C. This lead to some warnings in project headers where a fixed enum is forward declared then later defined. In C++, this is fine, the forward declaration is treated as a complete type even though the definition isn't present. We use this rule in C too, but still warn about the forward declaration anyways. This patch suppresses the warning. rdar://problem/47356469 Differential revision: https://reviews.llvm.org/D56879 llvm-svn: 351595
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud