llvm-project/clang/lib
Björn Schäpers bcc1dee600 [clang-format] Add StatementAttributeLikeMacros option
This allows to ignore for example Qts emit when
AlignConsecutiveDeclarations is set, otherwise it is parsed as a type
and it results in some misformating:

unsigned char MyChar = 'x';
emit          signal(MyChar);

Differential Revision: https://reviews.llvm.org/D93776
2021-01-18 06:54:31 +01:00
..
APINotes APINotes: annotate dump methods (NFC) 2021-01-08 20:49:28 +00:00
ARCMigrate ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef 2020-12-09 14:16:05 -08:00
AST [clang] Use SourceLocations in unions [NFCI] 2021-01-14 10:56:53 +00:00
ASTMatchers NFC: Minor cleanup of function calls 2021-01-17 18:47:17 +00:00
Analysis Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" 2021-01-08 14:17:18 +01:00
Basic [AArch64] Adding ACLE intrinsics for the LS64 extension 2021-01-14 09:43:58 +00:00
CodeGen [DebugInfo][CodeView] Change in line tables only mode to emit type information 2021-01-15 09:28:27 -08:00
CrossTU Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" 2021-01-08 14:17:18 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for IR input 2021-01-14 11:46:22 -08:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format] Add StatementAttributeLikeMacros option 2021-01-18 06:54:31 +01:00
Frontend [clang][cli] NFC: Promote ParseLangArgs and ParseCodeGenArgs to members 2021-01-15 16:41:34 +01:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [HIP] Add signbit(long double) decl 2021-01-14 18:23:37 +00:00
Index Revert "[c++20] P1907R1: Support for generalized non-type template arguments of scalar type." 2020-12-22 10:18:08 -08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Return false from __has_declspec_attribute() if not explicitly enabled 2021-01-12 13:20:08 -05:00
Parse [clang] Use SourceLocations in unions [NFCI] 2021-01-14 10:56:53 +00:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema [clang] Do not crash when CXXRecordDecl has a non-CXXRecordDecl base. 2021-01-14 21:20:06 +01:00
Serialization [Frontend] Add pragma align natural and sort out pragma pack stack effect 2021-01-13 10:53:24 -05:00
StaticAnalyzer Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" 2021-01-08 14:17:18 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [libTooling] Change `addInclude` to use expansion locs. 2021-01-15 03:08:56 +00:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00