This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 705ef19 [Myriad]: better compatibility with vendor source new b17dedc Support '#pragma once' in headers when using PCH new 8373275 [cc1as] Add MCTargetOptions argument to createAsmBackend
The 2 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: lib/Lex/Pragma.cpp | 4 +++- test/PCH/Inputs/pragma-once.h | 5 +++++ test/PCH/pragma-once.c | 13 +++++++++++++ tools/driver/cc1as_main.cpp | 6 ++++-- 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 test/PCH/Inputs/pragma-once.h create mode 100644 test/PCH/pragma-once.c