Make DynTypedNode have the dynamic type of the object, instead of its static type.
Some optimizations that are in the works require that the nodes have the right type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D5411
Make DynTypedNode have the dynamic type of the object, instead of its static type. ClosedPublic Authored by sbenza on Sep 19 2014, 6:27 AM.
Details Summary Make DynTypedNode have the dynamic type of the object, instead of its static type.
Diff Detail
Event Timelineklimek edited edge metadata. Comment ActionsLG
This revision is now accepted and ready to land.Sep 19 2014, 8:03 AM
Revision Contents
Diff 13877 cfe/trunk/include/clang/AST/ASTTypeTraits.h
cfe/trunk/lib/AST/ASTTypeTraits.cpp
|