llvm-project/clang/lib
Chuanqi Xu ea623af7c9 [C++20] [Modules] Avoid inifinite loop when iterating default args
Currently, clang may meet an infinite loop in a very tricky case when it
iterates the default args. This patch tries to fix this by adding a
`fixed` check.
2022-07-21 17:25:05 +08:00
..
APINotes
ARCMigrate Revert "[clang] Implement ElaboratedType sugaring for types written bare" 2022-07-14 21:17:48 -07:00
AST re-land [C++20][Modules] Update handling of implicit inlines [P1779R3] 2022-07-21 09:17:01 +01:00
ASTMatchers Adds AST matcher for ObjCStringLiteral 2022-06-30 15:20:10 -07:00
Analysis Modernize Optional::{getValueOr,hasValue} 2022-07-15 01:20:39 -07:00
Basic Use value instead of getValue (NFC) 2022-07-19 21:18:26 -07:00
CodeGen [clang][OpenMP] Add IRBuilder support for taskgroup 2022-07-21 11:13:57 +05:30
CrossTU [clang][NFC][AST] rename the ImportError to ASTImportError 2022-06-15 00:40:32 +05:30
DirectoryWatcher [clang] Don't use Optional::hasValue (NFC) 2022-06-20 10:51:34 -07:00
Driver [PowerPC] Support x86 compatible intrinsics on AIX 2022-07-21 16:33:41 +08:00
Edit [clang] Don't use Optional::hasValue (NFC) 2022-06-25 22:26:24 -07:00
ExtractAPI [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00
Format [clang-format] Indent tokens after hash only if it starts a line 2022-07-20 21:52:17 -07:00
Frontend Use value_or (NFC) 2022-07-15 19:46:29 -07:00
FrontendTool [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Headers [PowerPC] Support x86 compatible intrinsics on AIX 2022-07-21 16:33:41 +08:00
Index [AST] Improve traversal of concepts and concept requirements 2022-04-28 09:33:26 +00:00
IndexSerialization
Interpreter [Interpreter] Pass target features to JIT 2022-06-30 21:25:14 +02:00
Lex [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00
Parse Revert "Rewording "static_assert" diagnostics" 2022-07-14 10:59:20 -07:00
Rewrite Add assert on End iteration distance to Rewriter::getRewrittenText. 2022-01-25 17:26:13 +00:00
Sema [C++20] [Modules] Avoid inifinite loop when iterating default args 2022-07-21 17:25:05 +08:00
Serialization [ODRHash diagnostics] Preparation to minimize subsequent diffs. NFC. 2022-07-19 16:29:33 -07:00
StaticAnalyzer [analyzer][NFC] Use `SValVisitor` instead of explicit helper functions 2022-07-19 23:10:00 +03:00
Support [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00
Testing [include-cleaner] Include-cleaner library structure, and simplistic AST walking. 2022-04-29 11:04:11 +02:00
Tooling [Tooling/DependencyScanning] Enable passing a `vfs::FileSystem` object to `DependencyScanningTool` 2022-07-18 09:37:17 -07:00
CMakeLists.txt [RISCV] Moving RVV intrinsic type related util to clang/Support 2022-04-20 21:13:13 +08:00