arrayref should now move in here, and redundant #includes of <cassert> 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
This commit is contained in:
Chris Lattner 2011-07-20 07:13:40 +00:00
Родитель db999aad8a
Коммит 5d8179106f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ namespace llvm {
template<typename T> class SmallVectorImpl;
class raw_ostream;
// TODO: DenseMap, ...
// TODO: ArrayRef, DenseMap, ...
}