diff options
author | Richard Trieu <rtrieu@google.com> | 2018-10-25 01:08:00 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2018-10-25 01:08:00 +0000 |
commit | f371380fc96c67cab15067dea51a55131757d351 (patch) | |
tree | 5d057a41ba8deefc448a4c36f5790bc1b8434fc5 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py | |
parent | a6c6698217d7e20fd5564377d5ba2ab6b3c6f768 (diff) | |
download | bcm5719-llvm-f371380fc96c67cab15067dea51a55131757d351.tar.gz bcm5719-llvm-f371380fc96c67cab15067dea51a55131757d351.zip |
[Sema] Fix -Wcomma for C89
There is a small difference in the scope flags for C89 versus the other C/C++
dialects. This change ensures that the -Wcomma warning won't be duplicated or
issued in the wrong location. Also, the test case is refactored into C and C++
parts, with the C++ parts guarded by a #ifdef to allow the test to run in both
modes.
https://bugs.llvm.org/show_bug.cgi?id=32370
llvm-svn: 345228
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions