diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-05-04 03:18:47 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-05-04 03:18:47 +0000 |
commit | 35932cd84d62c0c87e881024a579cb4b95e45d71 (patch) | |
tree | 5531f5c533c34cadf7b01f5f1f6edaf3de7db3b7 | |
parent | 33de8566f0d12646734b8f00666da163d4306b44 (diff) | |
download | bcm5719-llvm-35932cd84d62c0c87e881024a579cb4b95e45d71.tar.gz bcm5719-llvm-35932cd84d62c0c87e881024a579cb4b95e45d71.zip |
Mention PPCallbacks interface change in release notes.
llvm-svn: 236406
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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 -------- |