llvm-project/clang/tools
Andrew Gozillon 572bbb0754 Dependent Address Space Support
This patch relates to: https://reviews.llvm.org/D33666 This adds support
for template parameters to be passed to the address_space attribute. 
The main goal is to add further flexibility to the attribute and allow 
for it to be used easily with templates.

The main additions are a new type (DependentAddressSpaceType) alongside 
its TypeLoc and its mangling. As well as the logic required to support 
dependent address spaces which mainly resides in TreeTransform.h and 
SemaType.cpp.

llvm-svn: 314649
2017-10-02 06:25:51 +00:00
..
arcmt-test [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
c-arcmt-test Remove autoconf support 2016-01-26 21:30:40 +00:00
c-index-test [index] Generate class & metaclass manglings for objc 2017-09-22 16:58:57 +00:00
clang-check Remove 'Filename' parameter from BeginSourceFileAction. 2017-06-09 01:36:10 +00:00
clang-diff [clang-diff] Properly clear the selection in HTML diff 2017-08-23 16:52:15 +00:00
clang-format Update for llvm change. 2017-09-08 00:01:26 +00:00
clang-format-vs clang-format plugin: Add missing NL (new line) at EOF (end of file) 2017-09-22 21:47:39 +00:00
clang-func-mapping Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00
clang-fuzzer [clang-proto-fuzzer] Fix clang-proto-to-cxx build. 2017-08-23 19:58:07 +00:00
clang-import-test Add support for remembering origins to ExternalASTMerger 2017-09-27 19:57:58 +00:00
clang-offload-bundler Update for llvm change. 2017-09-08 00:01:26 +00:00
clang-refactor [refactor] Use CommonOptionsParser in clang-refactor 2017-09-14 13:16:14 +00:00
clang-rename clang-rename: let -force handle multiple renames 2017-09-11 20:18:38 +00:00
diag-build
diagtool Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00
driver Put target deduced from executable name at the start of argument list 2017-09-20 15:22:27 +00:00
libclang Dependent Address Space Support 2017-10-02 06:25:51 +00:00
scan-build [scan-build] Patch to scan-build tool to support "--target=<value>" flag 2017-05-26 19:25:32 +00:00
scan-build-py [scan-build-py] Patch to fix "-analyzer-config" option 2017-07-19 00:29:41 +00:00
scan-view Add coding and shebang. 2017-03-02 18:47:22 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00