hanchenye-llvm-project/clang/lib
Gabor Marton dbb117acf2 [ASTImporter][Structural Eq] Check for isBeingDefined
Summary:
If one definition is currently being defined, we do not compare for
equality and we assume that the decls are equal.

Reviewers: a_sidorin

Subscribers: rnkovacs, dkrupp, Szelethus, cfe-commits

Differential Revision: https://reviews.llvm.org/D53697

llvm-svn: 345760
2018-10-31 18:46:13 +00:00
..
ARCMigrate Create ConstantExpr class 2018-10-31 03:48:47 +00:00
AST [ASTImporter][Structural Eq] Check for isBeingDefined 2018-10-31 18:46:13 +00:00
ASTMatchers Add the isStaticLocal() AST matcher for matching on local static variables. 2018-10-29 13:47:56 +00:00
Analysis Create ConstantExpr class 2018-10-31 03:48:47 +00:00
Basic NFC: Merge KEYOBJC and KEYARC 2018-10-30 20:51:28 +00:00
CodeGen Re-land r345676 "[Win64] Handle passing i128 by value" 2018-10-31 17:43:55 +00:00
CrossTU
Driver [Driver] Support sanitized libraries on Fuchsia 2018-10-29 20:37:52 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] tweaked another case of lambda formatting 2018-10-31 17:56:57 +00:00
Frontend NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
FrontendTool [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." 2018-10-10 00:15:33 +00:00
Headers [OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h 2018-10-23 17:05:29 +00:00
Index Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
Lex [Lex] Make MacroDirective::findDirectiveAtLoc take const SourceManager 2018-10-31 17:19:20 +00:00
Parse NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
Rewrite Remove trailing space 2018-07-30 19:24:48 +00:00
Sema Follow-up to r345699: Call CheckStaticLocalForDllExport later for templates 2018-10-31 10:34:46 +00:00
Serialization Create ConstantExpr class 2018-10-31 03:48:47 +00:00
StaticAnalyzer [analyzer] Re-add custom OSIterator rule for RetainCountChecker 2018-10-31 17:38:46 +00:00
Tooling NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
CMakeLists.txt