llvm-project/clang/lib
Erich Keane 03406c50fa [NFC] Convert ParsedAttr to use llvm::TrailingObjects
ParsedAttr is using a hand-rolled trailing-objects
implementation that gets cleaned up quite a bit by
just using llvm::TrailingObjects. This is a large
TrailingObjects list, but most things are length '0'.

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

llvm-svn: 339380
2018-08-09 20:25:12 +00:00
..
ARCMigrate Remove trailing space 2018-07-30 19:24:48 +00:00
AST Add getEndLoc API to replace getLocEnd 2018-08-09 20:05:47 +00:00
ASTMatchers Add support for importing imaginary literals 2018-08-09 12:18:07 +00:00
Analysis Fix build 2018-08-09 20:21:09 +00:00
Basic AMDGPU: Fix enabling denormals by default on pre-VI targets 2018-08-08 17:48:37 +00:00
CodeGen Add getBeginLoc API to replace getStartLoc 2018-08-09 20:05:18 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [WebAssembly] Remove use of lld -flavor flag 2018-08-07 18:55:41 +00:00
Edit Remove trailing space 2018-07-30 19:24:48 +00:00
Format [clang-format] comment reflow: add last line's penalty when ending broken 2018-08-07 10:23:24 +00:00
Frontend [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
FrontendTool Remove trailing space 2018-07-30 19:24:48 +00:00
Headers [Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBL 2018-08-08 20:38:38 +00:00
Index Remove trailing space 2018-07-30 19:24:48 +00:00
Lex Remove trailing space 2018-07-30 19:24:48 +00:00
Parse Append new attributes to the end of an AttributeList. 2018-08-03 01:21:16 +00:00
Rewrite Remove trailing space 2018-07-30 19:24:48 +00:00
Sema [NFC] Convert ParsedAttr to use llvm::TrailingObjects 2018-08-09 20:25:12 +00:00
Serialization Append new attributes to the end of an AttributeList. 2018-08-03 01:21:16 +00:00
StaticAnalyzer [analyzer] Fix the bug in UninitializedObjectChecker caused by not handling block pointers 2018-08-09 19:03:12 +00:00
Tooling Fully qualify the renamed symbol if the shortened name is ambiguous. 2018-08-03 09:16:07 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00