[llvm] f5a59be - IPDBRawSymbol.h - reduce StringRef.h include to forward declaration. NFC.
    Simon Pilgrim via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat May 30 03:32:51 PDT 2020
    
    
  
Author: Simon Pilgrim
Date: 2020-05-30T11:29:57+01:00
New Revision: f5a59bea4ff9369c6dfcf947c7a58a9d570491b9
URL: https://github.com/llvm/llvm-project/commit/f5a59bea4ff9369c6dfcf947c7a58a9d570491b9
DIFF: https://github.com/llvm/llvm-project/commit/f5a59bea4ff9369c6dfcf947c7a58a9d570491b9.diff
LOG: IPDBRawSymbol.h - reduce StringRef.h include to forward declaration. NFC.
Added: 
    
Modified: 
    llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h b/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
index b24e712e3b78..5480d6b1d6fc 100644
--- a/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
+++ b/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
@@ -12,12 +12,12 @@
 #include "PDBTypes.h"
 #include "llvm/ADT/BitmaskEnum.h"
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/StringRef.h"
 #include "llvm/DebugInfo/CodeView/CodeView.h"
 #include <memory>
 
 namespace llvm {
 class raw_ostream;
+class StringRef;
 
 namespace pdb {
 
        
    
    
More information about the llvm-commits
mailing list