PR14381: Never skip constexpr function bodies when code-completing. We may need
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 19 Nov 2012 21:13:18 +0000 (21:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 19 Nov 2012 21:13:18 +0000 (21:13 +0000)
commit1ab34b3ad579f43f915cc3ae5c5e2d80fdd7191b
treec1956d7988e019085776c1ab305e3ea9f8a17721
parentf65a638d942b87413a7181acb965e4c2fc4c0c6f
PR14381: Never skip constexpr function bodies when code-completing. We may need
them in order to parse the rest of the file.

llvm-svn: 168327
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseStmt.cpp
clang/lib/Sema/SemaDecl.cpp
clang/test/CodeCompletion/constexpr.cpp [new file with mode: 0644]