diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-21 11:44:59 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-11-22 22:28:21 +0200 |
commit | e72a2b2260f800db2ab1a42e4d736df24d909375 (patch) | |
tree | e9573e3f5bef0f677064727e658e873b6e14e7c3 | |
parent | 443a4a8c78a41653abc78dabbb664739c2811d02 (diff) | |
download | meson-e72a2b2260f800db2ab1a42e4d736df24d909375.zip meson-e72a2b2260f800db2ab1a42e4d736df24d909375.tar.gz meson-e72a2b2260f800db2ab1a42e4d736df24d909375.tar.bz2 |
docs: Add clang-cl to reference table for compiler get_id() values [skip ci]
-rw-r--r-- | docs/markdown/Reference-tables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index d3bf3d2..89adfa1 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -26,6 +26,7 @@ These are return values of the `get_id` (Compiler family) and | arm | ARM compiler | | | armclang | ARMCLANG compiler | | | ccrx | Renesas RX Family C/C++ compiler | | +| clang-cl | The Clang compiler (MSVC compatible driver) | msvc | ## Script environment variables |