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
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
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
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".
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
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
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