[cfe-commits] [PATCH] Intercept allocation to skim allocated types
Dai Mikurube
dmikurube at chromium.org
Thu Jan 17 20:46:25 PST 2013
Hi John,
I wonder if you could take a look at this patch especially for the CodeGen
part. I've asked Richard, Doug and David for the other parts.
Thanks in advance,
On Fri, Jan 18, 2013 at 1:43 PM, Dai MIKURUBE <dmikurube at acm.org> wrote:
> 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
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
--
Dai MIKURUBE
dmikurube at chromium.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130118/940cf4a7/attachment.html>
More information about the cfe-commits
mailing list