[PATCH] D70689: [analyzer] Fix SARIF column locations

2020-01-14 Thread Joe Ranieri via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5ee616a710bc: [analyzer] Fix SARIF column locations (authored by jranieri-grammatech). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70689/new/

[PATCH] D70689: [analyzer] Fix SARIF column locations

2020-01-06 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM! I think we've had sufficient time for other reviewers to lodge concerns and we can deal with any other issues post-commit. Do you need me to commit on your behalf?

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-12-24 Thread Joe Ranieri via Phabricator via cfe-commits
jranieri-grammatech updated this revision to Diff 235219. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70689/new/ https://reviews.llvm.org/D70689 Files: clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-12-23 Thread Joe Ranieri via Phabricator via cfe-commits
jranieri-grammatech marked an inline comment as not done. jranieri-grammatech added inline comments. Comment at: clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp:157 + const MemoryBuffer *Buf = SM.getBuffer(LocInfo.first); + assert(Buf && "got a NULL buffer for the

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-12-22 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added reviewers: dblaikie, echristo, xbolva00. aaron.ballman marked an inline comment as done. aaron.ballman added a comment. Mostly LG aside from a question about an assertion. Adding other reviewers outside of GrammaTech in case there are other concerns we've missed.

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-12-20 Thread Joe Ranieri via Phabricator via cfe-commits
jranieri-grammatech updated this revision to Diff 234971. jranieri-grammatech added a comment. Addressed review comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70689/new/ https://reviews.llvm.org/D70689 Files:

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-12-20 Thread Joe Ranieri via Phabricator via cfe-commits
jranieri-grammatech marked 4 inline comments as done. jranieri-grammatech added inline comments. Comment at: clang/test/Analysis/diagnostics/sarif-multi-diagnostic-test.c:35-36 +{ + int løçål = 0; + /* ☃ */ return 1 / løçål; // expected-warning {{Division by zero}} +}

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-12-11 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added inline comments. Comment at: clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp:31 std::string OutputFile; + const Preprocessor You don't really need the whole preprocessor, just the language options, right? If so, why not thread the

[PATCH] D70689: [analyzer] Fix SARIF column locations

2019-11-25 Thread Joe Ranieri via Phabricator via cfe-commits
jranieri-grammatech created this revision. jranieri-grammatech added a reviewer: aaron.ballman. Herald added subscribers: cfe-commits, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun. Herald added a project: clang. This fixes SARIF