summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorSerge Pavlov <sepavloff@gmail.com>2015-12-28 19:40:14 +0000
committerSerge Pavlov <sepavloff@gmail.com>2015-12-28 19:40:14 +0000
commit5c49e1a34925555e28ff8b4148e3446bdeb91d6e (patch)
tree4ea5606afd7c37398f6cf2eeefa1b6c6a718bae3 /clang/lib/Driver/Tools.cpp
parent9da2b647c7811afaeee8c171e6b04379f20ccc03 (diff)
downloadbcm5719-llvm-5c49e1a34925555e28ff8b4148e3446bdeb91d6e.tar.gz
bcm5719-llvm-5c49e1a34925555e28ff8b4148e3446bdeb91d6e.zip
Do not crash if class is defined in wrong scope.
This patch fixes PR16677. The latter represents the case when due to misprinted character class definition occurs in the scope of template arguments. Base class of this class depends on the template parameter in the same scope and cannot be resolved, it causes crash. Right behavior is to make semantic processing even if the definition is wrong, as the code that emits appropriate message is called after the processing. llvm-svn: 256511
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud