[cfe-commits] r51689 - in /cfe/trunk/include/clang: AST/Stmt.h AST/StmtIterator.h Rewrite/RewriteRope.h
Anton Korobeynikov
asl at math.spbu.ru
Thu May 29 10:42:02 PDT 2008
Author: asl
Date: Thu May 29 12:42:01 2008
New Revision: 51689
URL: http://llvm.org/viewvc/llvm-project?rev=51689&view=rev
Log:
Update to follow recent LLVM changes
Modified:
cfe/trunk/include/clang/AST/Stmt.h
cfe/trunk/include/clang/AST/StmtIterator.h
cfe/trunk/include/clang/Rewrite/RewriteRope.h
Modified: cfe/trunk/include/clang/AST/Stmt.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Stmt.h?rev=51689&r1=51688&r2=51689&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Stmt.h (original)
+++ cfe/trunk/include/clang/AST/Stmt.h Thu May 29 12:42:01 2008
@@ -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>
Modified: cfe/trunk/include/clang/AST/StmtIterator.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtIterator.h?rev=51689&r1=51688&r2=51689&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtIterator.h (original)
+++ cfe/trunk/include/clang/AST/StmtIterator.h Thu May 29 12:42:01 2008
@@ -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 {
Modified: cfe/trunk/include/clang/Rewrite/RewriteRope.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Rewrite/RewriteRope.h?rev=51689&r1=51688&r2=51689&view=diff
==============================================================================
--- cfe/trunk/include/clang/Rewrite/RewriteRope.h (original)
+++ cfe/trunk/include/clang/Rewrite/RewriteRope.h Thu May 29 12:42:01 2008
@@ -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>
More information about the cfe-commits
mailing list