cor3ntin added inline comments.
Comment at: clang/lib/Sema/SemaDecl.cpp:18137
+
+ // TODO: Somehow get the explicit signdness info, maybe with the usage of
+ // the typedef's name (Typedef->getDecl()->getNameAsString()), look it up
The information seems
shafik added reviewers: aaron.ballman, clang-language-wg.
shafik added a comment.
Adding more reviewers for visibility.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158933/new/
https://reviews.llvm.org/D158933
___
cfe-commits mailing list
cf
DavidFerencSzabo updated this revision to Diff 553745.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158933/new/
https://reviews.llvm.org/D158933
Files:
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/Sema/SemaDecl.cpp
clang/test/Sema/uns
DavidFerencSzabo created this revision.
Herald added a project: All.
DavidFerencSzabo requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158933
Files:
clang/include/cl