mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 17:06:07 +00:00

Summary: The crash occured when FunctionDecl was parsed with an initializer. Reviewers: bkramer, klimek, francisco.lopes Reviewed By: bkramer Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D37382 llvm-svn: 312788
5 lines
155 B
C++
5 lines
155 B
C++
int (*foo(int a))(flo
|
|
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:21 %s -o - \
|
|
// RUN: | FileCheck %s
|
|
// CHECK: COMPLETION: float
|