summaryrefslogtreecommitdiffstats
path: root/test/Sema/address_spaces.c
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Map default address space to alloca address spaceYaxun Liu2017-04-111-1/+1
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-2/+2
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-2/+2
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-2/+2
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-2/+2
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-2/+2
* [OpenCL] Add missing OpenCL LangOpts in address space compatibility checksAnastasia Stulova2015-09-301-0/+5
* Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman2013-07-301-1/+1
* Removed a redundant diagnostic and replaced it with a more standard one. Add...Aaron Ballman2013-07-231-0/+1
* Add test for PR4997. This has been fixed for a while.Richard Smith2013-07-041-0/+1
* Fix assertion failure when a field is given an address space.Matt Arsenault2013-02-261-1/+18
* 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