mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
This makes parsing the symbol table of clang marginally faster. (Hashtable versus tree). Differential Revision: https://reviews.llvm.org/D68605 llvm-svn: 374084