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

12514 commits

Author SHA1 Message Date
Emanuel Graf
d7476ab63c fix for bug 241960: [Refactoring] Refactoring delete comments in project outside the workspace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241960
2008-07-24 12:48:00 +00:00
John Cortell
0e2c6945bd Fixed NPEs in code that is subject to dealing with a disposed frame. 2008-07-23 20:34:01 +00:00
Vivian Kong
925a43a9cd bug 203867 2008-07-23 18:29:53 +00:00
Emanuel Graf
95e813e03a fix for bug 241717: Extract Function not working with Counted Ptr
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241717
2008-07-23 09:22:22 +00:00
Markus Schorn
16b1c0a53c Fix warnings. 2008-07-22 12:29:01 +00:00
Chris Recoskie
abeec8d288 RESOLVED - bug 237956: xlC parser throws an exception parsing output with word "line"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237956
2008-07-21 20:27:57 +00:00
John Cortell
252e01a836 Added ICDIDisposable, as discussed in the mailing list. Most of these changes are adjustments to protect against an NPE since we now null out the CDI members when we dispose them. 2008-07-21 19:41:42 +00:00
Mike Kucera
db482bf78c fix to StandaloneIndexerInputAdapter, wrong method being called 2008-07-21 15:47:16 +00:00
Markus Schorn
935b16e82c ASTWriter needs to handle literal nodes. 2008-07-21 10:45:15 +00:00
Sergey Prigogin
b6b73f1b19 Added persistence for the last used template and adjusted layout of the dialog (bug 238195). 2008-07-20 00:20:44 +00:00
Sergey Prigogin
2c26884385 Label should nor wrap by default. Otherwise multi-word labels may be shown only partially. 2008-07-20 00:18:29 +00:00
Sergey Prigogin
59915ca750 Fixed bug 237327. 2008-07-19 18:38:24 +00:00
Alena Laskavaia
77b67de31f [241288] - temporary fix - trying to avoid dead-lock on import 2008-07-17 18:23:23 +00:00
Mikhail Sennikovsky
1b041f56b4 Fix for [Bug 222585] NPE at GnuMakefileGenerator$3.visit() from Zhang Yi with small modification 2008-07-17 17:27:45 +00:00
Anton Leherbauer
2d53d1dd31 Fix for 240564: Improve handling of parsing problems in conditional expressions
Fix for 241058: Code Style Formatter for C++ invalidates code for nested templated argument with namespace.
2008-07-17 13:42:52 +00:00
Vivian Kong
6cffe3d338 bug 240836 2008-07-16 20:54:02 +00:00
Vivian Kong
5c4fbcbbf3 Documentation fixes (240837, 240838, 240840, 240841, 240842) 2008-07-16 20:40:56 +00:00
Vivian Kong
1eed71bafe bug 240835 2008-07-16 14:04:32 +00:00
Vivian Kong
6150b729a7 bug 240834 2008-07-15 23:33:06 +00:00
Vivian Kong
77326b2889 bug 240833 2008-07-15 23:29:13 +00:00
Vivian Kong
5b02ac324d bug 240831 2008-07-15 23:20:08 +00:00
Vivian Kong
f1494801f6 bug 240830 2008-07-15 23:16:26 +00:00
Vivian Kong
fa78673bde bug 240824 2008-07-15 22:04:44 +00:00
Vivian Kong
c1bec93d4e bug 240820 2008-07-15 21:57:45 +00:00
Vivian Kong
5de9ec3531 bug 240755 2008-07-15 21:50:54 +00:00
Vivian Kong
c0e8896c10 bug 240754 2008-07-15 21:49:18 +00:00
Vivian Kong
b3f4addd71 bug 240749 2008-07-15 21:47:38 +00:00
Alena Laskavaia
2f02ca8f91 [ 240984] - fixed NPE 2008-07-15 20:09:47 +00:00
John Cortell
80c2baf464 Fixed 240916 (casting a child of a global results in an NPE). Also fixed all warnings in changed files and improved code with generics 2008-07-15 19:26:53 +00:00
John Cortell
f4e51c6139 Fix warnings 2008-07-15 19:18:16 +00:00
Alena Laskavaia
521dfafba6 PR: 53470 - prevent ABR exception 2008-07-15 18:13:09 +00:00
Alena Laskavaia
9d31c68ce5 PR: 53470 2008-07-15 18:10:13 +00:00
Markus Schorn
584e951711 Increment plugin version. 2008-07-15 15:00:50 +00:00
Markus Schorn
93fe4bbc48 Fix warnings. 2008-07-15 15:00:31 +00:00
Mike Kucera
30ddbb8708 bug 240371, standalone indexer needs a scanner info provider 2008-07-14 21:44:45 +00:00
John Cortell
f74aa0ca4a Fixed bugzilla 240719. Element is now first checked to see if it's a ICDISharedLibrary, and then if not, an IBinary 2008-07-14 20:31:19 +00:00
Markus Schorn
87b69a7f19 pwd in scanner discovery, bug 237958. 2008-07-14 16:00:29 +00:00
Markus Schorn
0954c9559b Implementation of PDOMCPPClassInstance.getImplicitMethods(). 2008-07-14 15:15:05 +00:00
Markus Schorn
c032266686 Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 240599. 2008-07-14 14:00:43 +00:00
Markus Schorn
d95322ff16 Error recovery within enumeration, bug 72685. 2008-07-14 10:45:58 +00:00
Sergey Prigogin
bfa93d84d0 Different definitions of __null for C and C++ (bug 240567). 2008-07-14 01:28:03 +00:00
Sergey Prigogin
fb4339f87b Added a test case for bug 233889. 2008-07-12 23:04:15 +00:00
John Cortell
d56a79adc4 Fixed for bugzilla 240538. Load Symbols for All in Modules view always generates a bogus error 2008-07-11 20:04:50 +00:00
Alena Laskavaia
a10ab1f0bf [236186] - fixing bugs with make targets, contributed by Andrew Gvozdev 2008-07-11 14:26:02 +00:00
Alena Laskavaia
1f982fd80c - removed unused includes 2008-07-11 14:24:38 +00:00
Anton Leherbauer
c026945dac Fix for 238946: Exclude braces from potential asm line comment chars 2008-07-10 11:22:25 +00:00
Anton Leherbauer
7c3c465132 Fix for 239208: 'Open external location' entry missing in Problems View popup menu 2008-07-10 11:13:29 +00:00
Anton Leherbauer
43f7fdc68d Fix for 239461: Code formatter: problems with the C++ boolean operator "not" 2008-07-10 11:03:12 +00:00
Anton Leherbauer
b3d0d40b3d Fix for 239858: resolve resources on paths with symbolic links 2008-07-10 09:49:57 +00:00
Alena Laskavaia
170bb6ea07 [240238] - fixed adding expressions which has "char *" type for example 2008-07-09 21:21:30 +00:00