User Details
- User Since
- Oct 28 2015, 9:29 AM (421 w, 5 d)
Mar 2 2017
269843
Mar 1 2017
Jul 26 2016
Updated the selection algorithm based on review feedback. Now, if clang.exe itself is x64-hosted, we'll look for the x64-hosted MSVC toolset if it exists. If clang.exe is not x64-hosted, or if the x64-hosted MSVC toolset is not found, we fall back to x86-hosted MSVC toolset.
Jul 20 2016
Just to make sure I'm clear on the consensus, the new plan is:
Jul 15 2016
I'll attempt to fix the underlying issue https://llvm.org/bugs/show_bug.cgi?id=27098 instead.
Jul 12 2016
May 20 2016
Removed unnecessary braces.
Moved BTT_IsAssignable case to a more clear location.
Dec 17 2015
Fixed mostly stylistic feedback from Sean Silva.
Removed a few .cpp files that are empty because all of the relevant member functions were defined inline in the header.
Made comments into complete sentences.
Removed accidental use of throw().
Dec 14 2015
I've moved the CodeView library under DebugInfo, and updated makefiles, #includes, and include guards to reflect the new location.
I've fixed the TypeRecordBuilder class to be host-endianness-agnostic by using endian::Writer<endianness::little>.
I've added standard LLVM header comments to all .h and .cpp files.