diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-02 22:36:29 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-02 22:36:29 +0000 |
commit | c8c44b5d676d7d3fada4bf64d06cd5cf901a7748 (patch) | |
tree | 9bc0dbabd964ab79e9010ca61f87a25e09bbfe9d /clang/lib/Sema/SemaInit.h | |
parent | a3b825edd1aa8297bea29c28c0bfc6453931172e (diff) | |
download | bcm5719-llvm-c8c44b5d676d7d3fada4bf64d06cd5cf901a7748.tar.gz bcm5719-llvm-c8c44b5d676d7d3fada4bf64d06cd5cf901a7748.zip |
Improve source location information for C++ member initializers in a
constructor, by keeping the DeclaratorInfo* rather than just the type
and a single location.
llvm-svn: 90355
Diffstat (limited to 'clang/lib/Sema/SemaInit.h')
-rw-r--r-- | clang/lib/Sema/SemaInit.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaInit.h b/clang/lib/Sema/SemaInit.h new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/lib/Sema/SemaInit.h |