[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/last-cedet-merge a7276f6 08/50: ; semantic: Add TO
From: |
David Engster |
Subject: |
[Emacs-diffs] scratch/last-cedet-merge a7276f6 08/50: ; semantic: Add TODO comment regarding arg indexing |
Date: |
Wed, 25 Jan 2017 22:15:20 +0000 (UTC) |
branch: scratch/last-cedet-merge
commit a7276f6a1067be964584a29505574a37f83c0785
Author: Eric Ludlam <address@hidden>
Commit: David Engster <address@hidden>
; semantic: Add TODO comment regarding arg indexing
---
lisp/cedet/semantic/ctxt.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/cedet/semantic/ctxt.el b/lisp/cedet/semantic/ctxt.el
index 01e1562..78e5ec5 100644
--- a/lisp/cedet/semantic/ctxt.el
+++ b/lisp/cedet/semantic/ctxt.el
@@ -610,6 +610,8 @@ Depends on
`semantic-function-argument-separation-character'."
(let ((p (point))
(idx 1))
(semantic-up-context)
+ ;; TODO: myfun3(fun_for_arg1(i,j), arg2 !, arg3)
+ ;; at ! it thinks it's arg 3.
(while (re-search-forward
(regexp-quote
semantic-function-argument-separation-character)
p t)
- [Emacs-diffs] branch scratch/last-cedet-merge created (now d2a57bd), David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge ca20c99 01/50: semantic: make semanticdb-default-find-index-class buffer-local, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 40dd3d9 02/50: semantic: Do not add enum-type for every type, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 5d6f4b8 05/50: EDE: Fix slot type in ede-proj-target-makefile, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 5776e7c 06/50: EDE: Fallback to project-linux-build-directory-default if necessary, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 05d6b4b 03/50: semantic: Apply enum-type to all members, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge fa84466 07/50: semantic: Fix current symbol info, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge a7276f6 08/50: ; semantic: Add TODO comment regarding arg indexing,
David Engster <=
- [Emacs-diffs] scratch/last-cedet-merge 307b510 09/50: semantic: Deal with missing prefix when completing symbol, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge fdd5968 15/50: semantic: New function to calculate scope around tag, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge ebc59a5 19/50: semantic: Accept FLAGS parameter for srecode-template-mode, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 47471b9 12/50: EDE: Add missing require and silence byte compiler, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 7308eaf 18/50: semantic: Accept FLAGS parameter for makefile-mode for analyzing completions, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge b4d1399 14/50: EDE: Rework config file detection, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 95f8a69 29/50: semantic: More C grammar optimizations, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge deaa8c9 24/50: semantic: New function to find library with macro definition, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 0391760 13/50: semantic: Do not strip '*' from operator, David Engster, 2017/01/25
- [Emacs-diffs] scratch/last-cedet-merge 6ca095c 21/50: semantic: Add autoload for Add autoload for `semantic-analyze-debug-assist', David Engster, 2017/01/25