[PATCH] D51391: [clang-cl,PCH] Add support for #pragma hdrstop
Mike Rice via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 4 16:44:23 PDT 2018
mikerice updated this revision to Diff 163946.
mikerice marked 7 inline comments as done.
mikerice added a comment.
Thanks for the review. Updated based on comments from Hans.
https://reviews.llvm.org/D51391
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Driver/CC1Options.td
include/clang/Lex/Preprocessor.h
include/clang/Lex/PreprocessorOptions.h
lib/Driver/Driver.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.cpp
lib/Parse/ParseAST.cpp
test/Driver/cl-pch.cpp
test/PCH/Inputs/pch-hdrstop-use.cpp
test/PCH/Inputs/pch-no-hdrstop-use.cpp
test/PCH/pch-hdrstop-err.cpp
test/PCH/pch-hdrstop-warn.cpp
test/PCH/pch-hdrstop.cpp
test/PCH/pch-no-hdrstop.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51391.163946.patch
Type: text/x-patch
Size: 26118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180904/6b8d65c0/attachment-0001.bin>
More information about the cfe-commits
mailing list