[PATCH] D112751: [llvm] [Support] Add HTTP Client Support library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 21:52:40 PST 2021


noajshu updated this revision to Diff 388386.
noajshu marked 7 inline comments as done.
noajshu added a comment.

Remove unnecessary `IsInitialized` variable. Also remove some const qualifiers and replace empty ctor/dtor with `=default`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112751/new/

https://reviews.llvm.org/D112751

Files:
  llvm/include/llvm/Support/HTTPClient.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/HTTPClient.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/HTTPClient.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112751.388386.patch
Type: text/x-patch
Size: 12254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211119/5978afdf/attachment.bin>


More information about the llvm-commits mailing list