[all-commits] [llvm/llvm-project] ddd20e: [AST] Move dependence computations into a separate...

Ilya Biryukov via All-commits all-commits at lists.llvm.org
Mon Mar 16 08:48:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ddd20ed1586c55947e84620d674a60c118ec6905
      https://github.com/llvm/llvm-project/commit/ddd20ed1586c55947e84620d674a60c118ec6905
  Author: Ilya Biryukov <ibiryukov at google.com>
  Date:   2020-03-16 (Mon, 16 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.




More information about the All-commits mailing list