Eugene.Zelenko added a comment. Please run Clang-format over new code.
================ Comment at: source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp:12 + +#include <memory> +#include <vector> ---------------- STL headers should be after application's headers. ================ Comment at: source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp:28 +class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { + public: + explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); ---------------- No space before access specifiers. Same below. https://reviews.llvm.org/D25726 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits