[all-commits] [llvm/llvm-project] 39c9c1: [clang-tools-extra] reimplement PreprocessorTracke...

Chris Lattner via All-commits all-commits at lists.llvm.org
Thu Apr 16 12:58:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 39c9c12b76da27bd52ca1b82c3d39d9c9b59ad0f
      https://github.com/llvm/llvm-project/commit/39c9c12b76da27bd52ca1b82c3d39d9c9b59ad0f
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M clang-tools-extra/modularize/PreprocessorTracker.cpp

  Log Message:
  -----------
  [clang-tools-extra] reimplement PreprocessorTracker in terms of StringSet.

Summary:
PreprocessorTracker is the last user of the old StringPool class, which
isn't super loved and isn't a great improvement over a plan StringSet.
Once this goes in we can remove StringPool entirely.

This is as discussed on cfe-dev.

Subscribers: cfe-commits

Tags: #clang

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




More information about the All-commits mailing list