git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2013-02-07 01:09:29 +00:00
Родитель 2a06085281
Коммит d46b7ec911
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,8 @@ void LangOptions::resetNonModularOptions() {
Name = Default;
#include "clang/Basic/LangOptions.def"
// FIXME: This should not be reset; modules can be different with different
// sanitizer options (this affects __has_feature(address_sanitizer) etc).
Sanitize = SanitizerOptions::Disabled;
CurrentModule.clear();