summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-subscript.cpp
AgeCommit message (Expand)Author
2010-01-07Improve the lead diagnostic for C++ object subscript expressions withJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-29Properly instantiate usage of overloaded operator []. Fixes PR5345.Sebastian Redl
2009-05-19Template instantiation for array subscript expressions. This was farDouglas Gregor