[PATCH] D20592: Add FIXMEs to all derived classes of std::error_category.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 12:54:02 PDT 2016
LGTM, thanks!
On 24 May 2016 at 15:47, Peter Collingbourne <peter at pcc.me.uk> wrote:
> pcc created this revision.
> pcc added a reviewer: rafael.
> pcc added a subscriber: llvm-commits.
>
> This helps make clear that we're moving away from std::error_code.
>
> http://reviews.llvm.org/D20592
>
> Files:
> lib/Bitcode/Reader/BitcodeReader.cpp
> lib/DebugInfo/PDB/DIA/DIAError.cpp
> lib/DebugInfo/PDB/GenericError.cpp
> lib/DebugInfo/PDB/Raw/RawError.cpp
> lib/ExecutionEngine/Orc/OrcError.cpp
> lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
> lib/Object/Error.cpp
> lib/ProfileData/Coverage/CoverageMapping.cpp
> lib/ProfileData/InstrProf.cpp
> lib/ProfileData/SampleProf.cpp
> lib/Support/Error.cpp
> tools/llvm-cxxdump/Error.cpp
> tools/llvm-readobj/Error.cpp
> tools/obj2yaml/Error.cpp
>
More information about the llvm-commits
mailing list