[all-commits] [llvm/llvm-project] 72d939: Add a little extra test coverage for simple templa...

David Blaikie via All-commits all-commits at lists.llvm.org
Thu Jul 7 17:14:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72d9390778966d4f87ec4b1de63c107b2fd46b9a
      https://github.com/llvm/llvm-project/commit/72d9390778966d4f87ec4b1de63c107b2fd46b9a
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M lldb/test/API/lang/cpp/complete-type-check/TestCppIsTypeComplete.py

  Log Message:
  -----------
  Add a little extra test coverage for simple template names

This would fail with an overly naive approach to simple template
name (clang's -gsimple-template-names) since the names wouldn't be
unique per specialization, creating ambiguity/chance that a query for
one specialization would find another.




More information about the All-commits mailing list