]> granicus.if.org Git - clang/commitdiff
arrayref should now move in here, and redundant #includes of <cassert> can go
authorChris Lattner <sabre@nondot.org>
Wed, 20 Jul 2011 07:13:40 +0000 (07:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Jul 2011 07:13:40 +0000 (07:13 +0000)
away (since it comes in through Casting.h).  This will have to wait for another
day when I'm unmotivated though, or someone else to pick it up :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135579 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/LLVM.h

index 7df593696437487831d03309bcd6e370fd2d3481..7db17f7659d2fe9e58b3027d5c4e9099036c8a13 100644 (file)
@@ -27,7 +27,7 @@ namespace llvm {
   template<typename T> class SmallVectorImpl;
 
   class raw_ostream;
-  // TODO: DenseMap, ...
+  // TODO: ArrayRef, DenseMap, ...
 }