[all-commits] [llvm/llvm-project] 8c2a61: Hand Allocator and IdentifierTable into FormatToke...

r4nt via All-commits all-commits at lists.llvm.org
Tue Jul 7 03:00:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c2a613976075368a1f6e3ac3c9c8b1927b465ec
      https://github.com/llvm/llvm-project/commit/8c2a613976075368a1f6e3ac3c9c8b1927b465ec
  Author: Manuel Klimek <klimek at google.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnalyzer.cpp

  Log Message:
  -----------
  Hand Allocator and IdentifierTable into FormatTokenLexer.

This allows us to share the allocator in the future so we can create tokens while parsing.

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




More information about the All-commits mailing list