Skip to content

Commit

Permalink
[llvm] Stop including llvm/ADT/PointerIntPair.h (NFC)
Browse files Browse the repository at this point in the history
Identified with clangd.
  • Loading branch information
kazutakahirata authored and pull[bot] committed Feb 27, 2024
1 parent fbf7c3b commit 5966948
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion llvm/include/llvm/ADT/ConcurrentHashtable.h
Expand Up @@ -11,7 +11,6 @@

#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Allocator.h"
Expand Down
1 change: 0 additions & 1 deletion llvm/include/llvm/MC/MCSymbol.h
Expand Up @@ -13,7 +13,6 @@
#ifndef LLVM_MC_MCSYMBOL_H
#define LLVM_MC_MCSYMBOL_H

#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/StringMapEntry.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCExpr.h"
Expand Down
1 change: 0 additions & 1 deletion llvm/include/llvm/Support/GenericDomTreeConstruction.h
Expand Up @@ -40,7 +40,6 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/GenericDomTree.h"
Expand Down
1 change: 0 additions & 1 deletion llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
Expand Up @@ -17,7 +17,6 @@
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
Expand Down
1 change: 0 additions & 1 deletion llvm/tools/llvm-readobj/ELFDumper.cpp
Expand Up @@ -21,7 +21,6 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
Expand Down

0 comments on commit 5966948

Please sign in to comment.