llvm-project
f6167ec4 - [clang-tidy] Fix FP in bugprone-exception-escape with unevaluated exception specs (#190593)

Commit
1 day ago
[clang-tidy] Fix FP in bugprone-exception-escape with unevaluated exception specs (#190593) Functions whose exception spec has not yet been evaluated have no body in the AST. Because the compiler does not generate call sites for these functions before evaluating their spec, they cannot propagate exceptions. Closes https://github.com/llvm/llvm-project/issues/188730
Author
Parents
Loading