summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CEDET: Fix "unknown slot [...]" warningsscratch/last-cedet-mergeDavid Engster2017-01-2537-175/+175
* CEDET: Fix "obsolete name arg [...] to constructor" warningsDavid Engster2017-01-2524-86/+40
* semantic: Improve C++ 'friend' parsingEric Ludlam2017-01-231-2/+6
* semantic: Use file name for grammar name instead of %package tokenEric Ludlam2017-01-231-1/+1
* semantic: Add 'fromfile' option to grammar packageEric Ludlam2017-01-231-7/+9
* semantic: Fix scope calculation for 'enum'Eric Ludlam2017-01-231-1/+2
* semantic: Fix for Python lexerEric Ludlam2017-01-231-0/+4
* semantic: Set `semantic-type-relation-separator-character' for Emacs LispEric Ludlam2017-01-231-0/+3
* semantic: Improve grammar-modeEric Ludlam2017-01-231-63/+33
* semantic: Allow empty type relation separation characterEric Ludlam2017-01-231-4/+7
* semantic: Check if slot is boundEric Ludlam2017-01-231-1/+2
* semantic: Properly create canonical name for C++ type tagEric Ludlam2017-01-231-2/+14
* semantic: Fix for db-globalEric Ludlam2017-01-231-1/+2
* semantic: Change unary expression ruleEric Ludlam2017-01-221-1/+1
* semantic: Add missing save-excursion for scope calculationEric Ludlam2017-01-221-4/+5
* EDE: Fix for project detectionEdward Steere2017-01-221-1/+2
* semantic: C grammar fixesEric Ludlam2017-01-221-8/+16
* semantic: Parse C++ override/final correctlyRamkumar Ramachandra2017-01-222-1/+9
* semantic: completion fixesEric Ludlam2017-01-221-9/+15
* semantic: Optimize 'typeformbase' in C grammarEric Ludlam2017-01-221-21/+4
* semantic: C grammar optimizationsEric Ludlam2017-01-221-10/+14
* semantic: More C grammar optimizationsEric Ludlam2017-01-221-10/+18
* semantic: Some C grammar optimizationsEric Ludlam2017-01-221-22/+33
* EDE: Improve Emacs project typeEric Ludlam2017-01-221-0/+41
* EDE: Expand file nameEric Ludlam2017-01-221-4/+5
* semantic: Add more syntax modifications for scheme lexerEric Ludlam2017-01-221-0/+4
* semantic: New function to find library with macro definitionEric Ludlam2017-01-221-0/+10
* semantic: Update keybinings for grammar modeEric Ludlam2017-01-221-2/+2
* semantic: New c-mode override for analyzing tag type membersEric Ludlam2017-01-221-0/+17
* semantic: Add autoload for Add autoload for `semantic-analyze-debug-assist'Eric Ludlam2017-01-221-1/+1
* semantic: Introduce `semantic-analyze-tag-type-members'Eric Ludlam2017-01-225-7/+28
* semantic: Accept FLAGS parameter for srecode-template-modeEric Ludlam2017-01-221-2/+3
* semantic: Accept FLAGS parameter for makefile-mode for analyzing completionsEric Ludlam2017-01-221-2/+3
* semantic: Accept FLAGS in texinfo-mode for analyzing completionsEric Ludlam2017-01-221-2/+3
* semantic: Incorporate local scope when finding typeEric Ludlam2017-01-221-1/+10
* semantic: New function to calculate scope around tagEric Ludlam2017-01-221-0/+10
* EDE: Rework config file detectionEric Ludlam2017-01-221-62/+49
* semantic: Do not strip '*' from operatorEric Ludlam2017-01-221-4/+5
* EDE: Add missing require and silence byte compilerEric Ludlam2017-01-201-0/+5
* EDE: Move ede-global-list-sanity-check to ede/files.elEric Ludlam2017-01-202-16/+17
* semantic: Fix wisent parser recursionMartin Stein2017-01-201-1/+6
* semantic: Deal with missing prefix when completing symbolEric Ludlam2017-01-201-2/+6
* ; semantic: Add TODO comment regarding arg indexingEric Ludlam2017-01-201-0/+2
* semantic: Fix current symbol infoEric Ludlam2017-01-201-4/+6
* EDE: Fallback to project-linux-build-directory-default if necessaryEric Ludlam2017-01-191-1/+2
* EDE: Fix slot type in ede-proj-target-makefileEric Ludlam2017-01-191-1/+2
* semantic: Add support for typedef referencesDavid Engster2017-01-192-3/+6
* semantic: Apply enum-type to all membersDavid Engster2017-01-191-0/+9
* semantic: Do not add enum-type for every typeDavid Engster2017-01-191-0/+1
* semantic: make semanticdb-default-find-index-class buffer-localJoris Steyn2017-01-191-1/+1