aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/analyzer
AgeCommit message (Expand)AuthorFilesLines
2022-07-15[analyzer] Add new function `clang_analyzer_value` to ExprInspectionCheckerDenys Petrov1-0/+27
2022-07-13[analyzer] Fix use of length in CStringCheckereinvbri1-0/+3
2022-06-20[clang][analyzer] Add checker for bad use of 'errno'.Balázs Kéri1-0/+69
2022-06-03Update old mailing list link in the nullability docHans Wennborg1-1/+2
2022-05-27[analyzer][docs] Fix typo in checker nameBalazs Benics1-2/+2
2022-05-05Fix "the the" typo in documentation and user facing stringsBrian Tracy1-1/+1
2022-05-02[analyzer][docs] Document alpha.security.cert.pos.34c limitationsBalazs Benics1-0/+19
2022-04-24[analyzer] Add option for AddrSpace in core.NullDereference checkVince Bridgers1-1/+14
2022-03-22[analyzer][ctu] Fix wrong 'multiple definitions' errors caused by space chara...Ella Ma1-4/+4
2022-03-07[analyzer] Add more propagations to Taint analysisEndre Fülöp1-1/+1
2022-03-04Revert "[analyzer] Done some changes to detect Uninitialized read by the char...Aaron Ballman1-0/+1
2022-03-04[analyzer] Done some changes to detect Uninitialized read by the char array m...phyBrackets1-1/+0
2022-03-03Fixed sphinx build due to indentationAaron Ballman1-0/+1
2022-03-03[analyzer] Done some changes to detect Uninitialized read by the char array m...Shivam1-1/+32
2022-02-28[analyzer] Add more sources to Taint analysisEndre Fülöp1-1/+1
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard1-2/+2
2022-01-31[Analyzer] Add docs to StdCLibraryFunctionArgsCheckerGabor Marton1-0/+82
2021-12-16Revert "[analyzer][ctu] Fix wrong 'multiple definitions' errors caused by spa...Nico Weber1-4/+4
2021-12-16[analyzer][ctu] Fix wrong 'multiple definitions' errors caused by space chara...Ella Ma1-4/+4
2021-11-28[analyzer][doc] Add user documenation for taint analysisEndre Fülöp3-2/+199
2021-11-19[analyzer][docs] Ellaborate the docs of cplusplus.StringCheckerBalazs Benics1-1/+10
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN6-46/+44
2021-11-09[analyzer][docs] Fix the incorrect structure of the checker docsKristóf Umann1-84/+89
2021-10-25[analyzer] Add std::string checkerBalazs Benics1-0/+16
2021-10-23Ensure newlines at the end of files (NFC)Kazu Hirata1-1/+1
2021-10-05Fix some Sphinx warnings in the static analyzer docsAaron Ballman1-3/+3
2021-10-04[analyzer] Add InvalidPtrCheckerZurab Tsinadze1-2/+55
2021-09-20[analyzer] Move docs of SmartPtr to correct subcategoryDeep Majumder1-13/+14
2021-08-27[analyzer] MallocOverflow should consider comparisons only preceding mallocBalazs Benics1-4/+0
2021-08-26[analyzer] Extend the documentation of MallocOverflowBalazs Benics1-1/+30
2021-08-26Revert "[analyzer] Extend the documentation of MallocOverflow"Balazs Benics1-28/+1
2021-08-26[analyzer] Extend the documentation of MallocOverflowBalazs Benics1-1/+28
2021-07-27Bump the trunk major version to 14llvmorg-14-initTom Stellard1-2/+2
2021-04-05[analyzer] DynamicSize: Debug facilityCharusso1-0/+13
2021-03-10[analyzer][docs][NFC] Fix typo in checkers.rstBalazs Benics1-3/+3
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata2-2/+2
2021-01-26Bump the trunk major version to 13llvmorg-13-initTom Stellard1-2/+2
2020-09-24[NFC][Docs] fix clang-docs compilationJonas Toth1-0/+1
2020-09-22[Analyzer][WebKit] UncountedLocalVarsCheckerJan Korous1-0/+47
2020-09-15[analyzer][Liveness][NFC] Get rid of statement liveness, because such a thing...Kristóf Umann1-1/+1
2020-09-15[analyzer] Add documentation for alpha.fuchsia.Lock and alpha.core.C11LockKristóf Umann2-0/+39
2020-09-03[Analyzer][docs][NFC] Fix typo in code exampleJan Korous1-1/+1
2020-08-05[Analyzer][WebKit] UncountedLambdaCaptureCheckerJan Korous1-0/+19
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg1-2/+2
2020-07-08[analyzer] Warning for default constructed unique_ptr dereferenceNithin Vadukkumchery Rajendrakumar1-0/+13
2020-06-15[Analyzer][NFC] Remove prefix from WebKitNoUncountedMemberChecker nameJan Korous1-3/+3
2020-06-15[Analyzer][WebKit] UncountedCallArgsCheckerJan Korous1-1/+94
2020-06-11[analyzer] On-demand parsing capability for CTUEndre Fülöp1-33/+215
2020-06-10Revert "[analyzer] On-demand parsing capability for CTU"Endre Fülöp1-215/+33
2020-06-10[analyzer] On-demand parsing capability for CTUEndre Fülöp1-33/+215