llvm-project/clang/lib
Bruno Ricci f49e1ca04d [AST] Store the expressions in ParenListExpr in a trailing array
Use the newly available space in the bit-fields of Stmt
and store the expressions in a trailing array. This saves
2 pointer per ParenListExpr.

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

Reviewed By: rjmccall

llvm-svn: 347320
2018-11-20 16:20:40 +00:00
..
ARCMigrate Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
AST [AST] Store the expressions in ParenListExpr in a trailing array 2018-11-20 16:20:40 +00:00
ASTMatchers Fix parens warning in assert in ASTMatchFinder 2018-11-15 21:35:35 +00:00
Analysis Compound literals, enums, et al require const expr 2018-11-09 00:41:36 +00:00
Basic [FileManager] getFile(open=true) after getFile(open=false) should open the file. 2018-11-19 13:37:46 +00:00
CodeGen Revert 347294, it turned many bots on lab.llvm.org:8011/console red. 2018-11-20 15:27:43 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Driver: SCS is compatible with every other sanitizer. 2018-11-20 01:01:49 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] JS: don't treat is: as a type matcher 2018-11-20 14:22:43 +00:00
Frontend [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov (after revert https://reviews.llvm.org/rL346659) 2018-11-17 19:41:39 +00:00
FrontendTool Sink BuryPointer from Clang into LLVM for reuse there 2018-11-17 18:04:13 +00:00
Headers [PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be modulo the number of bits in the element 2018-11-09 03:35:32 +00:00
Index [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
Lex Fix combining pragma __debug dump & parser_crash with -E 2018-11-15 03:04:21 +00:00
Parse NFC cleanup: Prefer make_unique over reset(new T()) 2018-11-15 03:04:23 +00:00
Rewrite Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Sema [AST] Store the expressions in ParenListExpr in a trailing array 2018-11-20 16:20:40 +00:00
Serialization [AST] Store the expressions in ParenListExpr in a trailing array 2018-11-20 16:20:40 +00:00
StaticAnalyzer Revert 347294, it turned many bots on lab.llvm.org:8011/console red. 2018-11-20 15:27:43 +00:00
Tooling Revert "Make clang-based tools find libc++ on MacOS" 2018-11-12 16:59:50 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00