summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/FlowSensitive/ASTOps.cpp
AgeCommit message (Expand)Author
2025-11-13[clang] Use DenseMap::keys (NFC) (#167831)Kazu Hirata
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-03-27[clang] Use *Set::insert_range (NFC) (#133357)Kazu Hirata
2024-11-27[clang][dataflow] Add captured parameters to ReferencedDecls for lamb… (#11...Samira Bazuzi
2024-11-15[Clang] [NFC] Refactor AST visitors in Sema and the static analyser to use Dy...Sirraide
2024-08-19[clang][dataflow] Collect local variables referenced within a functio… (#10...Samira Bazuzi
2024-06-11[clang][nullability] Don't return null fields from `getReferencedDecls()`. (#...martinboehme
2024-06-03[clang][dataflow] Rewrite `getReferencedDecls()` with a `RecursiveASTVisitor`...martinboehme
2024-04-26[clang][dataflow] Fix crash when `ConstantExpr` is used in conditional operat...martinboehme
2024-04-19[clang][dataflow] Expose getReferencedDecls for a Stmt. (#89444)Samira Bazuzi
2024-04-19[clang][dataflow] Support `CXXParenListInitExpr` in `PropagateResultObject()`...martinboehme
2024-04-18[clang][NFC] Fix FieldDecl::isUnnamedBitfield() capitalization (#89048)Timm Baeder
2024-04-16[clang][dataflow] Expose getReferencedDecls and relocate free functions. (#88...Samira Bazuzi