llvm-project/clang/lib
George Burgess IV c8b9537f75 [Parse] Don't ignore attributes after a late-parsed attr.
Without this, we drop everything after the first late-parsed attribute
in a single __attribute__. (Where "drop" means "stuff everything into
LA->Toks.")

llvm-svn: 291020
2017-01-04 22:43:01 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST Re-add objectsize function/incomplete type checks. 2017-01-03 23:35:19 +00:00
ASTMatchers [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl. 2016-12-24 13:35:14 +00:00
Analysis Extend -Wtautological-overlap-compare to more cases. 2017-01-04 00:46:30 +00:00
Basic [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
CodeGen Reverting commit r290983 while debugging test failure on windows. 2017-01-04 19:14:43 +00:00
Driver Accept and ignore -Wa,-mbig-obj on COFF targets for gas compatibility 2017-01-04 18:16:32 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: [JS] avoid indent after ambient function declarations. 2017-01-04 13:36:43 +00:00
Frontend Fix for LLVM Bitcode API change (to use std::shared_ptr) 2017-01-04 22:36:43 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [CUDA] Pre-include sm_60 and sm_61 headers. 2017-01-04 18:39:29 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex Allow lexer to handle string_view literals. Patch from Anton Bikineev. 2016-12-30 04:51:10 +00:00
Parse [Parse] Don't ignore attributes after a late-parsed attr. 2017-01-04 22:43:01 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Fix failure to treat overloaded function in braced-init-list as a non-deduced context. 2017-01-04 22:03:59 +00:00
Serialization Fix for LLVM Bitcode API change (to use std::shared_ptr) 2017-01-04 22:36:43 +00:00
StaticAnalyzer Remove use of intrusive ref count ownership acquisition 2017-01-04 22:36:39 +00:00
Tooling [clang-tidy] Add check name to YAML export 2017-01-03 14:35:47 +00:00
CMakeLists.txt