[clang] 110d141 - [clang][AST] TextNodeDumper learned to output friend information for functions

2023-08-17 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-17T22:41:41Z New Revision: 110d141f12b71c54005ad0919e18926b8895fd05 URL: https://github.com/llvm/llvm-project/commit/110d141f12b71c54005ad0919e18926b8895fd05 DIFF: https://github.com/llvm/llvm-project/commit/110d141f12b71c54005ad0919e18926b8895fd05.diff LOG: [

[clang] d7f7fb6 - [clang][AST] TextNodeDumper learned to output instantiated_from information

2023-08-17 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-17T14:11:16Z New Revision: d7f7fb6c1d9745f4d760962d2e572b861f730459 URL: https://github.com/llvm/llvm-project/commit/d7f7fb6c1d9745f4d760962d2e572b861f730459 DIFF: https://github.com/llvm/llvm-project/commit/d7f7fb6c1d9745f4d760962d2e572b861f730459.diff LOG: [

[clang] cad3130 - [clang][AST] TextNodeDumper learned to dump qualifiers (NestedNameSpecifier)

2023-08-15 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-15T17:36:33Z New Revision: cad3130a23daa023d5bbf42b8ec8c06aa0532abf URL: https://github.com/llvm/llvm-project/commit/cad3130a23daa023d5bbf42b8ec8c06aa0532abf DIFF: https://github.com/llvm/llvm-project/commit/cad3130a23daa023d5bbf42b8ec8c06aa0532abf.diff LOG: [

[clang] eda9d27 - [clang][AST] TextNodeDumper learned to dump NRVO candidates of return stmts

2023-08-15 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-15T16:24:15Z New Revision: eda9d27a91e6f3bf6d7c65a300be729c410e93a7 URL: https://github.com/llvm/llvm-project/commit/eda9d27a91e6f3bf6d7c65a300be729c410e93a7 DIFF: https://github.com/llvm/llvm-project/commit/eda9d27a91e6f3bf6d7c65a300be729c410e93a7.diff LOG: [

[clang] 3bfafc4 - [clang][AST] TextNodeDumper learned to output template specialization kind

2023-08-15 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-15T15:46:31Z New Revision: 3bfafc4f22870d00631fe1466676007d73bf6794 URL: https://github.com/llvm/llvm-project/commit/3bfafc4f22870d00631fe1466676007d73bf6794 DIFF: https://github.com/llvm/llvm-project/commit/3bfafc4f22870d00631fe1466676007d73bf6794.diff LOG: [

[clang] 7fc6fa9 - [clang][AST] TextNodeDumper learned to output exception specifications

2023-08-10 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-10T20:42:34Z New Revision: 7fc6fa97edb6aedf0e25a124dee925dc6d00c69d URL: https://github.com/llvm/llvm-project/commit/7fc6fa97edb6aedf0e25a124dee925dc6d00c69d DIFF: https://github.com/llvm/llvm-project/commit/7fc6fa97edb6aedf0e25a124dee925dc6d00c69d.diff LOG: [

[clang] 291eb25 - [clang][DeclPrinter] Fix AST print to suppress output of implicit (non-written) constructor initializers

2023-08-07 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-07T23:13:50Z New Revision: 291eb2589fdc78827af6c2c858bc5e9456e3dc20 URL: https://github.com/llvm/llvm-project/commit/291eb2589fdc78827af6c2c858bc5e9456e3dc20 DIFF: https://github.com/llvm/llvm-project/commit/291eb2589fdc78827af6c2c858bc5e9456e3dc20.diff LOG: [

[clang] 3e66a17 - Reland [clang][DeclPrinter] Fix missing semicolon in AST print for methods that are definitions without having a body

2023-08-07 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-08-07T22:14:15Z New Revision: 3e66a174dfd2144672cb7e23afb33df109abadd1 URL: https://github.com/llvm/llvm-project/commit/3e66a174dfd2144672cb7e23afb33df109abadd1 DIFF: https://github.com/llvm/llvm-project/commit/3e66a174dfd2144672cb7e23afb33df109abadd1.diff LOG: R

Re: [PATCH] D156533: [clang][DeclPrinter] Fix missing semicolon in AST print for methods that are definitions without having a body

2023-07-28 Thread Timo Stripf via cfe-commits
Sry for breaking builds. Can someone please revert it, I am currently not at work. Am 28.07.2023 20:27 schrieb Nico Weber via Phabricator : thakis added a comment. This breaks tests on Mac: http://45.33.8.238/macm1/65934/step_7.txt Please take a look and revert for now if it takes a while to f

[clang] a3da628 - [clang][DeclPrinter] Fix missing semicolon in AST print for methods that are definitions without having a body

2023-07-28 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-07-28T14:50:17Z New Revision: a3da6284c23affdd9092b2641017e99d85c2d89b URL: https://github.com/llvm/llvm-project/commit/a3da6284c23affdd9092b2641017e99d85c2d89b DIFF: https://github.com/llvm/llvm-project/commit/a3da6284c23affdd9092b2641017e99d85c2d89b.diff LOG: [

[clang] 0e4c5cc - [clang][DeclPrinter] Fix AST print of curly constructor initializers

2023-07-27 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-07-27T15:43:39Z New Revision: 0e4c5cc56c1407c9b82311f38b21bca9d64f818a URL: https://github.com/llvm/llvm-project/commit/0e4c5cc56c1407c9b82311f38b21bca9d64f818a DIFF: https://github.com/llvm/llvm-project/commit/0e4c5cc56c1407c9b82311f38b21bca9d64f818a.diff LOG: [

[clang] 2ca7416 - [clang][DeclPrinter] Fix AST print of delegating constructors

2023-07-26 Thread Timo Stripf via cfe-commits
Author: Timo Stripf Date: 2023-07-26T09:26:53Z New Revision: 2ca74162258b6e808e84d6700a5613c0cbf6efe9 URL: https://github.com/llvm/llvm-project/commit/2ca74162258b6e808e84d6700a5613c0cbf6efe9 DIFF: https://github.com/llvm/llvm-project/commit/2ca74162258b6e808e84d6700a5613c0cbf6efe9.diff LOG: [