aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2021-01-13 20:30:25 -0800
committerJordan Rupprecht <rupprecht@google.com>2021-01-13 20:32:38 -0800
commit752fafda3dbf1f4885c64408a13ddb67c91ccb13 (patch)
treebd42ef2385ed6cc7f0b5b437d595f13293b2c14d /clang/lib/Frontend/CompilerInvocation.cpp
parent3043e5a5c33c4c871f4a1dfd621a8839f9a1f0b3 (diff)
downloadllvm-752fafda3dbf1f4885c64408a13ddb67c91ccb13.zip
llvm-752fafda3dbf1f4885c64408a13ddb67c91ccb13.tar.gz
llvm-752fafda3dbf1f4885c64408a13ddb67c91ccb13.tar.bz2
[NFC] Fix -Wsometimes-uninitialized
After 49142991a685bd427d7e877c29c77371dfb7634c, clang detects that MUL may be uninitialized. Set it to nullptr to suppress this check. Adding an assert to check that it is ultimately set fails two test cases. Since this is not a new issue, leave the assertion commented out until a code owner can fix the bug. The two failing test cases are noted in the assertion comment.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions