[all-commits] [llvm/llvm-project] a9f597: Output names in the AST in tests

Stephen Kelly via All-commits all-commits at lists.llvm.org
Wed Dec 18 14:34:32 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a9f597b62ebdb670392fec2d5a5154e43b6398aa
      https://github.com/llvm/llvm-project/commit/a9f597b62ebdb670392fec2d5a5154e43b6398aa
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M clang/unittests/AST/ASTTraverserTest.cpp

  Log Message:
  -----------
  Output names in the AST in tests


  Commit: 84fd2bedf4096e78b892165138051b8563169fe3
      https://github.com/llvm/llvm-project/commit/84fd2bedf4096e78b892165138051b8563169fe3
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M clang/unittests/AST/ASTTraverserTest.cpp

  Log Message:
  -----------
  Trim trailing whitespace


  Commit: 98e8f774eb6ca8946b3104b4e82beefd41ca2c35
      https://github.com/llvm/llvm-project/commit/98e8f774eb6ca8946b3104b4e82beefd41ca2c35
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Expr.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/Expr.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp

  Log Message:
  -----------
  Add method to ignore invisible AST nodes

Reviewers: aaron.ballman

Subscribers: mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70613


Compare: https://github.com/llvm/llvm-project/compare/d79b11fefb8e...98e8f774eb6c


More information about the All-commits mailing list