summaryrefslogtreecommitdiff
path: root/test/Sema/address_spaces.c
AgeCommit message (Expand)Author
2017-04-11[OpenCL] Map default address space to alloca address spaceYaxun Liu
2016-05-11[MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko
2016-05-06Revert r268727, it caused PR27666.Nico Weber
2016-05-06[MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko
2016-04-15Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber
2016-04-15[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko
2015-09-30[OpenCL] Add missing OpenCL LangOpts in address space compatibility checksAnastasia Stulova
2013-07-30Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman
2013-07-23Removed a redundant diagnostic and replaced it with a more standard one. Add...Aaron Ballman
2013-07-04Add test for PR4997. This has been fixed for a while.Richard Smith
2013-02-26Fix assertion failure when a field is given an address space.Matt Arsenault
2011-07-27Forbid address-space-qualified function types, per TR 18037Peter Collingbourne
2011-02-01When diagnosing address-space changes, apply array-to-pointer decay first.John McCall
2011-02-01Perform the bad-address-space conversions check as part of John McCall
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-07-09Refer to implicit "conversions" rather than implicit "casts", whichDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-30Add an error for function parameters that have a qualified address space sinc...Tanya Lattner
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-07-28Bounds checking for address spaces.John McCall
2009-04-13fix rdar://6774906, a crash handling implicit conversions between pointersChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner
2009-01-12testcase that works now with r62061Chris Lattner
2008-03-25Extend QualType::getAddressSpace to do the right thing for array types, and inNate Begeman
2008-03-14Correctly error on arrays with automatic storage full of objects with Nate Begeman
2008-03-14ISO/IEC TR 18037 Nate Begeman
2008-02-21add some semantic checks for address spaces.Chris Lattner