llvm-project
c35108e2
- [AST] Migrate away from PointerUnion::get (NFC) (#119949)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
289 days ago
[AST] Migrate away from PointerUnion::get (NFC) (#119949) Note that PointerUnion::get has been soft deprecated in PointerUnion.h: // FIXME: Replace the uses of is(), get() and dyn_cast() with // isa<T>, cast<T> and the llvm::dyn_cast<T>
References
#119949 - [AST] Migrate away from PointerUnion::get (NFC)
Author
kazutakahirata
Parents
9ef73d60
Loading