summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/address_spaces.c
Commit message (Expand)AuthorAgeFilesLines
* Forbid address-space-qualified function types, per TR 18037Peter Collingbourne2011-07-271-0/+4
* When diagnosing address-space changes, apply array-to-pointer decay first.John McCall2011-02-011-0/+5
* Perform the bad-address-space conversions check as part of John McCall2011-02-011-2/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Refer to implicit "conversions" rather than implicit "casts", whichDouglas Gregor2010-07-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-1/+1
* Add an error for function parameters that have a qualified address space sinc...Tanya Lattner2009-09-301-2/+6
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-1/+1
* Bounds checking for address spaces.John McCall2009-07-281-0/+6
* fix rdar://6774906, a crash handling implicit conversions between pointersChris Lattner2009-04-131-0/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner2009-02-271-1/+1
* testcase that works now with r62061Chris Lattner2009-01-121-0/+5
* Extend QualType::getAddressSpace to do the right thing for array types, and inNate Begeman2008-03-251-1/+2
* Correctly error on arrays with automatic storage full of objects with Nate Begeman2008-03-141-2/+3
* ISO/IEC TR 18037 Nate Begeman2008-03-141-0/+2
* add some semantic checks for address spaces.Chris Lattner2008-02-211-0/+15
OpenPOWER on IntegriCloud