diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2018-11-28 15:04:38 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2018-11-28 15:04:38 +0000 |
commit | e0fddb4e5635d90aa2d50c3d8092f9c39e11eb21 (patch) | |
tree | d6306b2700b644f44f28d506cad062f7d716cc98 /llvm/lib/Support/TargetParser.cpp | |
parent | 8a0a5a3197ab317d2b1485f92e11c8fca9642af5 (diff) | |
download | llvm-e0fddb4e5635d90aa2d50c3d8092f9c39e11eb21.zip llvm-e0fddb4e5635d90aa2d50c3d8092f9c39e11eb21.tar.gz llvm-e0fddb4e5635d90aa2d50c3d8092f9c39e11eb21.tar.bz2 |
Fix false positive with lambda assignments in cert-err58-cpp.
This check is about preventing exceptions from being thrown before main() executes, and assigning a lambda (rather than calling it) to a global object cannot throw any exceptions.
llvm-svn: 347761
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
0 files changed, 0 insertions, 0 deletions