[cfe-commits] [PATCH] Add CommentOptions, allow specifying custom comment block commands

Ben Gertzfield bgertzfield at gmail.com
Wed Jan 9 15:50:18 PST 2013


    - Move CommentOptions into LangOptions.
    - Fix public interface of CommentCommandTraits. Use std::vector in CommentOptions.
    - Fix style comments.

Hi indygreg, gribozavr, doug.gregor,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D272?vs=644&id=648#toc

Files:
  include/clang/AST/CommentCommandTraits.h
  include/clang/Basic/CommentOptions.h
  include/clang/Basic/LangOptions.h
  include/clang/Driver/Options.td
  lib/AST/ASTContext.cpp
  lib/AST/CommentCommandTraits.cpp
  lib/Frontend/CompilerInstance.cpp
  lib/Frontend/CompilerInvocation.cpp
  unittests/AST/CommentLexer.cpp
  unittests/AST/CommentParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D272.2.patch
Type: text/x-patch
Size: 12384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130109/e55143cf/attachment.bin>


More information about the cfe-commits mailing list