[cfe-commits] [PATCH] Intercept allocation to skim allocated types

Dai MIKURUBE dmikurube at acm.org
Thu Jan 17 20:43:20 PST 2013


  Hi Richard, Doug and David,

  I wonder if you could review this patch in the entire design and especially in the Sema parts.

  I'm actually worried that the same thing can be realized by a Clang plugin.  (We cannot do that in my understanding, but it's better if we can.)


  I'll be asking John McCall to look at the CodeGen part in a separate mail.  (He is not in the Phabricator?)

Hi rsmith, doug.gregor, dblaikie,

http://llvm-reviews.chandlerc.com/D298

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D298?vs=718&id=727#toc

Files:
  docs/LanguageExtensions.rst
  include/clang/AST/DeclCXX.h
  include/clang/AST/ExprCXX.h
  include/clang/Basic/LangOptions.def
  include/clang/Driver/Options.td
  include/clang/Sema/Sema.h
  lib/AST/ExprCXX.cpp
  lib/CodeGen/CGCXXABI.cpp
  lib/CodeGen/CGClass.cpp
  lib/CodeGen/CGExprCXX.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Lex/PPMacroExpansion.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaExprCXX.cpp
  test/CodeGenCXX/intercept-allocation.cpp
  test/Driver/fintercept-allocation.cpp
  test/Lexer/has_feature_intercept_allocation.cpp
  test/SemaCXX/decl-allocation-interceptor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D298.4.patch
Type: text/x-patch
Size: 46047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130117/fc9e28cc/attachment.bin>


More information about the cfe-commits mailing list