]> granicus.if.org Git - clang/commit
[CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFC
authorIlya Biryukov <ibiryukov@google.com>
Thu, 13 Dec 2018 17:32:38 +0000 (17:32 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 13 Dec 2018 17:32:38 +0000 (17:32 +0000)
commit24639b1de1c13d33136f0eee96c907752f26e698
tree661094904c4464425ea16d45c03ebaa94a6a30d3
parent585dd0bb3b615cfa42626a400ba5f45df96e661a
[CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFC

Also reuses the same var for multiple to reduce the chance of
accidentally referecing the previous test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349063 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Sema/CodeCompleteTest.cpp