Skip to content

Commit

Permalink
Drop last uses of cxx1.DeclByName and stop deriving it
Browse files Browse the repository at this point in the history
Summary:
This removes the last local use of cxx1.DeclByName

- remove local all uses
- remove clients in the regression and test suites, and the standalone deriver
- stop deriving for codemarkup, local indexer
- remove predicate next

will free up
```
cxx1.DeclByName.5
  count: 22917777
  size:  2344556678 (2.18 GiB) 0.8773%
```

Reviewed By: simonmar

Differential Revision: D66280419

fbshipit-source-id: 59f6a604c22d7553a86a109a61508d2b6385650d
  • Loading branch information
donsbot authored and facebook-github-bot committed Dec 10, 2024
1 parent ee7f9ab commit 47d945a
Show file tree
Hide file tree
Showing 32 changed files with 2,456 additions and 3,208 deletions.
15 changes: 0 additions & 15 deletions glean/lang/clang/tests/Glean/Regression/Driver/DeriveDeclByName.hs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ main = testDeriver codemarkupDerivePasses
codemarkupDerivePasses :: [DerivePass]
codemarkupDerivePasses =
Lib.allManualPasses ++
[DeriveGeneric "cxx1.DeclByName"
,DeriveGeneric "cxx1.FunctionDeclAttribute"
[DeriveGeneric "cxx1.FunctionDeclAttribute"
,DeriveGeneric "cxx1.DeclarationToUSR"
,DeriveGeneric "cxx1.RecordDerived"
,DeriveGeneric "cxx1.ThriftToCxx"
Expand Down
20 changes: 0 additions & 20 deletions glean/lang/clang/tests/github/Glean/Clang/DeriveByName.hs

This file was deleted.

66 changes: 0 additions & 66 deletions glean/lang/clang/tests/incremental/src/cxx1.DeclByName.out

This file was deleted.

6 changes: 0 additions & 6 deletions glean/lang/clang/tests/incremental/src/cxx1.DeclByName.query

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 47d945a

Please sign in to comment.