Skip to content
Commit 49ace5cd authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix CXXConstructExpr::getSourceRange() to not include the source ranges of...

Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CXXDefaultArgExprs when computing its range (since these expressions have no source range, and using them will make the encompassing range invalid).

llvm-svn: 91984
parent c8791562
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment