[flang] Document extension
authorpeter klausler <pklausler@nvidia.com>
Fri, 15 Mar 2019 22:19:27 +0000 (15:19 -0700)
committerpeter klausler <pklausler@nvidia.com>
Fri, 15 Mar 2019 22:19:27 +0000 (15:19 -0700)
Original-commit: flang-compiler/f18@ca2a7dc5a8af1079a832407c23acfbbb3a12c17f
Reviewed-on: https://github.com/flang-compiler/f18/pull/335

flang/documentation/Extensions.md

index 88c0b3e..c495a40 100644 (file)
@@ -58,6 +58,8 @@ Extensions, deletions, and legacy features supported by default
   the length parameter of the implicit type, not the first.
 * Outside a character literal, a comment after a continuation marker (&)
   need not begin with a comment marker (!).
+* Classic C-style /*comments*/ are skipped, so multi-language header
+  files are easier to write and use.
 
 Extensions supported when enabled by options
 --------------------------------------------