llvm-project/clang/lib
Duncan P. N. Exon Smith 64a390c1bc Modules: Remove an extra early return, NFC
Remove an early return from an `else` block that's immediately followed
by an equivalent early return after the `else` block.

Differential Revision: https://reviews.llvm.org/D101671
2021-05-03 10:50:09 -07:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate [SystemZ][z/OS] Set files in FileRemapper.cpp are text 2021-04-19 07:59:42 -04:00
AST [clang] Spell correct variable 2021-05-03 05:33:47 -07:00
ASTMatchers [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level) 2021-04-09 00:05:36 +01:00
Analysis Thread safety analysis: Fix false negative on break 2021-05-03 14:03:17 +02:00
Basic [Cuda] Internalize a struct and a global variable 2021-05-01 16:24:39 -07:00
CodeGen [OpenMP] Fix non-determinism in clang task codegen 2021-05-03 10:34:38 -07:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [HIP] Fix device lib selection 2021-05-01 20:31:11 -04:00
Edit [Matrix] Implement C-style explicit type conversions for matrix types. 2021-04-10 11:48:41 +01:00
Format [clang-format] Fix build on gcc < 7 introduced in rG8d93d7ff. 2021-05-03 18:52:41 +02:00
Frontend Modules: Remove an extra early return, NFC 2021-05-03 10:50:09 -07:00
FrontendTool
Headers [PowerPC] Add floating point overloads for vec_sldw 2021-04-30 20:29:03 -05:00
Index [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex [C++2b] Support size_t literals 2021-03-31 13:36:23 +00:00
Parse [clang][parser] Unify rejecting (non) decl stmts with gnu attributes 2021-04-19 12:43:55 +02:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema [clang] Remove libstdc++ friend template hack 2021-05-03 04:19:30 -07:00
Serialization [clang] Spell correct variable 2021-05-03 05:33:47 -07:00
StaticAnalyzer [analyzer] Fix assertion in SVals.h 2021-04-30 11:00:43 -05:00
Testing
Tooling Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC 2021-04-30 11:00:03 -07:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00