forked from OSchip/llvm-project
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 :) llvm-svn: 135579
This commit is contained in:
parent
c5efe4e520
commit
d2b92d6544
|
@ -27,7 +27,7 @@ namespace llvm {
|
|||
template<typename T> class SmallVectorImpl;
|
||||
|
||||
class raw_ostream;
|
||||
// TODO: DenseMap, ...
|
||||
// TODO: ArrayRef, DenseMap, ...
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue