index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
address_spaces.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-1
/
+1
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-1
/
+1
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-1
/
+1
*
Forbid address spaces on compound literals in local scope.
John McCall
2018-09-05
1
-0
/
+14
*
[Sema] Fix for crash on conditional operation with address_space pointer
Leonard Chan
2018-08-07
1
-1
/
+1
*
[Sema] Allow creating types with multiple of the same addrspace.
Alexey Bader
2018-06-20
1
-0
/
+1
*
[OpenCL] Map default address space to alloca address space
Yaxun Liu
2017-04-11
1
-1
/
+1
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-2
/
+2
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-2
/
+2
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-2
/
+2
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-2
/
+2
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-2
/
+2
*
[OpenCL] Add missing OpenCL LangOpts in address space compatibility checks
Anastasia Stulova
2015-09-30
1
-0
/
+5
*
Replacing err_attribute_argument_not_int with err_attribute_not_type_attr
Aaron Ballman
2013-07-30
1
-1
/
+1
*
Removed a redundant diagnostic and replaced it with a more standard one. Add...
Aaron Ballman
2013-07-23
1
-0
/
+1
*
Add test for PR4997. This has been fixed for a while.
Richard Smith
2013-07-04
1
-0
/
+1
*
Fix assertion failure when a field is given an address space.
Matt Arsenault
2013-02-26
1
-1
/
+18
*
Forbid address-space-qualified function types, per TR 18037
Peter Collingbourne
2011-07-27
1
-0
/
+4
*
When diagnosing address-space changes, apply array-to-pointer decay first.
John McCall
2011-02-01
1
-0
/
+5
*
Perform the bad-address-space conversions check as part of
John McCall
2011-02-01
1
-2
/
+1
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
Refer to implicit "conversions" rather than implicit "casts", which
Douglas Gregor
2010-07-09
1
-1
/
+1
*
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-09
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Add an error for function parameters that have a qualified address space sinc...
Tanya Lattner
2009-09-30
1
-2
/
+6
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-1
/
+1
*
Bounds checking for address spaces.
John McCall
2009-07-28
1
-0
/
+6
*
fix rdar://6774906, a crash handling implicit conversions between pointers
Chris Lattner
2009-04-13
1
-0
/
+8
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
upgrade various 'implicit int' warnings from an ext-warn to warning when not
Chris Lattner
2009-02-27
1
-1
/
+1
*
testcase that works now with r62061
Chris Lattner
2009-01-12
1
-0
/
+5
*
Extend QualType::getAddressSpace to do the right thing for array types, and in
Nate Begeman
2008-03-25
1
-1
/
+2
*
Correctly error on arrays with automatic storage full of objects with
Nate Begeman
2008-03-14
1
-2
/
+3
*
ISO/IEC TR 18037
Nate Begeman
2008-03-14
1
-0
/
+2
*
add some semantic checks for address spaces.
Chris Lattner
2008-02-21
1
-0
/
+15