diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-05-04 18:18:31 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-05-04 18:18:31 +0000 |
commit | c8be95274d615a6ca3d4b717267100531ff84ed2 (patch) | |
tree | 16207c834f17e11f4a46d55c7a35958bc7102140 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a25ee78fc0afc78dd363037daef4245f92e23218 (diff) | |
download | llvm-c8be95274d615a6ca3d4b717267100531ff84ed2.zip llvm-c8be95274d615a6ca3d4b717267100531ff84ed2.tar.gz llvm-c8be95274d615a6ca3d4b717267100531ff84ed2.tar.bz2 |
When instantiating a function that was declared via a typedef, e.g.,
typedef int functype(int, int);
functype func;
also instantiate the synthesized function parameters for the resulting
function declaration.
With this change, Boost.Wave builds and passes all of its regression
tests.
llvm-svn: 103025
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions