[PATCH] D87425: [CodeGen][typeid] Emit typeinfo directly if type is known at compile-time

Zequan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 16:33:04 PDT 2020


zequanwu updated this revision to Diff 290846.
zequanwu added a comment.

Remove unused field.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87425/new/

https://reviews.llvm.org/D87425

Files:
  clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  clang/include/clang/AST/EvaluatedExprVisitor.h
  clang/include/clang/AST/ExprCXX.h
  clang/lib/AST/Expr.cpp
  clang/lib/AST/ExprCXX.cpp
  clang/lib/AST/ExprConstant.cpp
  clang/lib/Analysis/ExprMutationAnalyzer.cpp
  clang/lib/CodeGen/CGExprCXX.cpp
  clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
  clang/test/SemaCXX/constant-expression-cxx2a.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87425.290846.patch
Type: text/x-patch
Size: 6267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200909/def3ad76/attachment-0001.bin>


More information about the cfe-commits mailing list