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

784 commits

Author SHA1 Message Date
Alena Laskavaia
5bd960f42a removed debug println 2010-05-20 02:36:32 +00:00
Alena Laskavaia
8f07ba0efc Corrected validation 2010-05-19 02:52:53 +00:00
Alena Laskavaia
6f427a56b7 test for CxxAstUtils 2010-05-19 02:49:40 +00:00
Alena Laskavaia
c663103b44 Added test framework for fast tests 2010-05-19 02:49:01 +00:00
Alena Laskavaia
85d6bff98e Added method to check that node belongs to macro expansion 2010-05-19 02:41:12 +00:00
Alena Laskavaia
50b61f0c37 Fixed refactoring left-overs 2010-05-18 03:09:23 +00:00
Alena Laskavaia
c9d0b338cb open API 2010-05-18 03:08:11 +00:00
Alena Laskavaia
1c77ff42c8 Clean-up javadoc, method names and open API 2010-05-18 03:07:38 +00:00
Alena Laskavaia
a491012509 Restore the code that makes it work in CDT 6.0 2010-05-17 18:27:09 +00:00
Alena Laskavaia
173caf76de Implemented isLValue function inside the checker to make backward compatible with 6.0 2010-05-17 18:22:17 +00:00
Alena Laskavaia
cf8f64893e Removed @Test annotation to make it backward compatible with 6.0 2010-05-17 18:15:45 +00:00
Alena Laskavaia
05dc3fac9a FIx to make it backward compatible with CDT 6.0 2010-05-17 18:14:01 +00:00
Alena Laskavaia
f004315ce5 Fix usage of progress monitor 2010-05-17 16:36:26 +00:00
Alena Laskavaia
6892a28e3d Fix compile error 2010-05-17 16:33:34 +00:00
Alena Laskavaia
bf4c760f6a Fixed spelling in a class name 2010-05-16 02:19:01 +00:00
Alena Laskavaia
3c2fd7ab95 Cleaned up problem preferences interfaces and fixed persistence 2010-05-16 02:18:02 +00:00
Alena Laskavaia
a355f5145a Moved parameter control up 2010-05-15 01:05:34 +00:00
Alena Laskavaia
459a3c2b6e Refactored adding parameter and renamed hash to map 2010-05-14 02:56:39 +00:00
Alena Laskavaia
e6499a96f6 Added parameters for checker - to check for implict return 2010-05-14 02:37:00 +00:00
Alena Laskavaia
4e0a4b9171 Externalized strings 2010-05-14 02:36:33 +00:00
Alena Laskavaia
208b649f76 Refactored ProblemParameterInfo 2010-05-14 02:36:16 +00:00
Alena Laskavaia
53845ca38e Externalized strings 2010-05-13 02:07:25 +00:00
Alena Laskavaia
94cb067beb Refactored common function to utility class 2010-05-13 02:06:38 +00:00
Alena Laskavaia
4f2aa8c7db no need to run indexer for these tests 2010-05-13 02:05:53 +00:00
Alena Laskavaia
b7eb03f5f9 Added tests for CatchByReference 2010-05-13 02:05:33 +00:00
Alena Laskavaia
81d62c4f03 Have to include src folder in binary build because it has test source code 2010-05-13 00:26:35 +00:00
Alena Laskavaia
a88cb349f8 Simplified code by using different API and get rid of warnings 2010-05-12 22:29:24 +00:00
Alena Laskavaia
eff03629d6 Interface class should have been in public package 2010-05-12 22:20:25 +00:00
Alena Laskavaia
b523cda50a Still trying to fix tests failure by fixing dependencies 2010-05-12 16:46:09 +00:00
Alena Laskavaia
fe3d182f42 Fixed f.p. for c++ lazy evaluation hacks 2010-05-11 03:01:00 +00:00
Alena Laskavaia
6d88bba776 Added tests for statement has not effect checker 2010-05-11 02:37:29 +00:00
Alena Laskavaia
823deee35f Added data parameter to statement has no effect checker 2010-05-11 02:37:10 +00:00
Alena Laskavaia
6882aa6e56 Fixed f.p. for gnu compound statement expression extension 2010-05-11 02:17:20 +00:00
Alena Laskavaia
5f256a6889 Fixed test infrastructure (use common code C test utils to read files from java comments) 2010-05-11 02:08:44 +00:00
Alena Laskavaia
fdb501da55 Fixed missing NLS message warning 2010-05-11 02:07:52 +00:00
Alena Laskavaia
a39fe6b4b2 Extracted interface for data object of Basic Block in control flow graph 2010-05-09 01:54:29 +00:00
Alena Laskavaia
ed2cdbc529 Bug 311268 fixed some f.p. in return checker 2010-05-09 01:49:06 +00:00
Alena Laskavaia
7848bd21a9 Bug 311268 tests (patch from Felipe) 2010-05-08 02:52:01 +00:00
Alena Laskavaia
dab4cc2c7e Bug 311268 added checker to check for return values 2010-05-08 02:43:49 +00:00
Alena Laskavaia
b19600d913 Added problem message to display in info panel 2010-05-08 02:15:46 +00:00
Alena Laskavaia
d7586e020f Improved diagnostic message 2010-05-08 01:23:29 +00:00
Alena Laskavaia
26dc9d8c68 Externalized string - fixed issues 2010-05-08 01:22:37 +00:00
Alena Laskavaia
95d8915fee Fixed details not showing for regular problems 2010-05-08 01:19:46 +00:00
Alena Laskavaia
9594eeb577 corrected message 2010-05-07 23:37:04 +00:00
Alena Laskavaia
e0ee9359b1 Externalized strings 2010-05-07 02:58:31 +00:00
Alena Laskavaia
b3e3a91fd6 - making usage of CodanEditorUtility 2010-05-05 20:48:28 +00:00
Alena Laskavaia
b168348b96 - support for navigatable "URL"s containing file: syntax - would open editor in eclipse 2010-05-05 20:00:36 +00:00
Alena Laskavaia
aa8fb216e6 - Added utility class to share between classes that want to open a file for marker 2010-05-05 19:59:17 +00:00
Alena Laskavaia
5691d8b306 - removed version dependency so it compiles with CDT 6.0 2010-05-04 15:17:31 +00:00
Alena Laskavaia
bf3078242e fixed marker supertypes for codan marker and marker type generation 2010-05-04 02:46:01 +00:00