Skip to content

Commit d1e80e2

Browse files
committed
Clarify what changed and what not
1 parent 184b4e5 commit d1e80e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,8 @@ for the BMI being produced. This ensures that build systems are not required to
780780
transitively imported modules when deciding whether to recompile.
781781

782782
What is considered to be a potential contributory BMIs is currently unspecified.
783-
However, it is a severe bug for a BMI to remain unchanged following an observable change
784-
that affects its consumers.
783+
However, it is a severe bug for a BMI to remain unchanged following an
784+
observable change in the module source files that affects the module consumers.
785785

786786
Build systems may utilize this optimization by doing an update-if-changed operation to the BMI
787787
that is consumed from the BMI that is output by the compiler.

0 commit comments

Comments
 (0)