r236406 - Mention PPCallbacks interface change in release notes.

Richard Smith richard-llvm at metafoo.co.uk
Sun May 3 20:18:47 PDT 2015


Author: rsmith
Date: Sun May  3 22:18:47 2015
New Revision: 236406

URL: http://llvm.org/viewvc/llvm-project?rev=236406&view=rev
Log:
Mention PPCallbacks interface change in release notes.

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=236406&r1=236405&r2=236406&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sun May  3 22:18:47 2015
@@ -118,7 +118,9 @@ These are major API changes that have ha
 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
 --------





More information about the cfe-commits mailing list