[cfe-commits] r39145 - /cfe/cfe/trunk/include/clang/AST/Type.h

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:39:51 PDT 2007


Author: sabre
Date: Wed Jul 11 11:39:50 2007
New Revision: 39145

URL: http://llvm.org/viewvc/llvm-project?rev=39145&view=rev
Log:
add a note

Modified:
    cfe/cfe/trunk/include/clang/AST/Type.h

Modified: cfe/cfe/trunk/include/clang/AST/Type.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/AST/Type.h?rev=39145&r1=39144&r2=39145&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/cfe/trunk/include/clang/AST/Type.h Wed Jul 11 11:39:50 2007
@@ -115,7 +115,13 @@
 
 
 /// ...
-    
+
+// TODO: When we support C++, we should have types for uses of template with
+// default parameters.  We should be able to distinguish source use of
+// 'std::vector<int>' from 'std::vector<int, std::allocator<int> >'. Though they
+// specify the same type, we want to print the default argument only if
+// specified in the source code.
+
   
 }  // end namespace clang
 }  // end namespace llvm





More information about the cfe-commits mailing list