MyDeveloperDay added a comment.

ok, this is better but not quite right still.. I though I mentioned this before 
(please add as a unit test)

  HRESULT
  Foo::bar() {}
  
  HRESULT
  Foo::bar() {}

formats as

  HRESULT
  
  Foo::bar() {}
  
  HRESULT
  
  Foo::bar() {}

If you are windows developer using clang-format  
(HRESULT,LRESULT,LPSTR,LPCSTR,DWORD_PTR etc.. ) its an issue.

Sorry I so want this to be right, its singularly one of the things I've wanted 
for some time (you just got to it before me ;-) ) so I'm super excited by it.

From the other aspects we are getting there.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117520/new/

https://reviews.llvm.org/D117520

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to