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
Loading
Please register or sign in to comment