[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 11 10:12:41 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC341963: [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop (authored by mikerice, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51391?vs=164698&id=164917#toc

Repository:
  rC Clang

https://reviews.llvm.org/D51391

Files:
  docs/ReleaseNotes.rst
  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.164917.patch
Type: text/x-patch
Size: 26538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180911/00e407f0/attachment-0001.bin>


More information about the cfe-commits mailing list