mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
The patch in r359029 missed a few accessors and mutators. This patch also changes the lock to a recursive one as OptionValueFileSpecList::Clear() can be invoked from some of the other methods. llvm-svn: 361440