aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/constexpr.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-19PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith1-0/+13
them in order to parse the rest of the file. llvm-svn: 168327