[cfe-users] calling C function from noexcept function

2017-10-16 Thread Hana Dusíková via cfe-users
Hello, is there a way how to call C function in noexcept function without clang emitting ___stack_chk_guard? Thanks Hana ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

[cfe-users] [clang-format] List of issues

2017-10-16 Thread Oleksandr Bacherikov via cfe-users
I've been using clang-format for quite some time and it's a great tool. However, it has undesirable behavior in the situations listed below (or maybe I couldn't find a way to configure it properly): 1. AlwaysBreakTemplateDeclarations documentation states "If true, always break after the template<.