From 35932cd84d62c0c87e881024a579cb4b95e45d71 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 4 May 2015 03:18:47 +0000 Subject: Mention PPCallbacks interface change in release notes. llvm-svn: 236406 --- clang/docs/ReleaseNotes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'clang') diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 90655d4d6f7..bffef199865 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 -------- -- cgit v1.2.3