This revision was automatically updated to reflect the committed changes.
Closed by commit rG973519826edb: [clang-cl] Emit nicer warning on unknown
/arch: arguments (authored by thakis).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D109105?vs=370128&id=370267
thakis marked an inline comment as done.
thakis added a comment.
Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109105/new/
https://reviews.llvm.org/D109105
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
lgtm, nice!
Comment at: llvm/include/llvm/ADT/StringMap.h:301
+ /// is inserted .
+ template void insert(InputIt First, InputIt Last) {
+for (InputIt It = First; It != Las
thakis updated this revision to Diff 370128.
thakis added a comment.
clang-format
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109105/new/
https://reviews.llvm.org/D109105
Files:
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/lib/Driver/ToolChains/AVR.cpp
clang/lib/Dri
thakis created this revision.
thakis added a reviewer: hans.
Herald added subscribers: dexonsmith, Jim, atanasyan, jrtc27, fedor.sergeev,
sdardis, dylanmckay, emaste.
thakis requested review of this revision.
Herald added a project: LLVM.
Now prints the list of known archs. This requires plumbing