-
- Downloads
Removing some attribute magic related to the OpenCL keyword attributes....
Removing some attribute magic related to the OpenCL keyword attributes. Instead of mapping them to their semantics as a custom part of the parser, they instead map declaratively through the rest of the attribute system. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199175 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/Attr.td 24 additions, 1 deletioninclude/clang/Basic/Attr.td
- include/clang/Parse/Parser.h 1 addition, 1 deletioninclude/clang/Parse/Parser.h
- include/clang/Sema/AttributeList.h 0 additions, 12 deletionsinclude/clang/Sema/AttributeList.h
- lib/Parse/ParseDecl.cpp 17 additions, 38 deletionslib/Parse/ParseDecl.cpp
- lib/Sema/AttributeList.cpp 0 additions, 8 deletionslib/Sema/AttributeList.cpp
- lib/Sema/SemaType.cpp 53 additions, 33 deletionslib/Sema/SemaType.cpp
Loading
Please register or sign in to comment