diff options
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index b3fc0a45cef..0567bf10e43 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -335,7 +335,7 @@ void CGDebugInfo::CreateCompileUnit() {  /// one if necessary.  llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {    unsigned Encoding = 0; -  const char *BTName = NULL; +  StringRef BTName;    switch (BT->getKind()) {  #define BUILTIN_TYPE(Id, SingletonId)  #define PLACEHOLDER_TYPE(Id, SingletonId) \ | 

