clang-format: Understand function type typedefs with typeof.
Before: typedef typeof(int(int, int)) * MyFunc; After: typedef typeof(int(int, int)) *MyFunc; This fixes llvm.org/PR17178. llvm-svn: 190401
Loading
Please register or sign in to comment