1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

11029 commits

Author SHA1 Message Date
Markus Schorn
bac56fad6d Checks for null-pointers by Paul Warren, bug 209676. 2007-11-23 08:44:40 +00:00
Markus Schorn
9b07ea66db Static variables/functions in Open Element and Search (bug 193057 and 196414). 2007-11-22 15:57:17 +00:00
Anton Leherbauer
41e74e8cbf Fix for 210417: [Editor] indentation of braces in type does not work in non-empty file (in cooperation with Ed Swartz <ed.swartz@nokia.com>) 2007-11-22 15:01:25 +00:00
Markus Schorn
01e130423b Static variables/functions declared in headers, bug 180305. 2007-11-22 13:10:49 +00:00
Markus Schorn
a6d8d84032 Fix qualifiers of CBasicType, bug 209682. 2007-11-22 09:07:14 +00:00
Ken Ryall
41ada3d495 Bug 205017. 2007-11-21 23:29:20 +00:00
Jason Montojo
5bdad92ff7 Fix for bug 210540 2007-11-21 15:53:46 +00:00
Anton Leherbauer
ae86d1ec64 Fix compile error in test plugin due to parser removal (209772) 2007-11-21 14:12:35 +00:00
Markus Schorn
85042a14f6 Proper hashCode() for ShortString and LongString (bug 185343) 2007-11-21 12:10:06 +00:00
Markus Schorn
3a0b436262 Support for complex, imaginary and long long (bug 209049). 2007-11-21 10:06:12 +00:00
Markus Schorn
8db78a8929 Testcase for bug 210344. 2007-11-20 13:13:41 +00:00
Markus Schorn
7788841cb3 Removal of old parser (bug 209772). 2007-11-20 10:57:40 +00:00
Jason Montojo
51e8002672 Fix for 209379 2007-11-19 21:18:45 +00:00
Mike Kucera
ff9b0b0168 added test cases for bug 210019 2007-11-19 16:08:31 +00:00
Oleg Krasilnikov
fd8aeb162c Bug #205129 : Acquiring a configuration from its description causes an EVENT_OPEN event 2007-11-19 13:17:45 +00:00
Mikhail Sennikovsky
f3c54d18df fix for exported settings 2007-11-19 12:16:10 +00:00
Oleg Krasilnikov
a5d95152d2 Bug #207470 2007-11-19 09:31:14 +00:00
Mikhail Sennikovsky
65dc16c3b3 fix for [bug 205840] Should file-level tool be updated when project toolchain changes? 2007-11-17 13:55:02 +00:00
Oleg Krasilnikov
126bc9b482 Tool chain modification update 2007-11-16 16:18:27 +00:00
Mikhail Sennikovsky
bad9887e8d fix for the tool-chain modification functionality 2007-11-16 16:14:44 +00:00
Mikhail Sennikovsky
c451af9174 fix for the tool-chain modification functionality 2007-11-16 15:30:30 +00:00
Mikhail Sennikovsky
e8919fce50 proper restore defaults for tool-chain modification functionality 2007-11-16 14:01:09 +00:00
Mikhail Sennikovsky
04baae6ead fix for the child folder info creation 2007-11-16 13:09:22 +00:00
Markus Schorn
17656a4e70 Testcase for 156990, macro in include directive. 2007-11-16 12:34:35 +00:00
Mikhail Sennikovsky
e22a62814b fix for the tool-chain modification functionality 2007-11-16 12:26:08 +00:00
Mikhail Sennikovsky
57cb57cb84 fix for the tool-chain modification functionality 2007-11-16 12:15:28 +00:00
Mikhail Sennikovsky
35af19eaff fix for the tool-chain modification functionality 2007-11-16 11:30:22 +00:00
Mikhail Sennikovsky
92e72835f8 additional fix for the tool-chain modification functionality 2007-11-16 10:56:09 +00:00
Markus Schorn
0f377144c4 Ported additional tests from Scanner2 to CPreprocessor 2007-11-16 10:10:37 +00:00
Mikhail Sennikovsky
478f884711 dbg trace off 2007-11-16 08:52:34 +00:00
Mikhail Sennikovsky
7d6c75119e Fix for the tool-chain modification functionality 2007-11-16 08:49:59 +00:00
Ken Ryall
e626ad559a Bug 204738 2007-11-15 21:00:48 +00:00
Doug Schaefer
188d419208 Fix for bug 209614 - a cleaner fix that uses the default delimiter from the environment variable manager. 2007-11-15 17:28:55 +00:00
Markus Schorn
4f852d99c1 JUnit-tests and fixes for the image-locations. 2007-11-15 16:17:30 +00:00
Markus Schorn
74a6d68f29 Implementation of flattenLocations for new LocationMap. 2007-11-15 15:41:39 +00:00
Doug Schaefer
e46d0efe27 Fix for bug 209614 - make sure the delimiter returned isn't null. 2007-11-14 16:54:19 +00:00
Mikhail Sennikovsky
b8a19bed37 Additional core fix for [bug 205840] Should file-level tool be updated when project toolchain changes? 2007-11-14 15:16:12 +00:00
Markus Schorn
6fb8484d00 Testcases for bugs fixed by the preprocessor. 2007-11-14 13:20:48 +00:00
Markus Schorn
75b8d46572 Testcase for 122891, macros in include directive. 2007-11-14 12:11:17 +00:00
Markus Schorn
7c5ba6e7de Additional testcases are passing with the new preprocessor. 2007-11-14 12:08:01 +00:00
Markus Schorn
8cd6358322 Tests 2_3s2 and 6_10_3_5s5 from the cpp-spec are passing with CPreprocessor. 2007-11-14 11:20:09 +00:00
Markus Schorn
7411260aef Makes CPreprocessor the default scanner. 2007-11-14 11:06:55 +00:00
Doug Schaefer
be2b763cd5 Patch for Frank - bug 203841 - fix up some links in the user doc. 2007-11-13 21:07:57 +00:00
Jason Montojo
12d856b0d5 Fix for bug 209005 2007-11-13 16:53:07 +00:00
Markus Schorn
880c51737f Performance Improvement for the CPreprocessor, avoid calling some methods on IIndexMacros. 2007-11-13 15:14:35 +00:00
Mikhail Sennikovsky
617af77992 Core fix for [bug 205840] Should file-level tool be updated when project toolchain changes? 2007-11-13 10:25:41 +00:00
Markus Schorn
5558b7e7a1 Handling of PDOMMacros in CPreprocessor. 2007-11-13 09:55:43 +00:00
Markus Schorn
d065bc268e JUnit tests for F3 on includes. 2007-11-13 09:55:04 +00:00
Markus Schorn
22a3a7bba8 Javadoc for IASTNode.getFileLocation() 2007-11-13 08:32:41 +00:00
Markus Schorn
6fb649fa9e Testcases for bug 208300, macro navigation. 2007-11-13 08:25:17 +00:00