summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-03-23 18:03:54 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-23 18:13:00 (GMT)
commit84468ce2d9e4ea7528600a96fc62b4280d442dd7 (patch)
tree45c6cb40f6ce16dfb0995dfc87d8c7d4c552733f /README.rst
parente86f4c65cdb0b1823fdcfa17038ba852990c8b79 (diff)
downloadCastXML-84468ce2d9e4ea7528600a96fc62b4280d442dd7.zip
CastXML-84468ce2d9e4ea7528600a96fc62b4280d442dd7.tar.gz
CastXML-84468ce2d9e4ea7528600a96fc62b4280d442dd7.tar.bz2
Port to LLVM/Clang SVN r232962 (trunk)
Clang renamed clang::DeclContext::{lookup_const_result => lookup_result}. Use "auto" to automatically match either of these. Update test expected output to match the lack of throws="" on destructors in C++98 mode.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 47300af..7a004ae 100644
--- a/README.rst
+++ b/README.rst
@@ -38,7 +38,7 @@ To build CastXML from source, first obtain the prerequisites:
* `LLVM/Clang`_ compiler SDK install tree built using the C++ compiler.
This version of CastXML has been tested with LLVM/Clang SVN revision
- ``223652``.
+ ``232962``.
* Optionally, the `Sphinx`_ documentation generator to build documentation.