This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 94cbbb8257 Properly construct `inline` members without initializers new 73fed20ccf [ms] Parse #pragma optimize and ignore it behind its own flag
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticGroups.td | 7 +++- include/clang/Basic/DiagnosticParseKinds.td | 12 ++++++ include/clang/Parse/Parser.h | 1 + lib/Parse/ParsePragma.cpp | 65 +++++++++++++++++++++++++++++ test/Preprocessor/pragma_microsoft.c | 8 ++++ 5 files changed, 92 insertions(+), 1 deletion(-)