llvm-project/clang/lib
Gabor Marton 2df120784a [analyzer] Fix assertion in simplifySymbolCast
Depends on D128068.
Added a new test code that fails an assertion in the baseline.
That is because `getAPSIntType` works only with integral types.

Differential Revision: https://reviews.llvm.org/D126779
2022-07-05 19:00:23 +02:00
..
APINotes
ARCMigrate [clang] Don't use Optional::hasValue (NFC) 2022-06-20 10:51:34 -07:00
AST [NFC][ASTImporter] remove the unnecessary condition checks in ASTImporter.cpp 2022-07-05 08:12:01 +05:30
ASTMatchers Adds AST matcher for ObjCStringLiteral 2022-06-30 15:20:10 -07:00
Analysis [clang][dataflow] Handle null pointers of type std::nullptr_t 2022-07-05 13:49:26 +00:00
Basic [FPEnv] Allow CompoundStmt to keep FP options 2022-07-03 17:06:26 +07:00
CodeGen [FPEnv] Allow CompoundStmt to keep FP options 2022-07-03 17:06:26 +07:00
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 [Driver] Ignore the clang modules validation-related flags if clang modules are not enabled 2022-07-03 21:26:15 -07:00
Edit [clang] Don't use Optional::hasValue (NFC) 2022-06-25 22:26:24 -07:00
ExtractAPI Revert "Re-apply "Deferred Concept Instantiation Implementation""" 2022-07-01 11:20:16 -07:00
Format Fix use of pointer arithmetic instead of iterators. 2022-07-05 08:23:42 +00:00
Frontend [HLSL] Add ExternalSemaSource & vector alias 2022-07-05 11:30:29 -05:00
FrontendTool [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Headers [HLSL] Add ExternalSemaSource & vector alias 2022-07-05 11:30:29 -05: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 [Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callback 2022-07-01 14:22:31 -07:00
Parse [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
Rewrite Add assert on End iteration distance to Rewriter::getRewrittenText. 2022-01-25 17:26:13 +00:00
Sema [HLSL] Add ExternalSemaSource & vector alias 2022-07-05 11:30:29 -05:00
Serialization [FPEnv] Allow CompoundStmt to keep FP options 2022-07-03 17:06:26 +07:00
StaticAnalyzer [analyzer] Fix assertion in simplifySymbolCast 2022-07-05 19:00:23 +02:00
Support [RISCV][NFC] Move static global variables into static variable in function. 2022-06-30 10:30:01 +08:00
Testing [include-cleaner] Include-cleaner library structure, and simplistic AST walking. 2022-04-29 11:04:11 +02:00
Tooling [clang] Don't use Optional::hasValue (NFC) 2022-06-25 22:26:24 -07:00
CMakeLists.txt [RISCV] Moving RVV intrinsic type related util to clang/Support 2022-04-20 21:13:13 +08:00