[all-commits] [llvm/llvm-project] 803403: Fix a bug in the property-based serialization of

John McCall via All-commits all-commits at lists.llvm.org
Mon Dec 16 13:08:14 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 803403afc83f659be1c620eb1896dcf704b18b0a
      https://github.com/llvm/llvm-project/commit/803403afc83f659be1c620eb1896dcf704b18b0a
  Author: John McCall <rjmccall at apple.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M clang/include/clang/AST/PropertiesBase.td
    M clang/test/PCH/cxx-templates.cpp
    M clang/test/PCH/cxx-templates.h

  Log Message:
  -----------
  Fix a bug in the property-based serialization of
dependent template names.

Apparently we didn't test this in the test suite because we have
a lot of redundant ways of representing this situation that kick
in in the more common situations.  For example, DependentTST stores
a qualifier + identifier pair rather than a TemplateName.




More information about the All-commits mailing list