[gnome-builder] libide: add typedefs to symbol list
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: add typedefs to symbol list
- Date: Sun, 29 Mar 2015 22:20:36 +0000 (UTC)
commit 36d20bcf74d0d1597751e85d148ee0b2c95f4991
Author: Christian Hergert <christian hergert me>
Date: Sun Mar 29 13:38:39 2015 -0700
libide: add typedefs to symbol list
libide/clang/ide-clang-translation-unit.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/clang/ide-clang-translation-unit.c b/libide/clang/ide-clang-translation-unit.c
index b23f1f1..d5c7231 100644
--- a/libide/clang/ide-clang-translation-unit.c
+++ b/libide/clang/ide-clang-translation-unit.c
@@ -896,6 +896,7 @@ ide_clang_translation_unit_get_symbols__visitor_cb (CXCursor cursor,
switch (kind)
{
case CXCursor_FunctionDecl:
+ case CXCursor_TypedefDecl:
symbol = create_symbol (cursor, state);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]