]> granicus.if.org Git - clang/commit
Revert "Fix missed exception spec checks and crashes"
authorAlp Toker <alp@nuanti.com>
Thu, 17 Oct 2013 21:00:19 +0000 (21:00 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 17 Oct 2013 21:00:19 +0000 (21:00 +0000)
commit682a56b15ae01cc8154d4800d29498da93911981
tree7b232aa200ad0994ddf6ae13a2e4497e0ef4403b
parent4d612807447579d071b67568836de40fc1a1ed91
Revert "Fix missed exception spec checks and crashes"

The changes caused the sanitizer bot to hang:
  http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/2311

Needs investigation.

This reverts commit r192914.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192921 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/Sema.cpp
lib/Sema/SemaDeclCXX.cpp
test/SemaTemplate/exception-spec-crash.cpp [deleted file]