[PATCH] D33093: [ASTMatchers] Add support for boolean literals

Peter Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 12 09:19:06 PDT 2017


Lekensteyn updated this revision to Diff 98781.
Lekensteyn edited the summary of this revision.
Lekensteyn added a comment.

v2: Minor updates (fixed comment: `// <Boolean> ...` to `/// <Boolean`, consistently put the boolean code blocks before unsigned).


https://reviews.llvm.org/D33093

Files:
  include/clang/ASTMatchers/Dynamic/Parser.h
  include/clang/ASTMatchers/Dynamic/VariantValue.h
  lib/ASTMatchers/Dynamic/Marshallers.h
  lib/ASTMatchers/Dynamic/Parser.cpp
  lib/ASTMatchers/Dynamic/VariantValue.cpp
  unittests/ASTMatchers/Dynamic/ParserTest.cpp
  unittests/ASTMatchers/Dynamic/VariantValueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33093.98781.patch
Type: text/x-patch
Size: 8291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170512/5beac18b/attachment-0001.bin>


More information about the cfe-commits mailing list