[PATCH] D51391: [clang-cl,PCH] Add support for #pragma hdrstop

Mike Rice via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 10:40:22 PDT 2018


mikerice updated this revision to Diff 164698.
mikerice marked an inline comment as done.
mikerice added a comment.

Updated to use two options: -pch-through-header-create and -pch-through-header-use.


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.164698.patch
Type: text/x-patch
Size: 26075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180910/1f454363/attachment-0001.bin>


More information about the cfe-commits mailing list