From: Richard Smith Date: Mon, 4 May 2015 03:18:47 +0000 (+0000) Subject: Mention PPCallbacks interface change in release notes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee62f0be45dba1319522c6a268c5b9d7d7301b80;p=clang Mention PPCallbacks interface change in release notes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 90655d4d6f..bffef19986 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -118,7 +118,9 @@ These are major API changes that have happened since the 3.6 release of Clang. If upgrading an external codebase that uses Clang as a library, this section should help get you past the largest hurdles of upgrading. -... +- Some of the `PPCallbacks` interface now deals in `MacroDefinition` + objects instead of `MacroDirective` objects. This allows preserving + full information on macros imported from modules. libclang --------