summaryrefslogtreecommitdiffstats
path: root/test/PCH/functions.c
Commit message (Expand)AuthorAgeFilesLines
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-2/+4
* Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne2011-07-291-1/+1
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor2009-12-221-0/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Revert this, we can now avoid error cascades better.Mike Stump2009-07-211-1/+0
* Prep for new warning.Mike Stump2009-07-211-0/+1
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* PCH support for functions and their parameters.Douglas Gregor2009-04-131-0/+20