[PATCH] D72746: [clangd] Add a flag for implicit references in the Index

pre-merge checks [bot] via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 17 15:39:53 PST 2020


merge_guards_bot added a comment.

{icon times-circle color=red} Unit tests: fail. 61674 tests passed, 181 failed and 781 were skipped.

  failed: Clangd.Clangd/background-index.test
  failed: Clangd.Clangd/code-action-request.test
  failed: Clangd.Clangd/compile-commands-path-in-initialize.test
  failed: Clangd.Clangd/completion-auto-trigger.test
  failed: Clangd.Clangd/completion-snippets.test
  failed: Clangd.Clangd/completion.test
  failed: Clangd.Clangd/diagnostic-category.test
  failed: Clangd.Clangd/diagnostics-no-tidy.test
  failed: Clangd.Clangd/diagnostics-notes.test
  failed: Clangd.Clangd/diagnostics.test
  failed: Clangd.Clangd/did-change-configuration-params.test
  failed: Clangd.Clangd/document-link.test
  failed: Clangd.Clangd/execute-command.test
  failed: Clangd.Clangd/filestatus.test
  failed: Clangd.Clangd/fixits-codeaction.test
  failed: Clangd.Clangd/fixits-command.test
  failed: Clangd.Clangd/fixits-embed-in-diagnostic.test
  failed: Clangd.Clangd/formatting.test
  failed: Clangd.Clangd/hover.test
  failed: Clangd.Clangd/index-tools.test
  failed: Clangd.Clangd/path-mappings.test
  failed: Clangd.Clangd/protocol.test
  failed: Clangd.Clangd/references.test
  failed: Clangd.Clangd/rename.test
  failed: Clangd.Clangd/request-reply.test
  failed: Clangd.Clangd/selection-range.test
  failed: Clangd.Clangd/semantic-highlighting.test
  failed: Clangd.Clangd/signature-help-with-offsets.test
  failed: Clangd.Clangd/signature-help.test
  failed: Clangd.Clangd/symbol-info.test
  failed: Clangd.Clangd/symbols.test
  failed: Clangd.Clangd/system-include-extractor.test
  failed: Clangd.Clangd/test-uri-posix.test
  failed: Clangd.Clangd/textdocument-didchange-fail.test
  failed: Clangd.Clangd/trace.test
  failed: Clangd.Clangd/tweaks-format.test
  failed: Clangd.Clangd/type-hierarchy.test
  failed: Clangd.Clangd/unsupported-method.test
  failed: Clangd.Clangd/utf8.test
  failed: Clangd.Clangd/xrefs.test
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.CmdLineHash
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.DirectIncludesTest
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.IndexTwoFiles
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.NoCrashOnErrorFile
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.NoDotsInAbsPath
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.ShardStorageEmptyFile
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.ShardStorageLoad
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.ShardStorageTest
  failed: Clangd Unit Tests._/ClangdTests/BackgroundIndexTest.UncompilableFiles
  failed: Clangd Unit Tests._/ClangdTests/CompletionTest.CommentsFromSystemHeaders
  failed: Clangd Unit Tests._/ClangdTests/CompletionTest.DynamicIndexIncludeInsertion
  failed: Clangd Unit Tests._/ClangdTests/CompletionTest.DynamicIndexMultiFile
  failed: Clangd Unit Tests._/ClangdTests/CompletionTest.UsingDecl
  failed: Clangd Unit Tests._/ClangdTests/CrossFileRenameTests.DirtyBuffer
  failed: Clangd Unit Tests._/ClangdTests/CrossFileRenameTests.WithUpToDateIndex
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.BasicSymbols
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.DeclarationDefinition
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.Enums
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.ExternSymbol
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.FromMacro
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.FuncTemplates
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.InHeaderFile
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.Namespaces
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.NoLocals
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.Qualifiers
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.QualifiersWithTemplateArgs
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.TempSpecs
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.Template
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.Unnamed
  failed: Clangd Unit Tests._/ClangdTests/DocumentSymbolsTest.UsingDirectives
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.ClassMembers
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.CollectMacros
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.CustomizedURIScheme
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.HasSystemHeaderMappingsInPreamble
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.IncludeCollected
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.IndexAST
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.IndexMultiASTAndDeduplicate
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.MacroRefs
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.MergeMainFileSymbols
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.NoLocal
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.RebuildWithPreamble
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.ReferencesInMainFileWithPreamble
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.Refs
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.Relations
  failed: Clangd Unit Tests._/ClangdTests/FileIndexTest.TemplateParamsInLabel
  failed: Clangd Unit Tests._/ClangdTests/FindReferences.NeedsIndexForMacro
  failed: Clangd Unit Tests._/ClangdTests/FindReferences.NeedsIndexForSymbols
  failed: Clangd Unit Tests._/ClangdTests/HeaderSourceSwitchTest.ClangdServerIntegration
  failed: Clangd Unit Tests._/ClangdTests/HeaderSourceSwitchTest.FromHeaderToSource
  failed: Clangd Unit Tests._/ClangdTests/HeaderSourceSwitchTest.FromSourceToHeader
  failed: Clangd Unit Tests._/ClangdTests/IndexActionTest.CollectIncludeGraph
  failed: Clangd Unit Tests._/ClangdTests/IndexActionTest.IncludeGraphDynamicInclude
  failed: Clangd Unit Tests._/ClangdTests/IndexActionTest.IncludeGraphSelfInclude
  failed: Clangd Unit Tests._/ClangdTests/IndexActionTest.IncludeGraphSkippedFile
  failed: Clangd Unit Tests._/ClangdTests/IndexActionTest.NoWarnings
  failed: Clangd Unit Tests._/ClangdTests/LocateSymbol.WithIndex
  failed: Clangd Unit Tests._/ClangdTests/LocateSymbol.WithIndexPreferredLocation
  failed: Clangd Unit Tests._/ClangdTests/MergeIndexTest.Refs
  failed: Clangd Unit Tests._/ClangdTests/QualityTests.ConstructorDestructor
  failed: Clangd Unit Tests._/ClangdTests/QualityTests.IsInstanceMember
  failed: Clangd Unit Tests._/ClangdTests/QualityTests.NoBoostForClassConstructor
  failed: Clangd Unit Tests._/ClangdTests/QualityTests.SymbolQualitySignalExtraction
  failed: Clangd Unit Tests._/ClangdTests/QualityTests.SymbolRelevanceSignalExtraction
  failed: Clangd Unit Tests._/ClangdTests/RenameTest.Renameable
  failed: Clangd Unit Tests._/ClangdTests/SignatureHelpTest.DynamicIndexDocumentation
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.ClassTemplate
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.DependentBase
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.LazyResolution
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.MultipleInheritance
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.SimpleInheritance
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.TemplateSpec1
  failed: Clangd Unit Tests._/ClangdTests/Subtypes.TemplateSpec2
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.AvoidUsingFwdDeclsAsCanonicalDecls
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.CBuiltins
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.CanonicalSTLHeader
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ClassForwardDeclarationIsCanonical
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ClassMembers
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.CollectMacros
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.CollectSymbols
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.CountReferences
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.DeprecatedSymbols
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.DoNotIndexSymbolsInFriendDecl
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Documentation
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ExternC
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.FileLocal
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.HeaderAsMainFile
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.HeaderGuardDetected
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.IWYUPragma
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.IWYUPragmaWithDoubleQuotes
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ImplementationDetail
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.IncFileInNonHeader
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.IncludeEnums
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.IncludeHeaderSameAsFileURI
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.InvalidSourceLoc
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Locations
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.MacroRefInHeader
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.MacroRefWithoutCollectingSymbol
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.MacrosWithRefFilter
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.MainFileIsHeaderWhenSkipIncFile
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.NameReferences
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.NamelessSymbols
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.NonModularHeader
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ObjCPropertyImpl
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ObjCSymbols
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Origin
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.ReferencesInFriendDecl
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Refs
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.RefsInHeaders
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.RefsOnMacros
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Relations
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Scopes
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SkipIncFileWhenCanonicalizeHeaders
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SkipInlineNamespace
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Snippet
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SymbolFormedByCLI
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SymbolFormedFromRegisteredSchemeFromMacro
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SymbolRelativeNoFallback
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SymbolRelativeWithFallback
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SymbolWithDocumentation
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.SymbolsInMainFile
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.Template
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.TemplateArgs
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.UTF16Character
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.UnittestURIScheme
  failed: Clangd Unit Tests._/ClangdTests/SymbolCollectorTest.UsingDecl
  failed: Clangd Unit Tests._/ClangdTests/TypeHierarchy.DeriveFromImplicitSpec
  failed: Clangd Unit Tests._/ClangdTests/TypeHierarchy.DeriveFromPartialSpec
  failed: Clangd Unit Tests._/ClangdTests/TypeHierarchy.DeriveFromTemplate
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.AnonymousNamespace
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.Enums
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.GlobalNamespaceQueries
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.Globals
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.InMainFile
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.Macros
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.MultiFile
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.Namespaces
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.NoLocals
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.Ranking
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.TempSpecs
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.Unnamed
  failed: Clangd Unit Tests._/ClangdTests/WorkspaceSymbolsTest.WithLimit

{icon question-circle color=gray} clang-tidy: unknown.

{icon check-circle color=green} clang-format: pass.

Build artifacts <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1337>: diff.json <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1337/diff.json>, clang-format.patch <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1337/clang-format.patch>, CMakeCache.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1337/CMakeCache.txt>, console-log.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1337/console-log.txt>, test-results.xml <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1337/test-results.xml>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72746/new/

https://reviews.llvm.org/D72746





More information about the cfe-commits mailing list