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

410 commits

Author SHA1 Message Date
Alena Laskavaia
fb8475e290 Javadoc and fixed internal method signature 2010-06-02 01:08:08 +00:00
Alena Laskavaia
29b2cdb667 Updated javadoc, removed duplicate method 2010-06-02 00:39:31 +00:00
Alena Laskavaia
587eb8061f Bug 279740: API restrictions 2010-06-01 02:32:16 +00:00
Alena Laskavaia
fbd72a420b Javadoc 2010-06-01 02:24:14 +00:00
Vivian Kong
1dc1732f57 Bug 306627 - Fix license inconsistencies 2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97 Bug 314212 - CDT Feature copyright dates are outdated 2010-05-31 15:15:04 +00:00
Alena Laskavaia
904a66b402 Bug 279740: Javadoc for APIs 2010-05-31 02:53:25 +00:00
Alena Laskavaia
d91b53a16b Externalized strings in manifest 2010-05-31 01:42:48 +00:00
Alena Laskavaia
fb1eb3faed Added parameters for Catch by Reference checker 2010-05-27 01:21:57 +00:00
Alena Laskavaia
670709454b Generalized messages 2010-05-27 01:20:43 +00:00
Alena Laskavaia
b632454589 Added try block support in control flow graph 2010-05-25 02:34:50 +00:00
Alena Laskavaia
3ec7ac60fa Clean up interfaces for control flow graph 2010-05-25 02:16:11 +00:00
Alena Laskavaia
6a49ab36dd Clean up and javadoc 2010-05-25 01:33:23 +00:00
Alena Laskavaia
6e50087a2b Added arguments, description and externalized strings 2010-05-24 21:54:19 +00:00
Alena Laskavaia
f4f2bfd6ee Added test for problem argument 2010-05-24 21:52:18 +00:00
Alena Laskavaia
dc1e7535ae Renamed a test case to match the checker 2010-05-24 21:52:00 +00:00
Alena Laskavaia
ba99f3a2d5 Test for macro parameters 2010-05-24 15:08:18 +00:00
Alena Laskavaia
5a6ecb2fb8 Bug 313622 Make checking for !a && b optional and off by default 2010-05-24 15:07:53 +00:00
Alena Laskavaia
c2919ed4f9 Added scope preference for checkers 2010-05-24 15:05:39 +00:00
Alena Laskavaia
fc70a0f70d Bug 313622 Tests for "Make checking for !a && b optional and off by default" 2010-05-24 14:16:39 +00:00
Alena Laskavaia
dab37d2d92 Fixed interface to return resource instead of file because in general problem can be on directory too not only file 2010-05-24 14:09:18 +00:00
Alena Laskavaia
3a426fb5fc Bug 313622 Make checking for !a && b optional and off by default 2010-05-23 02:29:57 +00:00
Alena Laskavaia
94711d3e76 Added preference for list of exceptions in Statement has no effect checker 2010-05-23 02:18:47 +00:00
Alena Laskavaia
644fefb8c5 Fixed preferences of type List 2010-05-23 02:18:18 +00:00
Alena Laskavaia
d87f6ff74c Bug 313817 Fixed f.p. when assignment is overloaded operator 2010-05-21 03:37:16 +00:00
Alena Laskavaia
22e14a8102 Added preference about macro expansion 2010-05-20 02:36:53 +00:00
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