r371342 - Move prop-sink branch to monorepo.

2019-09-08 Thread Gabor Borsik via cfe-commits
Author: boga95 Date: Sun Sep 8 12:23:43 2019 New Revision: 371342 URL: http://llvm.org/viewvc/llvm-project?rev=371342=rev Log: Move prop-sink branch to monorepo. Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp cfe/trunk/test/Analysis/taint-generic.c Modified:

Re: r367193 - Buildbot fix for r367190

2019-07-29 Thread Gabor Borsik via cfe-commits
* > > Failing Tests (1): > > Clang :: Analysis/taint-generic.c > > > > > > Please have a look? > > These builders were already red and did not send any notifications. > > I think Reid fixed this in r367249 > (http://llvm.org/viewvc/llvm-project?view=revision=3

r367193 - Buildbot fix for r367190

2019-07-28 Thread Gabor Borsik via cfe-commits
Author: boga95 Date: Sun Jul 28 07:57:41 2019 New Revision: 367193 URL: http://llvm.org/viewvc/llvm-project?rev=367193=rev Log: Buildbot fix for r367190 Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp Modified:

r367190 - [analyzer] Add yaml parser to GenericTaintChecker

2019-07-28 Thread Gabor Borsik via cfe-commits
Author: boga95 Date: Sun Jul 28 06:38:04 2019 New Revision: 367190 URL: http://llvm.org/viewvc/llvm-project?rev=367190=rev Log: [analyzer] Add yaml parser to GenericTaintChecker While we implemented taint propagation rules for several builtin/standard functions, there's a natural desire for