[PATCH] D37826: Refine generation of TBAA information in clang
Ivan A. Kosarev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 08:46:26 PDT 2017
kosarev added inline comments.
================
Comment at: lib/CodeGen/CodeGenTBAA.h:129
- /// getBaseTypeInfo - Get metadata node for a given base access type.
- llvm::MDNode *getBaseTypeInfo(QualType QType);
+ /// getTBAABaseTypeMetadata - Get metadata that describes the given base
+ /// access type. Return null if the type is not suitable for use in TBAA
----------------
Wrong function name. Will fix on next review cycle or commit.
Repository:
rL LLVM
https://reviews.llvm.org/D37826
More information about the cfe-commits
mailing list