Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D126803
[llvm][analyzer][NFC] Introduce SFINAE for specializing FoldingSetTraits ClosedPublic Authored by steakhal on Jun 1 2022, 11:55 AM.
Details
Diff Detail
Unit TestsFailed Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 1 2022, 11:55 AM steakhal added a parent revision: D126802: [analyzer][NFC] Uplift checkers after D126801.Jun 1 2022, 11:56 AM This revision is now accepted and ready to land.Jun 2 2022, 3:01 AM This revision was landed with ongoing or failed builds.Jun 2 2022, 10:54 AM Closed by commit rG7d24641f8916: [llvm][analyzer][NFC] Introduce SFINAE for specializing FoldingSetTraits (authored by steakhal). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 433791 clang/include/clang/Basic/SourceLocation.h
clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
llvm/include/llvm/ADT/FoldingSet.h
llvm/include/llvm/CodeGen/SelectionDAG.h
|
supernit: I generally prefer named template parameters - can call it something like Enable?