7 lines
127 B
C++
7 lines
127 B
C++
namespace clice {
|
|
|
|
/// responsible for loading and update symbol from index file.
|
|
class SymbolIndex {};
|
|
|
|
} // namespace clice
|