diff options
author | Edwin Vane <edwin.vane@intel.com> | 2013-05-10 14:04:58 +0000 |
---|---|---|
committer | Edwin Vane <edwin.vane@intel.com> | 2013-05-10 14:04:58 +0000 |
commit | b8c38756180df345534d4c816f648a9d74760f42 (patch) | |
tree | f1e202458b7722d4d54c9ce2825be86d3e2997d1 /llvm/lib/Bitcode/Reader/BitstreamReader.cpp | |
parent | 66e4f83c072b9dc552f35cf31add92d9f382feba (diff) | |
download | llvm-b8c38756180df345534d4c816f648a9d74760f42.zip llvm-b8c38756180df345534d4c816f648a9d74760f42.tar.gz llvm-b8c38756180df345534d4c816f648a9d74760f42.tar.bz2 |
cpp11-migrate: Fix crash in AddOverride due to template instantiations
This patch fixes different issues:
- override is not added in template 'contexts' (this will be further improved
to handle safe situations, a test for this has been written already)
- the main file is now checked before the modifications are applied
- override is not applied now when dealing with pure methods since it was
misplaced (ignoring it isn't the perfect solution but it seems difficult to
find the location just before the pure-specifier)
Fixes PR15827
Author: Guillaume Papin <guillaume.papin@epitech.eu>
llvm-svn: 181596
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitstreamReader.cpp')
0 files changed, 0 insertions, 0 deletions