aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiation-depth.cpp
AgeCommit message (Expand)Author
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2011-11-21Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith
2010-04-21Reword the note we emit when suppressing template instantiation contexts, per...Douglas Gregor
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-30Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-10Add pretty-printing for class template specializations, e.g.,Douglas Gregor
2009-03-10Add a notion of "post-diagnostic hooks", which are callbacks attachedDouglas Gregor
2009-03-10Limit the template instantiation depth to some user-configurable valueDouglas Gregor