llvm-project/clang/lib
Simon Pilgrim 8930032f53 Don't dereference a dyn_cast<> result - use cast<> instead. NFCI.
We were relying on the dyn_cast<> succeeding - better use cast<> and have it assert that its the correct type than dereference a null result.
2020-11-08 13:06:07 +00: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] Fix length threshold for MicrosoftMangle md5 hash 2020-11-07 07:40:24 -08:00
ASTMatchers Add new matchers for dependent names in templates 2020-11-06 21:03:20 +00:00
Analysis Thread safety analysis: Consider static class members as inaccessible 2020-10-30 00:35:14 +01:00
Basic [Sema] Special case -Werror-implicit-function-declaration and reject other -Werror- 2020-11-05 10:25:30 -08:00
CodeGen Don't dereference a dyn_cast<> result - use cast<> instead. NFCI. 2020-11-08 13:06:07 +00:00
CrossTU [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
DirectoryWatcher Revert "DirectoryWatcher: add an implementation for Windows" 2020-10-13 12:35:22 -07:00
Driver Revert "Allow searching for prebuilt implicit modules." 2020-11-05 17:16:14 -08:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format] do not break before { in JS comments 2020-11-06 10:34:10 +01:00
Frontend Revert "Allow searching for prebuilt implicit modules." 2020-11-05 17:16:14 -08:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [X86] use macros to split GFNI intrinsics into different kinds 2020-11-06 16:03:38 +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 Revert "Allow searching for prebuilt implicit modules." 2020-11-05 17:16:14 -08:00
Parse Add option 'exceptions' to pragma clang fp 2020-10-31 17:36:12 +07:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema [OpenMP5.0] map item can be non-contiguous for target update 2020-11-06 21:04:37 -06:00
Serialization [OpenMP5.0] map item can be non-contiguous for target update 2020-11-06 21:04:37 -06:00
StaticAnalyzer [analyzer][ReturnPtrRangeChecker] Fix a false positive on end() iterator 2020-11-02 16:41:17 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [SyntaxTree] Add reverse links to syntax Nodes. 2020-11-05 09:33:53 +00:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00