[all-commits] [llvm/llvm-project] 876bb8: [AST] Move dependence computations into a separate...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Mar 17 01:24:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 876bb86e26c18fa6e1bbd100e693c4e62cacacc2
https://github.com/llvm/llvm-project/commit/876bb86e26c18fa6e1bbd100e693c4e62cacacc2
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
A 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
A 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:
-----------
[AST] Move dependence computations into a separate file
To group the code in one place, simplify it and make it easier to add
the containsErrors bit and find existing bugs.
Reviewers: sammccall
Reviewed By: sammccall
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73638
More information about the All-commits
mailing list