aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/functions.c
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2011-07-29Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-22Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-21Revert this, we can now avoid error cascades better.Mike Stump
2009-07-21Prep for new warning.Mike Stump
2009-04-18make sure to verify that the "non pch" runs worked.Chris Lattner
2009-04-13PCH support for functions and their parameters.Douglas Gregor