aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-expr-5.cpp
AgeCommit message (Expand)Author
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-04-28Fix template instantiation for __builtin_offfsetof expressions that refer to ...Douglas Gregor
2010-04-28Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-22Slight code reorganization to allow instantiating post-inc/dec.Eli Friedman