[clang] 95a94df - [analyzer][NFC] Use CallEvent checker callback in GenericTaintChecker

2020-03-04 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-03-04T17:03:59+01:00 New Revision: 95a94df5a9c3d7d2aa92b6beb13e82d8d5832e2e URL: https://github.com/llvm/llvm-project/commit/95a94df5a9c3d7d2aa92b6beb13e82d8d5832e2e DIFF: https://github.com/llvm/llvm-project/commit/95a94df5a9c3d7d2aa92b6beb13e82d8d5832e2e.diff

[clang] 859bcf4 - [analyzer][taint] Add isTainted debug expression inspection check

2020-03-03 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-03-03T14:40:23+01:00 New Revision: 859bcf4e3bb991a161821129d19d50ba00f9c56a URL: https://github.com/llvm/llvm-project/commit/859bcf4e3bb991a161821129d19d50ba00f9c56a DIFF: https://github.com/llvm/llvm-project/commit/859bcf4e3bb991a161821129d19d50ba00f9c56a.diff

[clang] 30e5c7e - [analyzer] NFCi: Refactor CStringChecker: use strongly typed internal API

2020-04-09 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-04-09T16:06:32+02:00 New Revision: 30e5c7e82fa1c5318540feb83d54757c632e2599 URL: https://github.com/llvm/llvm-project/commit/30e5c7e82fa1c5318540feb83d54757c632e2599 DIFF: https://github.com/llvm/llvm-project/commit/30e5c7e82fa1c5318540feb83d54757c632e2599.diff

[clang] 1638636 - [analyzer] Evaluate PredefinedExpressions

2020-09-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-09-14T08:43:56+02:00 New Revision: 163863604f9c1ad3add238f9e8fb32cfd136f894 URL: https://github.com/llvm/llvm-project/commit/163863604f9c1ad3add238f9e8fb32cfd136f894 DIFF: https://github.com/llvm/llvm-project/commit/163863604f9c1ad3add238f9e8fb32cfd136f894.diff

[clang] cdacffe - [analyzer][z3] Use more elaborate Z3 variable names

2020-09-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-09-14T08:43:56+02:00 New Revision: cdacffe4acc083dfb1cccb6458420eed09f9d093 URL: https://github.com/llvm/llvm-project/commit/cdacffe4acc083dfb1cccb6458420eed09f9d093 DIFF: https://github.com/llvm/llvm-project/commit/cdacffe4acc083dfb1cccb6458420eed09f9d093.diff

[clang] d96a47c - [analyzer] ctu-on-demand-parsing tests: replace linux -> system-linux

2020-07-13 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-07-13T14:29:47+02:00 New Revision: d96a47c61625f853ec42a151ae3783e30a3943f3 URL: https://github.com/llvm/llvm-project/commit/d96a47c61625f853ec42a151ae3783e30a3943f3 DIFF: https://github.com/llvm/llvm-project/commit/d96a47c61625f853ec42a151ae3783e30a3943f3.diff

[clang] e22cae3 - [analyzer][NFC] Add unittest for FalsePositiveRefutationBRVisitor

2020-06-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-06-29T16:54:17+02:00 New Revision: e22cae32c5c4cf8c49b674cea34c105a6cb015f9 URL: https://github.com/llvm/llvm-project/commit/e22cae32c5c4cf8c49b674cea34c105a6cb015f9 DIFF: https://github.com/llvm/llvm-project/commit/e22cae32c5c4cf8c49b674cea34c105a6cb015f9.diff

[clang] fe0a555 - [analyzer][NFC] Add unittest for FalsePositiveRefutationBRVisitor

2020-06-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-06-29T18:18:43+02:00 New Revision: fe0a555aa3c6f37a5b5d79942215b07587893efa URL: https://github.com/llvm/llvm-project/commit/fe0a555aa3c6f37a5b5d79942215b07587893efa DIFF: https://github.com/llvm/llvm-project/commit/fe0a555aa3c6f37a5b5d79942215b07587893efa.diff

[clang] de361df - [analyzer][Z3-refutation] Fix a refutation BugReporterVisitor bug

2020-06-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-06-29T18:51:24+02:00 New Revision: de361df3f6d0f20bf16a8deb9e6219556d028b81 URL: https://github.com/llvm/llvm-project/commit/de361df3f6d0f20bf16a8deb9e6219556d028b81 DIFF: https://github.com/llvm/llvm-project/commit/de361df3f6d0f20bf16a8deb9e6219556d028b81.diff

[clang] 63d3aeb - [analyzer] Fix out-of-tree only clang build by not relaying on private header

2020-07-31 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-07-31T10:28:14+02:00 New Revision: 63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74 URL: https://github.com/llvm/llvm-project/commit/63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74 DIFF: https://github.com/llvm/llvm-project/commit/63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74.diff

[clang] ee073c7 - [analyzer][StdLibraryFunctionsChecker] Fix typos in summaries of mmap and mmap64

2020-11-30 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-11-30T18:06:28+01:00 New Revision: ee073c798515e56b23463391a7b40d5ee6527337 URL: https://github.com/llvm/llvm-project/commit/ee073c798515e56b23463391a7b40d5ee6527337 DIFF: https://github.com/llvm/llvm-project/commit/ee073c798515e56b23463391a7b40d5ee6527337.diff

[clang] aa0dc1c - [analyzer][NFCi] Mark CallEvent::getOriginExpr virtual, some cleanup

2020-11-06 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2020-11-06T16:51:34+01:00 New Revision: aa0dc1c3b8628bed8c8b91a75258d13eefa88dfe URL: https://github.com/llvm/llvm-project/commit/aa0dc1c3b8628bed8c8b91a75258d13eefa88dfe DIFF: https://github.com/llvm/llvm-project/commit/aa0dc1c3b8628bed8c8b91a75258d13eefa88dfe.diff

[clang] 88ee91c - [ASTimporter] Remove decl from lookup only if it has decl context

2021-05-18 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-05-18T09:43:20+02:00 New Revision: 88ee91cd87794813f4394f82d2c693c8d766e1d2 URL: https://github.com/llvm/llvm-project/commit/88ee91cd87794813f4394f82d2c693c8d766e1d2 DIFF: https://github.com/llvm/llvm-project/commit/88ee91cd87794813f4394f82d2c693c8d766e1d2.diff

[clang] ebcf030 - [analyzer] Engine: fix crash with SEH __leave keyword

2021-05-17 Thread Balazs Benics via cfe-commits
Author: Abbas Sabra Date: 2021-05-17T20:10:26+02:00 New Revision: ebcf030efc5ef149e423f8fa2ca705b590a129ed URL: https://github.com/llvm/llvm-project/commit/ebcf030efc5ef149e423f8fa2ca705b590a129ed DIFF: https://github.com/llvm/llvm-project/commit/ebcf030efc5ef149e423f8fa2ca705b590a129ed.diff

[clang] 3febf0b - [analyzer][Z3][NFC] Use GTEST_SKIP instead of hacks

2021-05-21 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-05-21T11:35:24+02:00 New Revision: 3febf0b507e6257414d92744fd646840aa38e5d2 URL: https://github.com/llvm/llvm-project/commit/3febf0b507e6257414d92744fd646840aa38e5d2 DIFF: https://github.com/llvm/llvm-project/commit/3febf0b507e6257414d92744fd646840aa38e5d2.diff

[clang] db8af0f - [analyzer][ctu] Avoid parsing invocation list again and again during on-demand parsing of CTU

2021-05-25 Thread Balazs Benics via cfe-commits
Author: Ella Ma Date: 2021-05-25T09:19:14+02:00 New Revision: db8af0f21dc9aad4d336754c857c24470afe53e3 URL: https://github.com/llvm/llvm-project/commit/db8af0f21dc9aad4d336754c857c24470afe53e3 DIFF: https://github.com/llvm/llvm-project/commit/db8af0f21dc9aad4d336754c857c24470afe53e3.diff LOG:

[clang] d59b4ac - [analyzer][ctu] Reland "Avoid parsing invocation list again and again..

2021-05-25 Thread Balazs Benics via cfe-commits
Author: Ella Ma Date: 2021-05-25T09:44:13+02:00 New Revision: d59b4acf80d59c461decd41400988febaf0af8ca URL: https://github.com/llvm/llvm-project/commit/d59b4acf80d59c461decd41400988febaf0af8ca DIFF: https://github.com/llvm/llvm-project/commit/d59b4acf80d59c461decd41400988febaf0af8ca.diff LOG:

[clang] f05b70c - Revert "[analyzer][ctu] Avoid parsing invocation list again and again during on-demand parsing of CTU"

2021-05-25 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-05-25T09:29:56+02:00 New Revision: f05b70c23687fdf3de349ab1dd99ad79c4c40e85 URL: https://github.com/llvm/llvm-project/commit/f05b70c23687fdf3de349ab1dd99ad79c4c40e85 DIFF: https://github.com/llvm/llvm-project/commit/f05b70c23687fdf3de349ab1dd99ad79c4c40e85.diff

[clang] 058f384 - [analyzer] Correctly propagate ConstructionContextLayer thru ParenExpr

2021-05-24 Thread Balazs Benics via cfe-commits
Author: Tomasz KamiƄski Date: 2021-05-24T10:16:52+02:00 New Revision: 058f384ae94ae0ac94441043804e4a25d338d483 URL: https://github.com/llvm/llvm-project/commit/058f384ae94ae0ac94441043804e4a25d338d483 DIFF:

[clang] 3dae019 - [analyzer] Make CheckerManager::hasPathSensitiveCheckers() complete again

2021-06-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-06-29T16:35:07+02:00 New Revision: 3dae01911b6902f00e80eb7ebdc2f55bb28f173e URL: https://github.com/llvm/llvm-project/commit/3dae01911b6902f00e80eb7ebdc2f55bb28f173e DIFF: https://github.com/llvm/llvm-project/commit/3dae01911b6902f00e80eb7ebdc2f55bb28f173e.diff

[clang] aa454dd - [analyzer] LValueToRValueBitCasts should evaluate to an r-value

2021-07-01 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-07-01T10:54:22+02:00 New Revision: aa454dda2eed4e71081bc57b1f32dfce2486b177 URL: https://github.com/llvm/llvm-project/commit/aa454dda2eed4e71081bc57b1f32dfce2486b177 DIFF: https://github.com/llvm/llvm-project/commit/aa454dda2eed4e71081bc57b1f32dfce2486b177.diff

[clang] 55662b2 - [analyzer][NFC] Inline ExprEngine::handleLVectorSplat()

2021-07-01 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-07-01T10:54:28+02:00 New Revision: 55662b24a4755680e4fd34dc22a3dd555fdb1291 URL: https://github.com/llvm/llvm-project/commit/55662b24a4755680e4fd34dc22a3dd555fdb1291 DIFF: https://github.com/llvm/llvm-project/commit/55662b24a4755680e4fd34dc22a3dd555fdb1291.diff

[clang] d3e14fa - [analyzer][NFC] Display the correct function name even in crash dumps

2021-07-12 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-07-12T09:06:46+02:00 New Revision: d3e14fafc69a07e3dab9ddb91f1d810bb5f8d7a0 URL: https://github.com/llvm/llvm-project/commit/d3e14fafc69a07e3dab9ddb91f1d810bb5f8d7a0 DIFF: https://github.com/llvm/llvm-project/commit/d3e14fafc69a07e3dab9ddb91f1d810bb5f8d7a0.diff

[clang] d882750 - [analyzer] Fix a crash for dereferencing an empty llvm::Optional variable in SMTConstraintManager.h.

2021-05-04 Thread Balazs Benics via cfe-commits
Author: Ella Ma Date: 2021-05-04T16:50:21+02:00 New Revision: d882750f1105b20d892545e7ebd96f82166dcb53 URL: https://github.com/llvm/llvm-project/commit/d882750f1105b20d892545e7ebd96f82166dcb53 DIFF: https://github.com/llvm/llvm-project/commit/d882750f1105b20d892545e7ebd96f82166dcb53.diff LOG:

[clang] 1d8fc08 - [clang][lit] Allow test cases to use the compiler that are used to compile Clang

2021-03-24 Thread Balazs Benics via cfe-commits
Author: Ella Ma Date: 2021-03-24T11:32:57+01:00 New Revision: 1d8fc086ae26a1f973b25387b5063f1e801dc0f7 URL: https://github.com/llvm/llvm-project/commit/1d8fc086ae26a1f973b25387b5063f1e801dc0f7 DIFF: https://github.com/llvm/llvm-project/commit/1d8fc086ae26a1f973b25387b5063f1e801dc0f7.diff LOG:

[clang] 936d1e9 - [ASTImporter][NFC] Improve test coverage

2021-03-31 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-31T12:10:23+02:00 New Revision: 936d1e97a32d05471f845d69496abcbf54687e72 URL: https://github.com/llvm/llvm-project/commit/936d1e97a32d05471f845d69496abcbf54687e72 DIFF: https://github.com/llvm/llvm-project/commit/936d1e97a32d05471f845d69496abcbf54687e72.diff

[clang] 9d474be - [ASTImporter][NFC] Fix duplicated symbols in "Improve test coverage"

2021-03-31 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-31T12:47:50+02:00 New Revision: 9d474be11d71b5ae13490d3d8bd66150765560e3 URL: https://github.com/llvm/llvm-project/commit/9d474be11d71b5ae13490d3d8bd66150765560e3 DIFF: https://github.com/llvm/llvm-project/commit/9d474be11d71b5ae13490d3d8bd66150765560e3.diff

[clang] 0e0ea9f - [analyzer][CTU][NFC] Add an extra regression test

2021-03-10 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-10T12:42:24+01:00 New Revision: 0e0ea9ffb8027b2e785b383d66b06bbd92dc7a46 URL: https://github.com/llvm/llvm-project/commit/0e0ea9ffb8027b2e785b383d66b06bbd92dc7a46 DIFF: https://github.com/llvm/llvm-project/commit/0e0ea9ffb8027b2e785b383d66b06bbd92dc7a46.diff

[clang] bcc6624 - [analyzer] Crash fix for alpha.cplusplus.IteratorRange

2021-03-10 Thread Balazs Benics via cfe-commits
Author: Adam Balogh Date: 2021-03-10T12:42:24+01:00 New Revision: bcc662484a95c95f7d193e6a791fc5d1c4a2c74f URL: https://github.com/llvm/llvm-project/commit/bcc662484a95c95f7d193e6a791fc5d1c4a2c74f DIFF: https://github.com/llvm/llvm-project/commit/bcc662484a95c95f7d193e6a791fc5d1c4a2c74f.diff

[clang] 57e149d - [analyzer][docs][NFC] Fix typo in checkers.rst

2021-03-10 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-10T12:42:23+01:00 New Revision: 57e149d386286031e0fd118acf162056ce9d4795 URL: https://github.com/llvm/llvm-project/commit/57e149d386286031e0fd118acf162056ce9d4795 DIFF: https://github.com/llvm/llvm-project/commit/57e149d386286031e0fd118acf162056ce9d4795.diff

[clang] 0dc0e2a - [analyzer][NFC] Add more tests for ArrayBoundCheckerV2

2021-03-10 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-10T12:42:23+01:00 New Revision: 0dc0e2a9ab3cc6be3d4012ea861f54e69854472d URL: https://github.com/llvm/llvm-project/commit/0dc0e2a9ab3cc6be3d4012ea861f54e69854472d DIFF: https://github.com/llvm/llvm-project/commit/0dc0e2a9ab3cc6be3d4012ea861f54e69854472d.diff

[clang] c1fb23c - [clang][ASTImporter] Fix import of VarDecl regarding thread local storage spec

2021-03-18 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-18T13:06:38+01:00 New Revision: c1fb23c1aadd22e736c4a1c36c146bbfbc48f959 URL: https://github.com/llvm/llvm-project/commit/c1fb23c1aadd22e736c4a1c36c146bbfbc48f959 DIFF: https://github.com/llvm/llvm-project/commit/c1fb23c1aadd22e736c4a1c36c146bbfbc48f959.diff

[clang] a94ac46 - [analyzer][CTU][NFC] Fix "Add an extra regression test"

2021-03-10 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-03-10T13:07:49+01:00 New Revision: a94ac467c2974d9afe68f3fe6cff27bd19bcfad0 URL: https://github.com/llvm/llvm-project/commit/a94ac467c2974d9afe68f3fe6cff27bd19bcfad0 DIFF: https://github.com/llvm/llvm-project/commit/a94ac467c2974d9afe68f3fe6cff27bd19bcfad0.diff

[clang] f0e102c - [analyzer][NFC] Add tests for extents

2021-04-07 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-04-07T13:43:19+02:00 New Revision: f0e102c1a39f0f7e9e309b27916533b8fefd9be7 URL: https://github.com/llvm/llvm-project/commit/f0e102c1a39f0f7e9e309b27916533b8fefd9be7 DIFF: https://github.com/llvm/llvm-project/commit/f0e102c1a39f0f7e9e309b27916533b8fefd9be7.diff

[clang] 7c58fb6 - [analyzer] Create MacroExpansionContext member in AnalysisConsumer

2021-02-22 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-02-22T11:12:14+01:00 New Revision: 7c58fb6ba04e28e594587bb27f13849cc1f2d305 URL: https://github.com/llvm/llvm-project/commit/7c58fb6ba04e28e594587bb27f13849cc1f2d305 DIFF: https://github.com/llvm/llvm-project/commit/7c58fb6ba04e28e594587bb27f13849cc1f2d305.diff

[clang] 6e30710 - [analyzer] Introduce MacroExpansionContext to libAnalysis

2021-02-22 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-02-22T11:11:57+01:00 New Revision: 6e3071007b4c9438d2ae49476de87db30d6d24e9 URL: https://github.com/llvm/llvm-project/commit/6e3071007b4c9438d2ae49476de87db30d6d24e9 DIFF: https://github.com/llvm/llvm-project/commit/6e3071007b4c9438d2ae49476de87db30d6d24e9.diff

[clang] 38b1858 - [analyzer][CTU] API for CTU macro expansions

2021-02-22 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-02-22T11:12:22+01:00 New Revision: 38b185832e04ed0588c43161f5c3a8c0ce267497 URL: https://github.com/llvm/llvm-project/commit/38b185832e04ed0588c43161f5c3a8c0ce267497 DIFF: https://github.com/llvm/llvm-project/commit/38b185832e04ed0588c43161f5c3a8c0ce267497.diff

[clang] 6ad47e1 - [analyzer] Catch leaking stack addresses via stack variables

2021-08-27 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-27T11:31:16+02:00 New Revision: 6ad47e1c4fbfa8a752cb711acdf242fed3f16a68 URL: https://github.com/llvm/llvm-project/commit/6ad47e1c4fbfa8a752cb711acdf242fed3f16a68 DIFF: https://github.com/llvm/llvm-project/commit/6ad47e1c4fbfa8a752cb711acdf242fed3f16a68.diff

[clang] 6808856 - [analyzer] MallocOverflow should consider comparisons only preceding malloc

2021-08-27 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-27T14:41:26+02:00 New Revision: 68088563fbadba92a153cbe03c1586033b19322d URL: https://github.com/llvm/llvm-project/commit/68088563fbadba92a153cbe03c1586033b19322d DIFF: https://github.com/llvm/llvm-project/commit/68088563fbadba92a153cbe03c1586033b19322d.diff

[clang] ad59735 - Fix __has_unique_object_representations with no_unique_address

2021-08-26 Thread Balazs Benics via cfe-commits
Author: Gabor Bencze Date: 2021-08-26T09:23:37+02:00 New Revision: ad59735f9d150ebd10d4752a4468795c39f02c5d URL: https://github.com/llvm/llvm-project/commit/ad59735f9d150ebd10d4752a4468795c39f02c5d DIFF: https://github.com/llvm/llvm-project/commit/ad59735f9d150ebd10d4752a4468795c39f02c5d.diff

[clang-tools-extra] 3373e84 - [clang-tidy] Add bugprone-suspicious-memory-comparison check

2021-08-26 Thread Balazs Benics via cfe-commits
Author: Gabor Bencze Date: 2021-08-26T09:23:37+02:00 New Revision: 3373e845398bfb8fa0e3c81b7ca84cbfedbad3ae URL: https://github.com/llvm/llvm-project/commit/3373e845398bfb8fa0e3c81b7ca84cbfedbad3ae DIFF: https://github.com/llvm/llvm-project/commit/3373e845398bfb8fa0e3c81b7ca84cbfedbad3ae.diff

[clang] df1f4e0 - Revert "[analyzer] Ignore IncompleteArrayTypes in getStaticSize() for FAMs"

2021-08-25 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-25T16:43:25+02:00 New Revision: df1f4e0cc6ec9a734aae41ffd48ee8b2007fcabb URL: https://github.com/llvm/llvm-project/commit/df1f4e0cc6ec9a734aae41ffd48ee8b2007fcabb DIFF: https://github.com/llvm/llvm-project/commit/df1f4e0cc6ec9a734aae41ffd48ee8b2007fcabb.diff

[clang] 360ced3 - [analyzer] Ignore IncompleteArrayTypes in getStaticSize() for FAMs

2021-08-25 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-25T16:12:17+02:00 New Revision: 360ced3b8fd2cfb9f2a26deb739e6c381e98b9a5 URL: https://github.com/llvm/llvm-project/commit/360ced3b8fd2cfb9f2a26deb739e6c381e98b9a5 DIFF: https://github.com/llvm/llvm-project/commit/360ced3b8fd2cfb9f2a26deb739e6c381e98b9a5.diff

[clang] 379b639 - Revert "[analyzer] Extend the documentation of MallocOverflow"

2021-08-26 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-26T15:29:32+02:00 New Revision: 379b6394d9ca254593b77ec3c0028e6d820715e4 URL: https://github.com/llvm/llvm-project/commit/379b6394d9ca254593b77ec3c0028e6d820715e4 DIFF: https://github.com/llvm/llvm-project/commit/379b6394d9ca254593b77ec3c0028e6d820715e4.diff

[clang] 6097a41 - [analyzer] Extend the documentation of MallocOverflow

2021-08-26 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-26T15:20:41+02:00 New Revision: 6097a41924584b613153237d8e66e9660001ce7d URL: https://github.com/llvm/llvm-project/commit/6097a41924584b613153237d8e66e9660001ce7d DIFF: https://github.com/llvm/llvm-project/commit/6097a41924584b613153237d8e66e9660001ce7d.diff

[clang] e5646b9 - Revert "Revert "[analyzer] Ignore IncompleteArrayTypes in getStaticSize() for FAMs""

2021-08-25 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-25T17:19:06+02:00 New Revision: e5646b9254e0150e7897bd2658fa0b19eef39070 URL: https://github.com/llvm/llvm-project/commit/e5646b9254e0150e7897bd2658fa0b19eef39070 DIFF: https://github.com/llvm/llvm-project/commit/e5646b9254e0150e7897bd2658fa0b19eef39070.diff

[clang] b97a964 - [analyzer] SValBuilder should have an easy access to AnalyzerOptions

2021-09-04 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-09-04T10:19:57+02:00 New Revision: b97a96400a3f9ec33b80d0726111aae1c7b24513 URL: https://github.com/llvm/llvm-project/commit/b97a96400a3f9ec33b80d0726111aae1c7b24513 DIFF: https://github.com/llvm/llvm-project/commit/b97a96400a3f9ec33b80d0726111aae1c7b24513.diff

[clang] d6ca91e - [clang][AST] Add support for SubstTemplateTypeParmPackType to ASTImporter

2021-09-04 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-09-04T10:19:57+02:00 New Revision: d6ca91ea42455453d08a7922e96fa6685827028d URL: https://github.com/llvm/llvm-project/commit/d6ca91ea42455453d08a7922e96fa6685827028d DIFF: https://github.com/llvm/llvm-project/commit/d6ca91ea42455453d08a7922e96fa6685827028d.diff

[clang] 91c07eb - [analyzer] Ignore single element arrays in getStaticSize() conditionally

2021-09-04 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-09-04T10:19:57+02:00 New Revision: 91c07eb8ee6ea2d48158dce123bac7b7c30eb294 URL: https://github.com/llvm/llvm-project/commit/91c07eb8ee6ea2d48158dce123bac7b7c30eb294 DIFF: https://github.com/llvm/llvm-project/commit/91c07eb8ee6ea2d48158dce123bac7b7c30eb294.diff

[clang] 7fc1503 - [analyzer] Bifurcate on getenv() calls

2021-10-13 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-13T10:50:26+02:00 New Revision: 7fc150309d27b0f98239bec758b895efda8c0481 URL: https://github.com/llvm/llvm-project/commit/7fc150309d27b0f98239bec758b895efda8c0481 DIFF: https://github.com/llvm/llvm-project/commit/7fc150309d27b0f98239bec758b895efda8c0481.diff

[clang] edde4ef - [analyzer] Introduce the assume-controlled-environment config option

2021-10-13 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-13T10:50:26+02:00 New Revision: edde4efc66df2257f0b2351d5f98b4fbb2ced620 URL: https://github.com/llvm/llvm-project/commit/edde4efc66df2257f0b2351d5f98b4fbb2ced620 DIFF: https://github.com/llvm/llvm-project/commit/edde4efc66df2257f0b2351d5f98b4fbb2ced620.diff

[clang] 16be17a - [analyzer][NFC] Refactor llvm::isa<> usages in the StaticAnalyzer

2021-10-20 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-20T17:43:31+02:00 New Revision: 16be17ad4b13deb23c893c3c668076e70b07f289 URL: https://github.com/llvm/llvm-project/commit/16be17ad4b13deb23c893c3c668076e70b07f289 DIFF: https://github.com/llvm/llvm-project/commit/16be17ad4b13deb23c893c3c668076e70b07f289.diff

[clang] 5644d15 - [analyzer][NFC] Add unittests for CallDescription and split the old ones

2021-10-18 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-18T14:57:24+02:00 New Revision: 5644d152578f4604f7dc8c908a0a3f91a726ad80 URL: https://github.com/llvm/llvm-project/commit/5644d152578f4604f7dc8c908a0a3f91a726ad80 DIFF: https://github.com/llvm/llvm-project/commit/5644d152578f4604f7dc8c908a0a3f91a726ad80.diff

[clang] 3ec7b91 - [analyzer][NFC] Refactor CallEvent::isCalled()

2021-10-18 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-18T14:57:24+02:00 New Revision: 3ec7b91141da4b3f4dce4964ca3ea7c3549584d2 URL: https://github.com/llvm/llvm-project/commit/3ec7b91141da4b3f4dce4964ca3ea7c3549584d2 DIFF: https://github.com/llvm/llvm-project/commit/3ec7b91141da4b3f4dce4964ca3ea7c3549584d2.diff

[clang] 72d04d7 - [analyzer] Allow matching non-CallExprs using CallDescriptions

2021-10-18 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-18T14:57:24+02:00 New Revision: 72d04d7b2b53eea977e160551077cf1a3f51ba9a URL: https://github.com/llvm/llvm-project/commit/72d04d7b2b53eea977e160551077cf1a3f51ba9a DIFF: https://github.com/llvm/llvm-project/commit/72d04d7b2b53eea977e160551077cf1a3f51ba9a.diff

[clang] e5e0e00 - [NFC] Cleanup the overload of ASTImporter::import()

2021-09-30 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-09-30T11:53:08+02:00 New Revision: e5e0e00831ba093639edbd443b6e05b3118f8930 URL: https://github.com/llvm/llvm-project/commit/e5e0e00831ba093639edbd443b6e05b3118f8930 DIFF: https://github.com/llvm/llvm-project/commit/e5e0e00831ba093639edbd443b6e05b3118f8930.diff

[clang] a3d0b58 - [analyzer] Fix deprecated plistlib functions

2021-10-01 Thread Balazs Benics via cfe-commits
Author: Manas Date: 2021-10-01T17:07:24+02:00 New Revision: a3d0b5805e5ff2fd870df5be5c3197eee0bb74a0 URL: https://github.com/llvm/llvm-project/commit/a3d0b5805e5ff2fd870df5be5c3197eee0bb74a0 DIFF: https://github.com/llvm/llvm-project/commit/a3d0b5805e5ff2fd870df5be5c3197eee0bb74a0.diff LOG:

[clang] 66d9d10 - [clang][AST] Add support for ShuffleVectorExpr to ASTImporter

2021-09-27 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-09-27T10:17:12+02:00 New Revision: 66d9d1012b031e7f7559e8f0e03b9e7bfb6c20a1 URL: https://github.com/llvm/llvm-project/commit/66d9d1012b031e7f7559e8f0e03b9e7bfb6c20a1 DIFF: https://github.com/llvm/llvm-project/commit/66d9d1012b031e7f7559e8f0e03b9e7bfb6c20a1.diff

[clang] af79f1b - [analyzer] Extend the documentation of MallocOverflow

2021-08-26 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-08-26T18:15:10+02:00 New Revision: af79f1bff90bee957ec9f963b68226e0b33eb169 URL: https://github.com/llvm/llvm-project/commit/af79f1bff90bee957ec9f963b68226e0b33eb169 DIFF: https://github.com/llvm/llvm-project/commit/af79f1bff90bee957ec9f963b68226e0b33eb169.diff

[clang] e1fdec8 - [analyzer] Add std::string checker

2021-10-25 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-25T11:15:40+02:00 New Revision: e1fdec875ff13504057fa01227458c9afa08222f URL: https://github.com/llvm/llvm-project/commit/e1fdec875ff13504057fa01227458c9afa08222f DIFF: https://github.com/llvm/llvm-project/commit/e1fdec875ff13504057fa01227458c9afa08222f.diff

[clang] caeef19 - [analyzer] Allow cmake options to be passed to satest container

2021-10-25 Thread Balazs Benics via cfe-commits
Author: Manas Date: 2021-10-25T11:15:40+02:00 New Revision: caeef1995ab47387fa8da3e958afc5637b4e893d URL: https://github.com/llvm/llvm-project/commit/caeef1995ab47387fa8da3e958afc5637b4e893d DIFF: https://github.com/llvm/llvm-project/commit/caeef1995ab47387fa8da3e958afc5637b4e893d.diff LOG:

[clang] 9873ef4 - [analyzer] Ignore flex generated files

2021-12-06 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-12-06T10:20:17+01:00 New Revision: 9873ef409c4a937c566e20e7a88af049d212ce03 URL: https://github.com/llvm/llvm-project/commit/9873ef409c4a937c566e20e7a88af049d212ce03 DIFF: https://github.com/llvm/llvm-project/commit/9873ef409c4a937c566e20e7a88af049d212ce03.diff

[clang] a6816b9 - [analyzer][solver] Fix assertion on (NonLoc, Op, Loc) expressions

2021-12-06 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-12-06T18:38:58+01:00 New Revision: a6816b957d28ab7855f2af1277c72a6d65b600b4 URL: https://github.com/llvm/llvm-project/commit/a6816b957d28ab7855f2af1277c72a6d65b600b4 DIFF: https://github.com/llvm/llvm-project/commit/a6816b957d28ab7855f2af1277c72a6d65b600b4.diff

[clang] 0b9d3a6 - [analyzer][NFC] Separate CallDescription from CallEvent

2021-11-15 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-15T19:10:46+01:00 New Revision: 0b9d3a6e53e6c6488b531f3c8c281b485ca3b14a URL: https://github.com/llvm/llvm-project/commit/0b9d3a6e53e6c6488b531f3c8c281b485ca3b14a DIFF: https://github.com/llvm/llvm-project/commit/0b9d3a6e53e6c6488b531f3c8c281b485ca3b14a.diff

[clang] f3753ad - [ASTImporter][NFC] Dump decl name at assertion violation

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T11:31:01+01:00 New Revision: f3753ad774506804ef5df065b48268712bdaa554 URL: https://github.com/llvm/llvm-project/commit/f3753ad774506804ef5df065b48268712bdaa554 DIFF: https://github.com/llvm/llvm-project/commit/f3753ad774506804ef5df065b48268712bdaa554.diff

[clang] 35ff3a0 - [analyzer][NFC] Make the API of CallDescription safer slightly

2021-11-17 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-17T15:55:35+01:00 New Revision: 35ff3a0095d5b2dafa2fc8dd762377342aef9c50 URL: https://github.com/llvm/llvm-project/commit/35ff3a0095d5b2dafa2fc8dd762377342aef9c50 DIFF: https://github.com/llvm/llvm-project/commit/35ff3a0095d5b2dafa2fc8dd762377342aef9c50.diff

[clang] bf55b9f - [analyzer][docs] Ellaborate the docs of cplusplus.StringChecker

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T11:59:46+01:00 New Revision: bf55b9f0d0e938def5d24629325b271cbfc3b04a URL: https://github.com/llvm/llvm-project/commit/bf55b9f0d0e938def5d24629325b271cbfc3b04a DIFF: https://github.com/llvm/llvm-project/commit/bf55b9f0d0e938def5d24629325b271cbfc3b04a.diff

[clang] 97f1bf1 - [analyzer][NFC] Consolidate the inner representation of CallDescriptions

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: 97f1bf15b154ef32608fe17b82f2f312401d150c URL: https://github.com/llvm/llvm-project/commit/97f1bf15b154ef32608fe17b82f2f312401d150c DIFF: https://github.com/llvm/llvm-project/commit/97f1bf15b154ef32608fe17b82f2f312401d150c.diff

[clang] e6ef134 - [analyzer][NFC] Use enum for CallDescription flags

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: e6ef134f3c77005438f9fb7c1d17d3c30747844e URL: https://github.com/llvm/llvm-project/commit/e6ef134f3c77005438f9fb7c1d17d3c30747844e DIFF: https://github.com/llvm/llvm-project/commit/e6ef134f3c77005438f9fb7c1d17d3c30747844e.diff

[clang] f18da19 - [analyzer][NFC] Switch to using CallDescription::matches() instead of isCalled()

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: f18da190b0dba817d33ccd7727537f12304d8125 URL: https://github.com/llvm/llvm-project/commit/f18da190b0dba817d33ccd7727537f12304d8125 DIFF: https://github.com/llvm/llvm-project/commit/f18da190b0dba817d33ccd7727537f12304d8125.diff

[clang] 9ad0a90 - [analyzer][NFC] Demonstrate the use of CallDescriptionSet

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: 9ad0a90baa8ca8067fe65086056fffd083c86796 URL: https://github.com/llvm/llvm-project/commit/9ad0a90baa8ca8067fe65086056fffd083c86796 DIFF: https://github.com/llvm/llvm-project/commit/9ad0a90baa8ca8067fe65086056fffd083c86796.diff

[clang] d448fcd - [analyzer][NFC] Introduce CallDescriptionSets

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: d448fcd9b2238377dd8832ce9e35a37b59ef5aeb URL: https://github.com/llvm/llvm-project/commit/d448fcd9b2238377dd8832ce9e35a37b59ef5aeb DIFF: https://github.com/llvm/llvm-project/commit/d448fcd9b2238377dd8832ce9e35a37b59ef5aeb.diff

[clang] 6c51270 - [analyzer][NFC] Introduce CallDescription::matches() in addition to isCalled()

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: 6c512703a9e6e495afa0f44528821c27f28db795 URL: https://github.com/llvm/llvm-project/commit/6c512703a9e6e495afa0f44528821c27f28db795 DIFF: https://github.com/llvm/llvm-project/commit/6c512703a9e6e495afa0f44528821c27f28db795.diff

[clang] de9d7e4 - [analyzer][NFC] CallDescription should own the qualified name parts

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:32:13+01:00 New Revision: de9d7e42aca29920e9918ecaed4ad9c45fa673f1 URL: https://github.com/llvm/llvm-project/commit/de9d7e42aca29920e9918ecaed4ad9c45fa673f1 DIFF: https://github.com/llvm/llvm-project/commit/de9d7e42aca29920e9918ecaed4ad9c45fa673f1.diff

[clang] d5de568 - [analyzer][NFC] MaybeUInt -> MaybeCount

2021-11-19 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-19T18:36:55+01:00 New Revision: d5de568cc7375281b14bd2632576bff7f4afabc3 URL: https://github.com/llvm/llvm-project/commit/d5de568cc7375281b14bd2632576bff7f4afabc3 DIFF: https://github.com/llvm/llvm-project/commit/d5de568cc7375281b14bd2632576bff7f4afabc3.diff

[clang-tools-extra] 0540485 - [libtooling][clang-tidy] Fix crashing on rendering invalid SourceRanges

2021-11-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-29T09:56:43+01:00 New Revision: 0540485436c4dd225e6a40e6db1240f096d145d3 URL: https://github.com/llvm/llvm-project/commit/0540485436c4dd225e6a40e6db1240f096d145d3 DIFF: https://github.com/llvm/llvm-project/commit/0540485436c4dd225e6a40e6db1240f096d145d3.diff

[clang-tools-extra] e1d0673 - [clang-tidy] Fix crashing altera-struct-pack-align on invalid RecordDecls

2021-11-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-29T09:56:43+01:00 New Revision: e1d0673aeeece138d4865385a24a86f6954dff72 URL: https://github.com/llvm/llvm-project/commit/e1d0673aeeece138d4865385a24a86f6954dff72 DIFF: https://github.com/llvm/llvm-project/commit/e1d0673aeeece138d4865385a24a86f6954dff72.diff

[clang-tools-extra] 0685e83 - Fix cppcoreguidelines-virtual-base-class-destructor in macros

2021-11-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-29T09:56:43+01:00 New Revision: 0685e83534ef8917f277b394da2927cabff8129f URL: https://github.com/llvm/llvm-project/commit/0685e83534ef8917f277b394da2927cabff8129f DIFF: https://github.com/llvm/llvm-project/commit/0685e83534ef8917f277b394da2927cabff8129f.diff

[clang-tools-extra] a8120a7 - [clang-tidy] Ignore narrowing conversions in case of bitfields

2021-11-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-29T09:56:43+01:00 New Revision: a8120a771143c15480b508c19a14c0c85a36378c URL: https://github.com/llvm/llvm-project/commit/a8120a771143c15480b508c19a14c0c85a36378c DIFF: https://github.com/llvm/llvm-project/commit/a8120a771143c15480b508c19a14c0c85a36378c.diff

[clang] af37d4b - [analyzer][NFC] Refactor AnalysisConsumer::getModeForDecl()

2021-11-29 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-29T10:39:36+01:00 New Revision: af37d4b6fee8990d5b029796681b59e0d0390c28 URL: https://github.com/llvm/llvm-project/commit/af37d4b6fee8990d5b029796681b59e0d0390c28 DIFF: https://github.com/llvm/llvm-project/commit/af37d4b6fee8990d5b029796681b59e0d0390c28.diff

[clang] 9b5c9c4 - [analyzer] Dump checker name if multiple checkers evaluate the same call

2021-11-02 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-11-02T14:42:14+01:00 New Revision: 9b5c9c469d90227251d9da9108ee7985ba415f2b URL: https://github.com/llvm/llvm-project/commit/9b5c9c469d90227251d9da9108ee7985ba415f2b DIFF: https://github.com/llvm/llvm-project/commit/9b5c9c469d90227251d9da9108ee7985ba415f2b.diff

[clang] c184072 - [analyzer] Fix StringChecker for Unknown params

2021-10-26 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-26T18:15:00+02:00 New Revision: c18407217e91abea73555e07956d7132dd093bd2 URL: https://github.com/llvm/llvm-project/commit/c18407217e91abea73555e07956d7132dd093bd2 DIFF: https://github.com/llvm/llvm-project/commit/c18407217e91abea73555e07956d7132dd093bd2.diff

[clang] 49285f4 - [analyzer] sprintf is a taint propagator not a source

2021-10-28 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-28T11:03:02+02:00 New Revision: 49285f43e5ed17206235e43c9cd17762d77ed275 URL: https://github.com/llvm/llvm-project/commit/49285f43e5ed17206235e43c9cd17762d77ed275 DIFF: https://github.com/llvm/llvm-project/commit/49285f43e5ed17206235e43c9cd17762d77ed275.diff

[clang] f9db6a4 - Revert "[analyzer][solver] Introduce reasoning for not equal to operator"

2021-10-23 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2021-10-23T21:01:59+02:00 New Revision: f9db6a44eb37fe4c97521e033ff2e30e9558d86a URL: https://github.com/llvm/llvm-project/commit/f9db6a44eb37fe4c97521e033ff2e30e9558d86a DIFF: https://github.com/llvm/llvm-project/commit/f9db6a44eb37fe4c97521e033ff2e30e9558d86a.diff

[clang] 333d66b - [analyzer][ctu] Fix wrong 'multiple definitions' errors caused by space characters in lookup names when parsing the ctu index file

2021-12-16 Thread Balazs Benics via cfe-commits
Author: Ella Ma Date: 2021-12-16T17:47:59+01:00 New Revision: 333d66b09494b7ebc1a89f2befa79128a56f77e3 URL: https://github.com/llvm/llvm-project/commit/333d66b09494b7ebc1a89f2befa79128a56f77e3 DIFF: https://github.com/llvm/llvm-project/commit/333d66b09494b7ebc1a89f2befa79128a56f77e3.diff LOG:

[clang-tools-extra] e86324f - [clang-tidy][NFC] Document bugprone-narrowing-conversions check alias

2022-03-04 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-03-04T16:47:11+01:00 New Revision: e86324f80031fb5596f9f7437cb8c0b24fcf3143 URL: https://github.com/llvm/llvm-project/commit/e86324f80031fb5596f9f7437cb8c0b24fcf3143 DIFF: https://github.com/llvm/llvm-project/commit/e86324f80031fb5596f9f7437cb8c0b24fcf3143.diff

[clang-tools-extra] 200e7a8 - [clang-tidy][docs][NFC] Refer to the CERT rule in bugprone-shared-ptr-array-mismatch docs

2022-03-13 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-03-13T17:51:00+01:00 New Revision: 200e7a84701257afe80fd0b168fef78cf29aa523 URL: https://github.com/llvm/llvm-project/commit/200e7a84701257afe80fd0b168fef78cf29aa523 DIFF: https://github.com/llvm/llvm-project/commit/200e7a84701257afe80fd0b168fef78cf29aa523.diff

[clang-tools-extra] d321f09 - [clang-tidy][docs][NFC] Update URL and docs of PostfixOperatorCheck

2022-03-13 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-03-13T17:51:00+01:00 New Revision: d321f0992684b0dad255fe2d9bb14523a685c5c4 URL: https://github.com/llvm/llvm-project/commit/d321f0992684b0dad255fe2d9bb14523a685c5c4 DIFF: https://github.com/llvm/llvm-project/commit/d321f0992684b0dad255fe2d9bb14523a685c5c4.diff

[clang-tools-extra] 665879b - [clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheck

2022-03-13 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-03-13T17:51:00+01:00 New Revision: 665879b9e7d1bc1b3a329b152d27225d7c975ca3 URL: https://github.com/llvm/llvm-project/commit/665879b9e7d1bc1b3a329b152d27225d7c975ca3 DIFF: https://github.com/llvm/llvm-project/commit/665879b9e7d1bc1b3a329b152d27225d7c975ca3.diff

[clang] 4642c64 - [analyzer] Remove breaking RUN line in the test case

2022-02-16 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-16T10:56:18+01:00 New Revision: 4642c640f4ef76b7e98420c98b7391f069293838 URL: https://github.com/llvm/llvm-project/commit/4642c640f4ef76b7e98420c98b7391f069293838 DIFF: https://github.com/llvm/llvm-project/commit/4642c640f4ef76b7e98420c98b7391f069293838.diff

[clang] b3c0014 - Revert "Revert "[analyzer] Prevent misuses of -analyze-function""

2022-02-16 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-16T10:33:21+01:00 New Revision: b3c0014e5a7530645f502d8b19ef1df313cc85b9 URL: https://github.com/llvm/llvm-project/commit/b3c0014e5a7530645f502d8b19ef1df313cc85b9 DIFF: https://github.com/llvm/llvm-project/commit/b3c0014e5a7530645f502d8b19ef1df313cc85b9.diff

[clang] fa0a80e - Revert "Revert "[analyzer] Add failing test case demonstrating buggy taint propagation""

2022-02-23 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-23T10:48:06+01:00 New Revision: fa0a80e017ebd58a71bdb4e4493bb022f80fe791 URL: https://github.com/llvm/llvm-project/commit/fa0a80e017ebd58a71bdb4e4493bb022f80fe791 DIFF: https://github.com/llvm/llvm-project/commit/fa0a80e017ebd58a71bdb4e4493bb022f80fe791.diff

[clang] 7036413 - Revert "Revert "[analyzer] Fix taint rule of fgets and setproctitle_init""

2022-02-23 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-23T12:55:31+01:00 New Revision: 7036413dc21254c8bf2f4ac62a3b087bc4b94ce8 URL: https://github.com/llvm/llvm-project/commit/7036413dc21254c8bf2f4ac62a3b087bc4b94ce8 DIFF: https://github.com/llvm/llvm-project/commit/7036413dc21254c8bf2f4ac62a3b087bc4b94ce8.diff

[clang] a848a5c - Revert "Revert "[analyzer] Fix taint propagation by remembering to the location context""

2022-02-23 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-23T12:53:07+01:00 New Revision: a848a5cf2f2f2f8a621bdc5a12e0fe49dc743176 URL: https://github.com/llvm/llvm-project/commit/a848a5cf2f2f2f8a621bdc5a12e0fe49dc743176 DIFF: https://github.com/llvm/llvm-project/commit/a848a5cf2f2f2f8a621bdc5a12e0fe49dc743176.diff

[clang] 3ca1098 - [clang][scan-build] Change mode of installation for scan-build.1

2022-03-02 Thread Balazs Benics via cfe-commits
Author: Manas Date: 2022-03-02T13:12:08+01:00 New Revision: 3ca1098557091247524acef9a3759379ba7a3e59 URL: https://github.com/llvm/llvm-project/commit/3ca1098557091247524acef9a3759379ba7a3e59 DIFF: https://github.com/llvm/llvm-project/commit/3ca1098557091247524acef9a3759379ba7a3e59.diff LOG:

[clang] 744745a - [analyzer] Add failing test case demonstrating buggy taint propagation

2022-02-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-14T16:55:55+01:00 New Revision: 744745ae195f0997e5bfd5aa2de47b9ea156b6a6 URL: https://github.com/llvm/llvm-project/commit/744745ae195f0997e5bfd5aa2de47b9ea156b6a6 DIFF: https://github.com/llvm/llvm-project/commit/744745ae195f0997e5bfd5aa2de47b9ea156b6a6.diff

[clang] b099e1e - [analyzer] Fix taint propagation by remembering to the location context

2022-02-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-14T16:55:55+01:00 New Revision: b099e1e562555fbc67e2e0abbc15074e14a85ff1 URL: https://github.com/llvm/llvm-project/commit/b099e1e562555fbc67e2e0abbc15074e14a85ff1 DIFF: https://github.com/llvm/llvm-project/commit/b099e1e562555fbc67e2e0abbc15074e14a85ff1.diff

[clang] bf5963b - [analyzer] Fix taint rule of fgets and setproctitle_init

2022-02-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-14T16:55:55+01:00 New Revision: bf5963bf19670ea58facdf57492e147c13bb650f URL: https://github.com/llvm/llvm-project/commit/bf5963bf19670ea58facdf57492e147c13bb650f DIFF: https://github.com/llvm/llvm-project/commit/bf5963bf19670ea58facdf57492e147c13bb650f.diff

[clang] 2acead3 - Revert "[analyzer] Fix taint rule of fgets and setproctitle_init"

2022-02-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-14T18:45:46+01:00 New Revision: 2acead35c1289d2b3593a992b0639ca6427e481f URL: https://github.com/llvm/llvm-project/commit/2acead35c1289d2b3593a992b0639ca6427e481f DIFF: https://github.com/llvm/llvm-project/commit/2acead35c1289d2b3593a992b0639ca6427e481f.diff

[clang] d16c5f4 - Revert "[analyzer] Fix taint propagation by remembering to the location context"

2022-02-14 Thread Balazs Benics via cfe-commits
Author: Balazs Benics Date: 2022-02-14T18:45:46+01:00 New Revision: d16c5f4192c30d53468a472c6820163a81192825 URL: https://github.com/llvm/llvm-project/commit/d16c5f4192c30d53468a472c6820163a81192825 DIFF: https://github.com/llvm/llvm-project/commit/d16c5f4192c30d53468a472c6820163a81192825.diff

  1   2   3   4   5   6   7   8   9   10   >