Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great!
compiler-rt/test/lsan/TestCases/use_globals_unused.cpp | ||
---|---|---|
5 | If report_objects=1 is used, the file should check more patterns; otherwise report_objects=1 is unneeded. | |
7 | --implicit-check-not=leak Double quotes may give a false implication that they are significant. | |
26 | internalization -> localization GlobalOpt makes the global variable essentially a local variable. |
If report_objects=1 is used, the file should check more patterns; otherwise report_objects=1 is unneeded.