commit | 3d2c197763e7dedc70cb2668f4c9e475a29211e8 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Apr 07 12:24:26 2020 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Apr 07 12:28:54 2020 +0100 |
tree | e76c4d58129a900998f6d55c53ebb80864d2704e | |
parent | 2aec8b56efced425c5890e574509089ec4f5c8cf [diff] [blame] |
Update prebuilt Clang to r365631c1 from Android. The version we had was segfaulting. Bug: 132420445 Change-Id: Icb45a6fe0b4e2166f7895e669df1157cec9fb4e0
diff --git a/linux-x64/clang/include/llvm/Analysis/PtrUseVisitor.h b/linux-x64/clang/include/llvm/Analysis/PtrUseVisitor.h index dca8718..fbf04c8 100644 --- a/linux-x64/clang/include/llvm/Analysis/PtrUseVisitor.h +++ b/linux-x64/clang/include/llvm/Analysis/PtrUseVisitor.h
@@ -256,6 +256,10 @@ enqueueUsers(BC); } + void visitAddrSpaceCastInst(AddrSpaceCastInst &ASC) { + enqueueUsers(ASC); + } + void visitPtrToIntInst(PtrToIntInst &I) { PI.setEscaped(&I); }