commit | 56df97761d214030881efbf7c32cf2cce7f9ea8e | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Aug 17 22:39:59 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Aug 17 22:39:59 2010 +0000 |
tree | 2fdbf26598f4dea0136644b5791ab69f5b0a1eb5 | |
parent | f346a3dd680d4b72eb6f20a7c05df09202446b80 [diff] [blame] |
StringRef'ication of lots stuff, patch by Peter Davies! llvm-svn: 111314
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index b7b802a..550dcb8 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/lib/Sema/SemaDecl.cpp
@@ -4789,7 +4789,7 @@ // emitted. Diag(FD->getLocation(), diag::warn_redeclaration_without_attribute_prev_attribute_ignored) - << FD->getNameAsCString() << "dllimport"; + << FD->getName() << "dllimport"; } } return DeclPtrTy::make(FD);