[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:30:20 PDT 2020


zequanwu created this revision.
zequanwu added reviewers: rsmith, hans.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
zequanwu requested review of this revision.

Bug: https://bugs.llvm.org/show_bug.cgi?id=47467


Repository:
  rG LLVM Github Monorepo

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.290844.patch
Type: text/x-patch
Size: 6913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200909/a11883aa/attachment.bin>


More information about the cfe-commits mailing list