[PATCH] D73638: [AST] Move dependence computations into a separate file

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 17 01:34:40 PDT 2020


hokein updated this revision to Diff 250702.
hokein added a comment.

Fix the incorrect VAArgExpr dependence.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73638

Files:
  clang/include/clang/AST/ComputeDependence.h
  clang/include/clang/AST/DependenceFlags.h
  clang/include/clang/AST/Expr.h
  clang/include/clang/AST/ExprCXX.h
  clang/include/clang/AST/ExprObjC.h
  clang/include/clang/AST/ExprOpenMP.h
  clang/include/clang/AST/TemplateBase.h
  clang/lib/AST/ASTImporter.cpp
  clang/lib/AST/CMakeLists.txt
  clang/lib/AST/ComputeDependence.cpp
  clang/lib/AST/Expr.cpp
  clang/lib/AST/ExprCXX.cpp
  clang/lib/AST/ExprConcepts.cpp
  clang/lib/AST/ExprObjC.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaPseudoObject.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73638.250702.patch
Type: text/x-patch
Size: 159379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200317/9831a39b/attachment-0001.bin>


More information about the cfe-commits mailing list