summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-03 19:22:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-03 19:22:20 +0000
commit985a3abee4617eef274d14f50095a44a0dfa0cb8 (patch)
treee7f37415878e5fbac861e6434f6219f9150300fd /clang/docs
parent3a65ce3a5687aaa4468cc69fd3a3869675ceb6a3 (diff)
downloadbcm5719-llvm-985a3abee4617eef274d14f50095a44a0dfa0cb8.tar.gz
bcm5719-llvm-985a3abee4617eef274d14f50095a44a0dfa0cb8.zip
Revert 178663.
Looks like it broke http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-gdb Revert "Don't compute a patched/semantic storage class." This reverts commit 8f187f62cb0487d31bc4afdfcd47e11fe9a51d05. llvm-svn: 178681
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index d9a3364606b..504553c17a3 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -111,14 +111,9 @@ succeeded). Essentially all previous 'cast' usage should be replaced with
'castAs' and 'dyn_cast' should be replaced with 'getAs'. See r175462 for the
first example of such a change along with many examples of how code was
migrated to the new API.
-
-Storage Class
-^^^^^^^^^^^^^
-
-For each variable and function Clang used to keep the storage class as written
-in the source, the linkage and a semantic storage class. This was a bit
-redundant and the semantic storage class has been removed. The method
-getStorageClass now returns what is written it the source code for that decl.
+
+API change 1
+^^^^^^^^^^^^
...
OpenPOWER on IntegriCloud