mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 08:21:13 +00:00
[clangd] Record latency for ASTSignal derivation
This commit is contained in:
parent
4aba5fa774
commit
5e4a77f0c4
@ -9,10 +9,12 @@
|
||||
#include "ASTSignals.h"
|
||||
#include "AST.h"
|
||||
#include "FindTarget.h"
|
||||
#include "support/Trace.h"
|
||||
|
||||
namespace clang {
|
||||
namespace clangd {
|
||||
ASTSignals ASTSignals::derive(const ParsedAST &AST) {
|
||||
trace::Span Span("ASTSignals::derive");
|
||||
ASTSignals Signals;
|
||||
const SourceManager &SM = AST.getSourceManager();
|
||||
findExplicitReferences(
|
||||
|
Loading…
x
Reference in New Issue
Block a user