See inline.
REPOSITORY
rL LLVM
================
Comment at: clang-tools-extra/trunk/clang-tidy/google/TodoCommentCheck.cpp:42
@@ +41,3 @@
+ // FIXME: Can we get this from a more reliable source?
+ const char *User = std::getenv("USER");
+ if (!User)
----------------
This doesn't work on Windows. The variable there is USERNAME; would it make
sense to check both?
http://reviews.llvm.org/D5393
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits