llvm-project/clang/lib
Richard Smith e43e2b3667 Model type attributes as regular Attrs.
Specifically, AttributedType now tracks a regular attr::Kind rather than
having its own parallel Kind enumeration, and AttributedTypeLoc now
holds an Attr* instead of holding an ad-hoc collection of Attr fields.

Differential Revision: https://reviews.llvm.org/D50526

This reinstates r339623, reverted in r339638, with a fix to not fail
template instantiation if we instantiate a QualType with no associated
type source information and we encounter an AttributedType.

llvm-svn: 340215
2018-08-20 21:47:29 +00:00
..
ARCMigrate Model type attributes as regular Attrs. 2018-08-20 21:47:29 +00:00
AST Model type attributes as regular Attrs. 2018-08-20 21:47:29 +00:00
ASTMatchers [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExpr 2018-08-12 17:34:36 +00:00
Analysis Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker" 2018-08-18 03:22:11 +00:00
Basic AMDGPU: Correct errors in device table 2018-08-16 20:19:47 +00:00
CodeGen DebugInfo: Add the ability to disable DWARF name tables entirely 2018-08-20 20:14:08 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver DebugInfo: Add the ability to disable DWARF name tables entirely 2018-08-20 20:14:08 +00:00
Edit Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
Format clang-format: Change Google style wrt. the formatting of empty messages. 2018-08-15 19:07:55 +00:00
Frontend DebugInfo: Add the ability to disable DWARF name tables entirely 2018-08-20 20:14:08 +00:00
FrontendTool Remove trailing space 2018-07-30 19:24:48 +00:00
Headers Make __shiftleft128 / __shiftright128 real compiler built-ins. 2018-08-17 17:19:06 +00:00
Index [index] For an ObjC message call, also record as receivers the protocols if they are present in the ObjC type 2018-08-17 23:50:59 +00:00
Lex [Lex] Make HeaderMaps a unique_ptr vector 2018-08-20 19:15:02 +00:00
Parse Improve diagnostic for missing comma in template parameter list. 2018-08-17 19:43:40 +00:00
Rewrite Remove trailing space 2018-07-30 19:24:48 +00:00
Sema Model type attributes as regular Attrs. 2018-08-20 21:47:29 +00:00
Serialization Model type attributes as regular Attrs. 2018-08-20 21:47:29 +00:00
StaticAnalyzer Model type attributes as regular Attrs. 2018-08-20 21:47:29 +00:00
Tooling Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00