[llvm-commits] [llvm] r121149 - in /llvm/trunk: include/llvm/Support/PathV2.h lib/Support/PathV2.cpp lib/Support/Unix/PathV2.inc lib/Support/Windows/PathV2.inc unittests/Support/Path.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Dec 7 10:05:44 PST 2010


On Dec 7, 2010, at 9:04 AM, Michael J. Spencer wrote:

> +const bool has_root_directory(const Twine &path);

llvm/include/llvm/Support/PathV2.h:267:1: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
const bool has_root_name(const Twine &path);
^~~~~






More information about the llvm-commits mailing list