summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/RISCV/RISCV.td
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2017-12-12 15:42:10 +0000
committerHaojian Wu <hokein@google.com>2017-12-12 15:42:10 +0000
commit4c1394d67d77b63c73e3ebeae1f123e4ac35dbef (patch)
tree8b2187c825e4a9aa9e213babda9f36b9ce0c7bb3 /llvm/lib/Target/RISCV/RISCV.td
parentca2a8cea2f6fc437a2a6ca7b8c6539087519fd83 (diff)
downloadbcm5719-llvm-4c1394d67d77b63c73e3ebeae1f123e4ac35dbef.tar.gz
bcm5719-llvm-4c1394d67d77b63c73e3ebeae1f123e4ac35dbef.zip
[clangd] Introduce a "Symbol" class.
Summary: * The "Symbol" class represents a C++ symbol in the codebase, containing all the information of a C++ symbol needed by clangd. clangd will use it in clangd's AST/dynamic index and global/static index (code completion and code navigation). * The SymbolCollector (another IndexAction) will be used to recollect the symbols when the source file is changed (for ASTIndex), or to generate all C++ symbols for the whole project. In the long term (when index-while-building is ready), clangd should share a same "Symbol" structure and IndexAction with index-while-building, but for now we want to have some stuff working in clangd. Reviewers: ioeric, sammccall, ilya-biryukov, malaperle Reviewed By: sammccall Subscribers: malaperle, klimek, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D40897 llvm-svn: 320486
Diffstat (limited to 'llvm/lib/Target/RISCV/RISCV.td')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud