]> granicus.if.org Git - clang/commit
clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Aug 2017 00:02:20 +0000 (00:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Aug 2017 00:02:20 +0000 (00:02 +0000)
commit598a0a07067dc11b288c1f5da482003eb4439d68
treecd9db16b7d07c091dd91cd770bbe7d1f716ce36d
parentc778ea4b266d5fdcf3ab2d2509b19083bc43a91e
clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.

  clang/test/Tooling/clang-diff-ast.cpp:45:12: error: expected string not found in input
   // CHECK: CXXConstructorDecl: X(void (char, int))
             ^
  <stdin>:43:25: note: scanning from here
   AccessSpecDecl: public(42)
                          ^
  <stdin>:44:2: note: possible intended match here
   CXXConstructorDecl: X(void (char, int) __attribute__((thiscall)))(43)
   ^

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311270 91177308-0d34-0410-b5e6-96231b3b80d8
test/Tooling/clang-diff-ast.cpp