[cfe-commits] r135579 - /cfe/trunk/include/clang/Basic/LLVM.h
Chris Lattner
sabre at nondot.org
Wed Jul 20 00:13:40 PDT 2011
Author: lattner
Date: Wed Jul 20 02:13:40 2011
New Revision: 135579
URL: http://llvm.org/viewvc/llvm-project?rev=135579&view=rev
Log:
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 :)
Modified:
cfe/trunk/include/clang/Basic/LLVM.h
Modified: cfe/trunk/include/clang/Basic/LLVM.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/LLVM.h?rev=135579&r1=135578&r2=135579&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/LLVM.h (original)
+++ cfe/trunk/include/clang/Basic/LLVM.h Wed Jul 20 02:13:40 2011
@@ -27,7 +27,7 @@
template<typename T> class SmallVectorImpl;
class raw_ostream;
- // TODO: DenseMap, ...
+ // TODO: ArrayRef, DenseMap, ...
}
More information about the cfe-commits
mailing list