[PATCH] D32724: [Modules] Handle sanitizer feature mismatches when importing modules

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 13:46:44 PDT 2017


vsk updated this revision to Diff 98349.
vsk marked 7 inline comments as done.
vsk added a comment.

Add a comment explaining how and why ASTReader checks for sanitizer feature mismatches.


https://reviews.llvm.org/D32724

Files:
  include/clang/Basic/Sanitizers.h
  lib/Basic/LangOptions.cpp
  lib/CodeGen/CGDeclCXX.cpp
  lib/CodeGen/CGObjCMac.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/Frontend/CompilerInvocation.cpp
  lib/Serialization/ASTReader.cpp
  test/Modules/Inputs/check-for-sanitizer-feature/check.h
  test/Modules/Inputs/check-for-sanitizer-feature/map
  test/Modules/check-for-sanitizer-feature.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32724.98349.patch
Type: text/x-patch
Size: 11584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170509/a1335027/attachment-0001.bin>


More information about the cfe-commits mailing list