clang-format: Support function annotations in macros.
Before: DEPRECATED("Use NewClass::NewFunction instead.") string OldFunction(const string ¶meter) {} After: DEPRECATED("Use NewClass::NewFunction instead.") string OldFunction(const string ¶meter) {} llvm-svn: 237562
Loading
Please sign in to comment