[PATCH] D21753: Comprehensive Static Instrumentation (2/2): Clang flag

Tyler Denniston via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 27 08:04:54 PDT 2016


tdenniston created this revision.
tdenniston added reviewers: kcc, zhaoqin, bruening, mehdi_amini.
tdenniston added subscribers: cfe-commits, eugenis, pcc, vitalybuka, aizatsky, neboat.
tdenniston set the repository for this revision to rL LLVM.
tdenniston added a project: Comprehensive Static Instrumentation.

This diff implements a Clang `-fcsi` flag to support CSI. We will be submitting further diffs that incrementally add functionality to CSI.

Repository:
  rL LLVM

http://reviews.llvm.org/D21753

Files:
  docs/CSI.rst
  include/clang/Basic/LangOptions.def
  include/clang/Driver/Options.td
  lib/CodeGen/BackendUtil.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Lex/PPMacroExpansion.cpp
  test/Lexer/has_feature_comprehensive_static_instrumentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21753.61967.patch
Type: text/x-patch
Size: 21311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160627/898ba6cd/attachment-0001.bin>


More information about the cfe-commits mailing list