[all-commits] [llvm/llvm-project] 2325d6: [SyntaxTree] Ignore implicit non-leaf `CXXConstruc...

Eduardo Caldas via All-commits all-commits at lists.llvm.org
Tue Sep 8 02:44:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2325d6b42f096bf93d2ab0bed7096759e5c96ce8
      https://github.com/llvm/llvm-project/commit/2325d6b42f096bf93d2ab0bed7096759e5c96ce8
  Author: Eduardo Caldas <ecaldas at google.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp

  Log Message:
  -----------
  [SyntaxTree] Ignore implicit non-leaf `CXXConstructExpr`

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


  Commit: 46f4439dc9bf9b8cfee0001b6752c3d074c83b00
      https://github.com/llvm/llvm-project/commit/46f4439dc9bf9b8cfee0001b6752c3d074c83b00
  Author: Eduardo Caldas <ecaldas at google.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp

  Log Message:
  -----------
  [SyntaxTree] Ignore implicit leaf `CXXConstructExpr`

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


  Commit: 134455a07c1f1de4cff62a6afb4ccd98b98343ec
      https://github.com/llvm/llvm-project/commit/134455a07c1f1de4cff62a6afb4ccd98b98343ec
  Author: Eduardo Caldas <ecaldas at google.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp

  Log Message:
  -----------
  [SyntaxTree] Ignore implicit `CXXFunctionalCastExpr` wrapping constructor

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


Compare: https://github.com/llvm/llvm-project/compare/83d82d1fb1cf...134455a07c1f


More information about the All-commits mailing list