emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 64c305b 137/316: Test files cont


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 64c305b 137/316: Test files contributed by Barry OReilly
Date: Sat, 28 Jan 2017 09:09:54 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 64c305b17d329c4272bf4cc321a3ca6ba05be053
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    Test files contributed by Barry OReilly
    
    * test/manual/cedet/integ_src/globalref/inc/Util.hh: These test files
     contributed by Barry OReilly, modified for use in the automated tests
     for CEDET, and with additional comments.  inc/Util.hh, src/Util.cc:
     Search symbol both in and outside of namespaces.
---
 test/manual/cedet/integ_src/globalref/inc/Util.hh |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/test/manual/cedet/integ_src/globalref/inc/Util.hh 
b/test/manual/cedet/integ_src/globalref/inc/Util.hh
new file mode 100644
index 0000000..f5fd7de
--- /dev/null
+++ b/test/manual/cedet/integ_src/globalref/inc/Util.hh
@@ -0,0 +1,16 @@
+#pragma once
+//
+// This file contains the symbols that are searched from in the globalref test.
+//
+
+namespace play { namespace prod {
+
+    // This sym is in some namespaces.
+    int myUtilFunc(const int param);
+
+}}
+
+// This sym is outside of all namespaces.
+int myUtilFuncNoNS(const int param);
+
+//End



reply via email to

[Prev in Thread] Current Thread [Next in Thread]