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

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 5 02:14:09 PST 2020


hokein created this revision.
Herald added subscribers: cfe-commits, bmahjour, jfb, mgorny.
Herald added a reviewer: martong.
Herald added a reviewer: shafik.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
hokein removed reviewers: martong, shafik, jdoerfert.
hokein removed subscribers: mgorny, jfb, bmahjour.
Herald added a reviewer: shafik.
Herald added a reviewer: jdoerfert.
hokein abandoned this revision.

NOt ready yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75666

Files:
  clang/include/clang/AST/ComputeDependence.h
  clang/include/clang/AST/DependencyFlags.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: D75666.248410.patch
Type: text/x-patch
Size: 157110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200305/8f915384/attachment-0001.bin>


More information about the cfe-commits mailing list