summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-21 22:14:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-21 22:14:52 +0000
commit7126183006ec694211afcf3b82b92e96afee01bc (patch)
tree21c91dd595410c191d7c4ef8d193cf69fc90a4ea
parent65927014a9d44af6cbab9a8694dd854b4546df9f (diff)
downloadbcm5719-llvm-7126183006ec694211afcf3b82b92e96afee01bc.tar.gz
bcm5719-llvm-7126183006ec694211afcf3b82b92e96afee01bc.zip
Spell string.h correctly.
llvm-svn: 96765
-rw-r--r--clang/include/clang/Analysis/Support/BumpVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Analysis/Support/BumpVector.h b/clang/include/clang/Analysis/Support/BumpVector.h
index ba34a51ad97..c6c9eedcbf0 100644
--- a/clang/include/clang/Analysis/Support/BumpVector.h
+++ b/clang/include/clang/Analysis/Support/BumpVector.h
@@ -23,7 +23,7 @@
#include "llvm/Support/Allocator.h"
#include "llvm/ADT/PointerIntPair.h"
#include <algorithm>
-#include <string.h>
+#include <cstring>
namespace clang {
OpenPOWER on IntegriCloud