We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6802b commit 0d6bfc4Copy full SHA for 0d6bfc4
clang/docs/ReleaseNotes.rst
@@ -72,6 +72,8 @@ Potentially Breaking Changes
72
- Downstream projects that previously linked only against ``clangDriver`` may
73
now (also) need to link against the new ``clangOptions`` library, since
74
options-related code has been moved out of the Driver into a separate library.
75
+- The ``clangFrontend`` library no longer depends on ``clangDriver``, which may
76
+ break downstream projects that relied on this transitive dependency.
77
78
C/C++ Language Potentially Breaking Changes
79
-------------------------------------------
0 commit comments