"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1266d46d3223948d48b1c61eece2e87a4b98221b"
Allow TransformTypos to ignore corrections to a specified VarDecl.
This is needed to prevent a TypoExpr from being corrected to a variable when the TypoExpr is a subexpression of that variable's initializer. Also exclude more keywords from the correction candidate pool when the subsequent token is .* or ->* since keywords like "new" or "return" aren't valid on the left side of those operators. Fixes PR23140. llvm-svn: 236519
Loading
Please register or sign in to comment