[clang-tools-extra] e4bb3e2 - [clang-tidy] Expand the list of functions in bugprone-unused-return-value

2020-05-22 Thread Joe Ranieri via cfe-commits
Author: Joe Ranieri Date: 2020-05-22T12:57:58-04:00 New Revision: e4bb3e25e4400151133fd3737f4842f2aeda1c1b URL: https://github.com/llvm/llvm-project/commit/e4bb3e25e4400151133fd3737f4842f2aeda1c1b DIFF: https://github.com/llvm/llvm-project/commit/e4bb3e25e4400151133fd3737f4842f2aeda1c1b.diff L

r370068 - Update the SARIF exporter to SARIF 2.1

2019-08-27 Thread Joe Ranieri via cfe-commits
Author: jranieri Date: Tue Aug 27 07:43:54 2019 New Revision: 370068 URL: http://llvm.org/viewvc/llvm-project?rev=370068&view=rev Log: Update the SARIF exporter to SARIF 2.1 This updates the SARIF exporter to produce SARIF 2.1 output. The bulk of the diffs come from two changes to SARIF: * https

r370061 - Fix a SARIF exporter crash with macro expansions

2019-08-27 Thread Joe Ranieri via cfe-commits
Author: jranieri Date: Tue Aug 27 07:20:27 2019 New Revision: 370061 URL: http://llvm.org/viewvc/llvm-project?rev=370061&view=rev Log: Fix a SARIF exporter crash with macro expansions Differential Revision: https://reviews.llvm.org/D65209 Modified: cfe/trunk/lib/StaticAnalyzer/Core/SarifDiag

r370060 - Fix text range end columns in SARIF to be exclusive

2019-08-27 Thread Joe Ranieri via cfe-commits
Author: jranieri Date: Tue Aug 27 06:49:45 2019 New Revision: 370060 URL: http://llvm.org/viewvc/llvm-project?rev=370060&view=rev Log: Fix text range end columns in SARIF to be exclusive According to the SARIF specification, "a text region does not include the character specified by endColumn".

r370051 - Testing commit access; NFC

2019-08-27 Thread Joe Ranieri via cfe-commits
Author: jranieri Date: Tue Aug 27 05:36:25 2019 New Revision: 370051 URL: http://llvm.org/viewvc/llvm-project?rev=370051&view=rev Log: Testing commit access; NFC Modified: cfe/trunk/www/index.html Modified: cfe/trunk/www/index.html URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/inde

Re: [PATCH] Don't crash when dumping objc_bridge_related attributes

2015-11-26 Thread Joe Ranieri via cfe-commits
On Thu, Nov 26, 2015 at 11:29 AM, Aaron Ballman wrote: > On Wed, Nov 25, 2015 at 6:13 PM, Joe Ranieri wrote: >> Clang's AST dumping currently crashes when dumping objc_bridge_related >> attributes where the class method and instance method fields are left >> empty. The attached patch marks the tw

[PATCH] Don't crash when dumping objc_bridge_related attributes

2015-11-25 Thread Joe Ranieri via cfe-commits
Clang's AST dumping currently crashes when dumping objc_bridge_related attributes where the class method and instance method fields are left empty. The attached patch marks the two arguments as optional and updates TableGen to understand the optional flag for identifier attribute arguments when gen