1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
Commit graph

5736 commits

Author SHA1 Message Date
Doug Schaefer
49724e630c Patch for Bryan continuing 167098:
- implements base classes for class instances and class specializations
- allows for instantiation/specialization during incremental reindexes
  - prior to this a full reindex was required to properly resolve newly added
    implicit instances and specializations
- renders templates less exception-prone
- cleaned up code from last patch
2007-04-04 15:30:20 +00:00
Anton Leherbauer
8934213fa1 Fix source hover for parameters and enumerators 2007-04-04 14:25:08 +00:00
Anton Leherbauer
f7b80bf306 Fix ASTCacheTests 2007-04-04 13:38:20 +00:00
Markus Schorn
625b82284d Fix and testcase for updating headers with 'indexAllFiles=false'. 2007-04-04 11:29:38 +00:00
Anton Leherbauer
9bce2681b6 Add tests for bugs 180885 and 180883 2007-04-04 11:26:54 +00:00
Oleg Krasilnikov
af1e9d0989 Property pages adjust 2007-04-04 10:36:55 +00:00
Markus Schorn
9bcb71d896 Fixes parsing of 'void (proto) ();' 2007-04-04 09:36:32 +00:00
Andrew Ferguson
0f1f113134 180738: add test case 2007-04-03 15:39:37 +00:00
Anton Leherbauer
39d2e909be Fix for 180531: [editor] pasted text loses formatting 2007-04-03 14:07:15 +00:00
Anton Leherbauer
efe180944f Fix for 80831: Hover help should find declarations from included files
and related bugs 80829, 80836, 158867
2007-04-03 12:31:00 +00:00
Markus Schorn
ad8800e447 Fix for 178088, options to skip references during indexing. 2007-04-03 11:52:00 +00:00
Anton Leherbauer
8067e74e3f Fix for 179493: CModelBuilder2 does not build model correctly for function pointer with array parameter
and 147903: Search for references broken for unnamed parameters with array notation
2007-04-03 09:27:28 +00:00
Markus Schorn
0c941b8724 Fix for 180161, indexing stddef.h up-front. 2007-04-02 14:04:07 +00:00
Oleg Krasilnikov
17d784913f Bug #180286: error message for "toolEditEnabled" check 2007-04-02 11:44:56 +00:00
Oleg Krasilnikov
c107a37abc avoid duplicate CDTListComparator objects 2007-04-02 10:54:56 +00:00
Anton Leherbauer
7a708e12e8 Fix for 178265: CModelManager#createTranslationUnitFrom only works for external header files, not source 2007-04-02 10:50:40 +00:00
Oleg Krasilnikov
37407685e7 Bug #180453: sort configurations in property pages 2007-04-02 10:42:37 +00:00
Markus Schorn
b608f3ec6b Fixes getIncludeFileEntries(IProject) for perFileScannerDiscovery. 2007-04-02 09:02:34 +00:00
Anton Leherbauer
a71f94b6dc Fix for 180433: [Editor] Highlighting of preprocessor directives is bogus 2007-04-02 08:04:26 +00:00
Mikhail Sennikovsky
edd4b98198 Fix for not persisting the configuration removal 2007-03-30 16:58:26 +00:00
Anton Leherbauer
232528b4b4 Fix for 180172: Endless loop parsing nsNameSpaceManager.cpp 2007-03-30 13:06:28 +00:00
Markus Schorn
fcfb9ae587 Fix pdom-locks in CPPClassTemplateTests 2007-03-30 12:58:44 +00:00
Markus Schorn
911c189dfb Fix related to 180164, chunk-cache size was fixed to 5mb 2007-03-30 12:41:31 +00:00
Oleg Krasilnikov
7b016f3cf4 methods naming consistency. 2007-03-30 10:36:01 +00:00
Mikhail Sennikovsky
af61b0c34b Fix for project conversion mechanism [Bug 180148] Converting Managedmake Project from 3.1.2 to 4.0.0 failed 2007-03-30 08:52:31 +00:00
Mikhail Sennikovsky
df98c2f9cf Minor updates to the DescriptionScannerInfoProvider logic 2007-03-30 07:45:36 +00:00
Mikhail Sennikovsky
100e69cd8b Additional fixes to the scanner discovery and Path Entry calculation mechanisms 2007-03-29 17:29:41 +00:00
Andrew Ferguson
51b4189f67 add class template tests 2007-03-29 16:50:41 +00:00
Andrew Ferguson
35ca14c047 add some initial class template unit tests 2007-03-29 16:44:32 +00:00
Anton Leherbauer
b6ed78d399 Partial fix for 151850: allow user to specify which parser/language to parse a given content type with (Patch by Jason Montojo) 2007-03-29 15:50:14 +00:00
Anton Leherbauer
331091aebc Fix for 179982: External file editor doesn't work 2007-03-29 14:38:52 +00:00
Andrew Ferguson
8c9eaf991e 178789: match initial template support in the PDOM 2007-03-29 11:57:18 +00:00
Oleg Krasilnikov
8329c40c28 Bug #178033 2007-03-29 11:30:14 +00:00
Oleg Krasilnikov
e778f36c01 Bug #178033: get content type name via LanguageManager 2007-03-29 10:58:48 +00:00
Oleg Krasilnikov
b72cecdf30 Bug #179944 - fixed 2007-03-29 09:45:44 +00:00
Anton Leherbauer
f15cdb515b Fix for 177154: [patch] single-line comments incorrectly retained in macros (Patch by Ed Swartz) 2007-03-28 14:33:41 +00:00
Markus Schorn
4a8670a767 Fix for 179383, infinite loop in scanner. 2007-03-28 11:22:20 +00:00
Markus Schorn
bb895064cf Fix for 178995, handling of PDOMProperties 2007-03-28 11:04:13 +00:00
Andrew Ferguson
ea99f62e2f fix include path issue, and add regression test 2007-03-28 11:01:08 +00:00
Anton Leherbauer
768104f0e5 Fix for 179492: CModelBuilder2 does not set ICElementKind correctly 2007-03-28 09:33:04 +00:00
Oleg Krasilnikov
d7d46ed8c4 Bug fix: object name was wrong in dialog 2007-03-28 09:10:54 +00:00
Markus Schorn
88ea27d319 Fix for 179644, scheduling rule for initializing indexer. 2007-03-28 08:46:10 +00:00
Oleg Krasilnikov
e5ff47ccf2 perform OK logic reworked. 2007-03-28 08:27:13 +00:00
Anton Leherbauer
c3c53aa402 Minimal change to include directive icon to better align it with decorators 2007-03-28 07:03:33 +00:00
Doug Schaefer
e855aa7a21 Patch for Bryan - Bug 179173 Fixing a few exceptions. 2007-03-27 20:57:07 +00:00
Andrew Ferguson
94299ac18b fix comments 2007-03-27 17:21:53 +00:00
Vivian Kong
dc8208f660 Patch for bug 178305 by Ravi Sankar 2007-03-27 16:49:44 +00:00
Mikhail Sennikovsky
d171f334bc Fix for the core part of the [Bug 179169] Build variables don't stick 2007-03-27 16:45:17 +00:00
Doug Schaefer
b6f422c417 Patch for Bryan, Bug 179454 - Patch modifies CPPVisitor.createBinding(ICPPASTElaboratedTypeSpecifier) to
ignore IIndexBindings and forces it to create a new ICPPInternalBinding
instead.  This behaviour is already implemented in other
CPPVisitor.createBinding(...) methods.
2007-03-27 15:57:39 +00:00
Mikhail Sennikovsky
0c819191c7 Made the CDescriptorTests pass 2007-03-27 15:56:26 +00:00