summaryrefslogtreecommitdiffstats
path: root/test/PCH/types.c
Commit message (Expand)AuthorAgeFilesLines
* Add a simple PCH test for _Atomic.Eli Friedman2011-10-071-2/+4
* Perform the bad-address-space conversions check as part of John McCall2011-02-011-2/+1
* Fix a regression of a previous commit of mine (rdar://8158953).Argyrios Kyrtzidis2010-07-041-1/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* 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
* Test PCH support for VLAsDouglas Gregor2009-04-221-1/+1
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* PCH support for ExtQualTypeDouglas Gregor2009-04-151-3/+10
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-1/+4
* PCH support for record decls/types and their fields. Now that we canDouglas Gregor2009-04-131-3/+3
* Introduce PCH (de-)serialization for most compound types, excludingDouglas Gregor2009-04-131-0/+62