From 5d8179106fc513a04458d49abe682151f75c8f6a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Jul 2011 07:13:40 +0000 Subject: [PATCH] arrayref should now move in here, and redundant #includes of can go 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/LLVM.h b/include/clang/Basic/LLVM.h index 7df5936964..7db17f7659 100644 --- a/include/clang/Basic/LLVM.h +++ b/include/clang/Basic/LLVM.h @@ -27,7 +27,7 @@ namespace llvm { template class SmallVectorImpl; class raw_ostream; - // TODO: DenseMap, ... + // TODO: ArrayRef, DenseMap, ... }