| //===-- msan_flags.h --------------------------------------------*- C++ -*-===// |
| // The LLVM Compiler Infrastructure |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // This file is a part of MemorySanitizer. |
| //===----------------------------------------------------------------------===// |
| #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; |
| #include "msan_flags.inc" |