llvm-project
5f20f9a0 - [clang][AST] Remove HasFirstArg assertion in CallExpr::getBeginLoc() (#130725)

Commit
292 days ago
[clang][AST] Remove HasFirstArg assertion in CallExpr::getBeginLoc() (#130725) There are cases where the assertion legitimately does not hold (e.g. CallExpr::CreateTemporary()), and there's no readily available way to tell such cases apart. Fixes https://github.com/llvm/llvm-project/issues/130272
Parents
Loading