diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-28 16:27:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-28 16:27:12 +0200 |
commit | 0c113410fd98d326502e5caf2b14b5d53e15f83c (patch) | |
tree | 5e740cc5b8810377a5e27f2340152c1fea8557c7 | |
parent | de4655a2b8deeade908920dacc2dbb54232e3e07 (diff) |
Add note on inconsistent compiler behavior diagnostics
-rw-r--r-- | build2/cc/compile-rule.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index dd95314..6a8e285 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -2837,6 +2837,8 @@ namespace build2 // - Using __COUNTER__ in #if which is incompatible with the // GCC's -fdirectives-only mode. // + // - A Clang bug: https://bugs.llvm.org/show_bug.cgi?id=35580 + // // So let's show the yo-yo'ing command lines and ask the user // to investigate. // |