From 1fcefb5262ac0e10c2854bbdb14014c88d31c9d4 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Thu, 20 Apr 2017 23:47:17 -0700 Subject: [PATCH] Misc changes --- foo/.vscode/settings.json | 2 +- foo/a.h | 19 +++++++++++++++++++ foo/b.cc | 9 ++++++--- src/.vscode/settings.json | 4 ++-- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/foo/.vscode/settings.json b/foo/.vscode/settings.json index 7c74e0aa..682d4784 100644 --- a/foo/.vscode/settings.json +++ b/foo/.vscode/settings.json @@ -1,5 +1,5 @@ // Place your settings in this file to overwrite default and user settings. { "editor.lineNumbers": "on", - "cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/CACHE" + "cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/foo/CACHE" } \ No newline at end of file diff --git a/foo/a.h b/foo/a.h index 1db6b5e0..158aa345 100644 --- a/foo/a.h +++ b/foo/a.h @@ -1,3 +1,22 @@ + + + + + + + + + + + + + + + + + + + void foobar() {} \ No newline at end of file diff --git a/foo/b.cc b/foo/b.cc index 7038852a..3f9ebc08 100644 --- a/foo/b.cc +++ b/foo/b.cc @@ -1,8 +1,11 @@ #include "a.h" -enum Foo { + + + +struct Baz { }; -void faz() { - foobar(); +void foo() { + Baz b; } \ No newline at end of file diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json index 594c76f4..e43d8613 100644 --- a/src/.vscode/settings.json +++ b/src/.vscode/settings.json @@ -1,10 +1,10 @@ // Place your settings in this file to overwrite default and user settings. { + "cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/CACHE", "cquery.blacklist": [ // ".*libclangmm/.*" ], "cquery.whitelist": [ // ".*platform.*.cc" - ], - "cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/CACHE" + ] } \ No newline at end of file