aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/attr-format.cpp
AgeCommit message (Expand)Author
2012-10-11Make sure we perform the variadic method check correctly for calls to a membe...Eli Friedman
2010-11-16Fix PR8625 and correctly interpret member-calls to static members whenChandler Carruth
2010-11-16Re-work the handling of implicit 'this' arguments and silly GCC-style attributeChandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-25Handle the implicit 'this' parameter for format attributes.Anders Carlsson