[cfe-commits] [PATCH] Foundation for Transform registration infrastructure

Edwin Vane edwin.vane at intel.com
Mon Dec 17 18:09:29 PST 2012


  Addressing reviewer comments from Dmitri Gribenko.

  - Fixed a pointer-space issue. I'm going to have to auto-lint locally until I
    can get myself used to this style.
  - Fixed header guards with leading underscores. Following a bad example.
  - registerTransform() now takes a const Transform * instead now. It's not
    completely foolproof but it's better and I could so need for a reference.

Hi klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D221?vs=534&id=536#toc

Files:
  cpp11-migrate/CMakeLists.txt
  cpp11-migrate/Transform.cpp
  cpp11-migrate/Transform.h
  cpp11-migrate/TransformRegistry.cpp
  cpp11-migrate/TransformRegistry.h
  cpp11-migrate/TransformSupport.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D221.2.patch
Type: text/x-patch
Size: 9078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121217/22ba3179/attachment.bin>


More information about the cfe-commits mailing list