llvm-project/clang/lib
Paul Robinson cda5421016 [DebugInfo] DISubprogram flags get their own flags word. NFC.
This will hold flags specific to subprograms. In the future
we could potentially free up scarce bits in DIFlags by moving
subprogram-specific flags from there to the new flags word.

This patch does not change IR/bitcode formats, that will be
done in a follow-up.

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

llvm-svn: 347239
2018-11-19 18:29:28 +00:00
..
ARCMigrate Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
AST [AST][NFC] Pack CXXDefaultInitExpr 2018-11-17 13:02:47 +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 [DebugInfo] DISubprogram flags get their own flags word. NFC. 2018-11-19 18:29:28 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [PowerPC] Set the default PLT mode on OpenBSD/powerpc to Secure PLT. 2018-11-19 00:21:06 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] Do not treat the asm clobber [ as ObjCExpr 2018-11-13 15:38:12 +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 Fixed uninitialized variable issue. 2018-11-19 12:43:39 +00:00
Serialization [AST][NFC] Pack CXXDefaultInitExpr 2018-11-17 13:02:47 +00:00
StaticAnalyzer [analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it local 2018-11-18 12:47:03 +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