summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-subscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the lead diagnostic for C++ object subscript expressions withJohn McCall2010-01-071-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Properly instantiate usage of overloaded operator []. Fixes PR5345.Sebastian Redl2009-10-291-1/+16
* Template instantiation for array subscript expressions. This was farDouglas Gregor2009-05-191-0/+26