[PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
    Alexander Kornienko via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Apr 13 04:41:33 PDT 2016
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL266191: Complete support for C++ Core Guidelines Type.6: Always initialize a member… (authored by alexfh).
Changed prior to commit:
  http://reviews.llvm.org/D18584?vs=53480&id=53537#toc
Repository:
  rL LLVM
http://reviews.llvm.org/D18584
Files:
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
  clang-tools-extra/trunk/clang-tidy/utils/Matchers.h
  clang-tools-extra/trunk/clang-tidy/utils/TypeTraits.cpp
  clang-tools-extra/trunk/clang-tidy/utils/TypeTraits.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-member-init-delayed.cpp
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18584.53537.patch
Type: text/x-patch
Size: 49567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160413/0adc26c2/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list