aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-10-09 20:22:18 +0000
committerRui Ueyama <ruiu@google.com>2018-10-09 20:22:18 +0000
commitfbc629702d69bf7ca8a73106f1df52a0c33b54c5 (patch)
treeb39397866898dbe3680e7d5e44775a779b2ee2ed /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent714abece2ba7d80e29f5c40b0e29b4bcf3dd2b50 (diff)
downloadllvm-fbc629702d69bf7ca8a73106f1df52a0c33b54c5.zip
llvm-fbc629702d69bf7ca8a73106f1df52a0c33b54c5.tar.gz
llvm-fbc629702d69bf7ca8a73106f1df52a0c33b54c5.tar.bz2
Remove redundant `Symtab->`.
`SymbolTable` is a singleton class and is a global variable for the unique instance, so we can always refer the symtab by `Symtab->`. However, we don't need to use the global varaible from member functions of SymbolTable class. llvm-svn: 344075
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions