[all-commits] [llvm/llvm-project] 18c976: Revert "[AST] Move dependence computations into a ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Mar 16 08:50:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 18c97662482ef7d9ae6085da3f982efcb16d3a88
https://github.com/llvm/llvm-project/commit/18c97662482ef7d9ae6085da3f982efcb16d3a88
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
R clang/include/clang/AST/ComputeDependence.h
M clang/include/clang/AST/DependenceFlags.h
M clang/include/clang/AST/Expr.h
M clang/include/clang/AST/ExprCXX.h
M clang/include/clang/AST/ExprObjC.h
M clang/include/clang/AST/ExprOpenMP.h
M clang/include/clang/AST/TemplateBase.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/CMakeLists.txt
R clang/lib/AST/ComputeDependence.cpp
M clang/lib/AST/Expr.cpp
M clang/lib/AST/ExprCXX.cpp
M clang/lib/AST/ExprConcepts.cpp
M clang/lib/AST/ExprObjC.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaPseudoObject.cpp
Log Message:
-----------
Revert "[AST] Move dependence computations into a separate file"
This reverts commit ddd20ed1586c55947e84620d674a60c118ec6905.
The patch was landed by accident.
More information about the All-commits
mailing list