Home
last modified time | relevance | path

Searched refs:dangle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Ddangling-handle.rst14 string_view View = string(); // View will dangle.
16 View = A + "A"; // still dangle.
20 V.resize(3, string()); // V[1] and V[2] will also dangle.
23 // All these return values will dangle.
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp150 void dangle() { in dangle() function
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2287 // This putenv call overwrites the previous entry, thus that can no longer dangle.