summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiation-depth.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-211-1/+3
* Reword the note we emit when suppressing template instantiation contexts, per...Douglas Gregor2010-04-211-1/+1
* Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor2010-04-201-4/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.Daniel Dunbar2009-11-301-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add pretty-printing for class template specializations, e.g.,Douglas Gregor2009-03-101-1/+1
* Add a notion of "post-diagnostic hooks", which are callbacks attachedDouglas Gregor2009-03-101-2/+3
* Limit the template instantiation depth to some user-configurable valueDouglas Gregor2009-03-101-0/+8