[all-commits] [llvm/llvm-project] 38bc00: [SyntaxTree][NFC] Refactor function templates into...

Eduardo Caldas via All-commits all-commits at lists.llvm.org
Fri Aug 28 05:25:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 38bc0060e60fef5395c23b8b75163e5bdee23af6
      https://github.com/llvm/llvm-project/commit/38bc0060e60fef5395c23b8b75163e5bdee23af6
  Author: Eduardo Caldas <ecaldas at google.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

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

  Log Message:
  -----------
  [SyntaxTree][NFC] Refactor function templates into functions taking base class

The refactored functions were
* `isReponsibleForCreatingDeclaration`
* `getQualifiedNameStart`

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


  Commit: a1461953f4efe574e3fdecfbae68bd18707748fb
      https://github.com/llvm/llvm-project/commit/a1461953f4efe574e3fdecfbae68bd18707748fb
  Author: Eduardo Caldas <ecaldas at google.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

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

  Log Message:
  -----------
  [SyntaxTree] Add coverage for declarators and init-declarators


Compare: https://github.com/llvm/llvm-project/compare/dce72dc87040...a1461953f4ef


More information about the All-commits mailing list