llvm-project/clang/lib
Faisal Vali 9930d4dff3 [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum
Reviewed by aaron.ballman, rsmith, wchilders
Highlights of review:
- avoid specifying an underlying type (unless such an enum is stored (or part of an abi?))
- avoid using enums as bit-fields, preferring unsigned bit-fields that we static_cast enumerators to. (MS's abi laysout enum bit-fields differently).
- clang-format, clang-format, clang-format.

https://reviews.llvm.org/D91035

Thank you!
2020-11-21 09:49:52 -06:00
..
APINotes APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00
ARCMigrate [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
AST [clang] Do not crash on pointer wchar_t pointer assignment. 2020-11-20 15:27:15 +01:00
ASTMatchers [AST] Ignore implicit nodes in IgnoreUnlessSpelledInSource mode 2020-11-17 16:30:07 +00:00
Analysis Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""" 2020-11-17 18:59:21 -08:00
Basic [AMDGPU] Set the default globals address space to 1 2020-11-20 15:46:53 +00:00
CodeGen [OPENMP]Use the real pointer value as base, not indexed value. 2020-11-20 11:34:14 -08:00
CrossTU [clang][NFC] Use SmallString instead of SmallVector<char 2020-11-17 13:02:58 +00:00
DirectoryWatcher Revert "DirectoryWatcher: add an implementation for Windows" 2020-10-13 12:35:22 -07:00
Driver [AArch64] Out-of-line atomics (-moutline-atomics) implementation. 2020-11-20 13:30:12 +00:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format Don’t break before nested block param when prior param is not a block 2020-11-20 15:16:04 -08:00
Frontend [clang][cli] Port analyzer flags to new option parsing system 2020-11-19 15:42:34 +01:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [CUDA] Unbreak CUDA compilation with -std=c++20 2020-11-19 10:35:47 -08:00
Index [Clang][PowerPC] Add __vector_pair and __vector_quad types 2020-10-28 13:19:20 -05:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
Parse [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum 2020-11-21 09:49:52 -06:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum 2020-11-21 09:49:52 -06:00
Serialization [modules] Fix crash in call to `FunctionDecl::setPure()` 2020-11-18 11:55:29 -08:00
StaticAnalyzer Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""" 2020-11-17 18:59:21 -08:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [libTooling] Update Transformer's `node` combinator to include the trailing semicolon for decls. 2020-11-20 18:11:50 +00:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00