]> granicus.if.org Git - clang/commitdiff
Update to follow recent LLVM changes
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 29 May 2008 17:42:01 +0000 (17:42 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 29 May 2008 17:42:01 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51689 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Stmt.h
include/clang/AST/StmtIterator.h
include/clang/Rewrite/RewriteRope.h

index c854bb5640423a7de7e0f91d0a5dc26f94041d84..2f7419b0466a78be02fa202aff5499d729bfb5c4 100644 (file)
@@ -18,7 +18,7 @@
 #include "clang/Basic/SourceLocation.h"
 #include "clang/AST/StmtIterator.h"
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/iterator"
+#include "llvm/ADT/iterator.h"
 #include "llvm/Bitcode/SerializationFwd.h"
 #include <iosfwd>
 #include <string>
index d40e61e53a3fc06f85bd503f2665cca1f3a5bea2..c652ef20711122b8f51ff23becacf0361ab9f338 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_CLANG_AST_STMT_ITR_H
 #define LLVM_CLANG_AST_STMT_ITR_H
 
-#include "llvm/ADT/iterator"
+#include "llvm/ADT/iterator.h"
 #include <cassert>
 
 namespace clang {
index a1fab31c932d1854681d368da3858f9309c37f8f..ad7bb735d6f0a86d956fe2e8899e7325f145000b 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_CLANG_REWRITEROPE_H
 #define LLVM_CLANG_REWRITEROPE_H
 
-#include "llvm/ADT/iterator"
+#include "llvm/ADT/iterator.h"
 #include <cstring>
 #include <cassert>