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

10801 commits

Author SHA1 Message Date
Sergey Prigogin
d8460fa23b Bug 299911. Removed redundant name lookup. 2012-08-14 15:21:36 -07:00
Sergey Prigogin
a2201b07ae Bug 299911. Fixed AST2TemplateTests.testDependentExpressions test. 2012-08-14 15:20:56 -07:00
Sergey Prigogin
3400d21110 Bug 299911. Added ICPPClassSpecialization.getBases(IASTNode point)
method to avoid loss of instantiation context.
2012-08-14 15:20:10 -07:00
Sergey Prigogin
a86fdeca46 Cosmetics. 2012-08-14 15:19:50 -07:00
Sergey Prigogin
304d72c17d Bug 299911. Few fixes and a test that is currently failing due to a NPE. 2012-08-14 15:19:06 -07:00
Sergey Prigogin
52466b82d7 Cosmetics. 2012-08-14 15:18:38 -07:00
Sergey Prigogin
00abbb70fa Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgument
and CPPTemplateNonTypeArgument.
2012-08-14 15:17:12 -07:00
Sergey Prigogin
94ee2bc827 Cosmetics. 2012-08-14 15:15:24 -07:00
Sergey Prigogin
765363be4a Bug 299911. Fixed remaining failing tests. 2012-08-14 15:13:22 -07:00
Sergey Prigogin
e5c9fc3ee6 Bug 299911. Work in progress. 5 tests are still failing. 2012-08-14 15:10:28 -07:00
Sergey Prigogin
5b2d7b16f7 Bug 299911. Work in progress. 20 tests are currently failing. 2012-08-14 15:09:29 -07:00
Sergey Prigogin
e606c63656 Cosmetics. 2012-08-14 15:07:53 -07:00
Sergey Prigogin
01d99c5643 Bug 299911. Implementations of ICPPEvaluation.instantiate methods. 2012-08-14 15:06:46 -07:00
Sergey Prigogin
1a90fef0a5 Cosmetics. 2012-08-14 15:05:13 -07:00
Sergey Prigogin
e3b089f12e Bug 299911. Partial implementation of ICPPEvaluation.instantiate
methods.
2012-08-14 15:02:03 -07:00
Sergey Prigogin
5e96c479de Cosmetics 2012-08-14 14:58:43 -07:00
Sergey Prigogin
147a6373cf Cosmetics. 2012-08-14 14:58:26 -07:00
Sergey Prigogin
a3307396d4 Cosmetics. 2012-08-14 14:57:25 -07:00
Sergey Prigogin
3ef01f2be9 Cosmetics. 2012-08-14 14:57:07 -07:00
Sergey Prigogin
30e1eaebc1 Added a missing copyright header. 2012-08-14 14:56:15 -07:00
Sergey Prigogin
047199860c Bug 299911. Signatures for evaluations. 2012-08-14 14:55:58 -07:00
Sergey Prigogin
7c9a82c2b1 Cosmetics. 2012-08-14 14:53:52 -07:00
Sergey Prigogin
c676ddf34e Cosmetics. 2012-08-14 14:53:00 -07:00
Sergey Prigogin
e48da78780 testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due to
Markus' changes.
2012-08-14 14:31:53 -07:00
Markus Schorn
e10d1e3719 Bug 299911: Preserving typedefs in the evaluation. 2012-08-14 14:17:15 -07:00
Markus Schorn
9dd70eb4bb Bug 299911: Increment plugin and pdom version. 2012-08-14 14:16:19 -07:00
Markus Schorn
fad6fcfe01 Bug 299911: Introduce ICPPEvaluation 2012-08-14 14:11:45 -07:00
Markus Schorn
1bb6d2eecc Bug 299911: Introduce ICPPASTInitializerList 2012-08-14 14:11:01 -07:00
Markus Schorn
4fb6a86451 Bug 299911: Introduce ICPPASTExpression 2012-08-14 14:10:34 -07:00
Vivian Kong
1a6f033179 Bug 384767 - Non-externalized Strings in Discovery Tab 2012-08-01 11:32:23 -04:00
Andrew Gvozdev
525f37a0e2 bug 385678: Juno Indexer cannot find headers in workspace folders that
Indigo did find
2012-07-25 18:52:45 -04:00
Markus Schorn
ee06da3642 Bug 369770: Allow suppressing use of directory of current file for resolving includes (effect of option -I-). 2012-07-24 10:40:50 +02:00
Sergey Prigogin
0ee284043d More detailed exception message. 2012-07-18 12:19:37 -07:00
Sergey Prigogin
6a4d89220e Cosmetics. 2012-07-18 12:18:14 -07:00
Andrew Gvozdev
c4e0105038 bug 378590: Fixed error message in the log 2012-07-12 18:51:31 -04:00
Vivian Kong
bb6486f8e9 Bug 382426 - [Accessibility] Some UI elements do not provide a label 2012-07-12 15:05:40 -04:00
David Salinas
16739227f7 Bug 375859 - update JUnit tests 2012-07-12 11:54:45 -04:00
Sergey Prigogin
baf26cea8a Fixed an infinite loop reported by Joseph Paul Cohen. 2012-07-11 15:10:29 -07:00
Andrew Gvozdev
7f1c138e94 bug 378590: [sd90] Sometimes, includes won't appear in project explorer
after project creation
2012-07-11 11:55:01 -04:00
Andrew Gvozdev
d1bb13b08c Cosmetics - JavaDoc and code formatting 2012-07-09 11:15:13 -04:00
Andrew Gvozdev
b4f9e7052e bug 383032: C Project dialog project type tree is missing arrows to collapse expand 2012-07-07 07:52:10 -04:00
Lukas Felber
ba17c7ac64 Bug 380615 - Assign comments belonging to preprocessor directives to them in NodeCommentMap instead of ignoring them.
minor renames and reformatting.

added additional comment to "CommentRecognition preprocessor directives comment recognition".

Change-Id: Idabbe95ff7dd4e11b173474b708e622252264adb
Reviewed-on: https://git.eclipse.org/r/6119
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-07-02 14:10:07 -07:00
Thomas Corbat
f8bad55627 Bug 381032 - NameWriter extended for fully qualified names.
Extended the NameWriter for allowing ASTWriter to write fully qualified
names correctly with a leading scope (::).
Added one simple test to verify this functionality.

Cosmetic fix: Formatting adapted to environment and removed superfluous
trailing tabs.

Change-Id: I7eec92666d49a93b47a1906a75169dd42ba41eb1
Reviewed-on: https://git.eclipse.org/r/6170
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-06-26 20:03:56 -07:00
Sergey Prigogin
3a63a3c793 Bug 383277 - Invalid auto indentation before and after colon in class
declaration with inheritance
2012-06-26 18:58:46 -07:00
Sergey Prigogin
03763a9179 More informative exception. 2012-06-26 18:50:03 -07:00
Sergey Prigogin
0215210fe4 Cosmetics. 2012-06-26 18:45:52 -07:00
Sergey Prigogin
687f34f83b Corrected copyright year. 2012-06-26 18:44:02 -07:00
Sergey Prigogin
d611b69fbf Bug 380498. Fixed few more cases where typedefs were not preserved. 2012-06-26 18:42:16 -07:00
Sergey Prigogin
c67276494e Cosmetics. 2012-06-26 18:40:33 -07:00
Sergey Prigogin
83cc5d019e Fixed a typo. 2012-06-09 21:59:51 -07:00