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