[all-commits] [llvm/llvm-project] 2b7475: TrigramIndex.h - remove unnecessary StringMap.h in...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Apr 12 06:31:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b74755ec5266ed828218fc877b4c6dc071987bf
https://github.com/llvm/llvm-project/commit/2b74755ec5266ed828218fc877b4c6dc071987bf
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/include/llvm/Support/TrigramIndex.h
M llvm/lib/Support/TrigramIndex.cpp
Log Message:
-----------
TrigramIndex.h - remove unnecessary StringMap.h include. NFC
Include StringRef.h inside TrigramIndex.cpp as thats the only part of StringMap.h that is actually required.
More information about the All-commits
mailing list