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

11622 commits

Author SHA1 Message Date
Sergey Prigogin
4049307f4b Bug 395884 - Fixed a bug introduced in the previous commit. 2012-12-05 21:48:42 -08:00
Sergey Prigogin
97e1e23742 Bug 395884 - ClassCastException in EvalBinding.getParameterOwner 2012-12-05 21:34:18 -08:00
Sergey Prigogin
8df9065265 Cosmetics. 2012-12-05 19:39:01 -08:00
Sergey Prigogin
2b338f5d00 Bug 395882 - ClassCastException in
CPPVariableReadWriteFlags.rwInCtorInitializer
2012-12-05 19:37:47 -08:00
Sergey Prigogin
3ec58f2fc3 Fixed StackOverflowError in auto type calculation for "for (auto a : a)" 2012-12-05 19:22:08 -08:00
Sergey Prigogin
ec5e814054 Cosmetics. 2012-12-05 18:19:18 -08:00
Sergey Prigogin
bac77d5009 Formatter support for defaulted and deleted functions and for rvalue
references.
2012-12-05 15:40:40 -08:00
Andrew Gvozdev
4deb1a2831 bug 395304: Selection of language settings provider not always accurate for the current configuration 2012-12-05 17:50:59 -05:00
Sergey Prigogin
679683b6c9 Bug 393068 - Constructor call is treated as write access for arguments 2012-12-04 20:48:47 -08:00
Sergey Prigogin
91bbd935e4 Cosmetics. 2012-12-04 20:48:37 -08:00
Thomas Corbat
27e31de424 Replacement of the CPPNameCollector with BindingAssertionHelper in
Template Alias tests.

Sergey suggested to make the Template Alias tests more readable by
replacing the CPPNameCollector with BindingAssertionHelper. I did this
where it was possible. I.e it was still required in tests asserting an
instance count of a binding. But to acquire those references the
BindingAssertionHelper is used as well. For comparison of those bindings
I have added a method for creating a CPPNameCollector with a given AST.

Change-Id: I19b11cbabe5c4c0fa57965d6f97e0db5dfa5575a
Reviewed-on: https://git.eclipse.org/r/9020
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-12-04 23:47:08 -05:00
Sergey Prigogin
530290d37a Bug 395238. Evaluation of constexpr functions. Also few fixes related to
alias templates.
2012-12-04 10:36:07 -08:00
Sergey Prigogin
e2d862e8ed Revert "Bug 395238. Evaluation of constexpr functions. Also few fixes
related to alias templates." The commit was reverted since it introduced
StackOverflowErrors during indexing.

This reverts commit 9710ad9bb6.
2012-12-03 12:21:57 -08:00
Sergey Prigogin
5161f8de9a Missing pieces of __int128 and __float128 support. 2012-12-03 10:39:20 -08:00
Sergey Prigogin
9710ad9bb6 Bug 395238. Evaluation of constexpr functions. Also few fixes related to
alias templates.
2012-12-03 10:39:01 -08:00
Sergey Prigogin
3f84a91f19 Cosmetics. 2012-12-03 10:38:43 -08:00
Andrew Gvozdev
22e5b8c486 bug 395259: NPE thrown in LanguageSettingsProviderTab when selecting a newly created configuration 2012-12-01 04:48:21 -05:00
Sergey Prigogin
98c42dd5e2 Obtain indexer timeout for tests from indexer.timeout system property. 2012-11-30 15:12:36 -08:00
Sergey Prigogin
a976e8a1d6 Cosmetics. 2012-11-30 15:08:31 -08:00
Sergey Prigogin
17161ee9b0 Eliminated use of exceptions for dealing with values that cannot be
computed.
2012-11-30 15:08:07 -08:00
Sergey Prigogin
d59d7fc6eb Added missing cases. 2012-11-30 14:31:51 -08:00
Sergey Prigogin
db3fa6a01f Code streamlining. 2012-11-27 19:04:17 -08:00
Sergey Prigogin
cfe498ae3b Cosmetics. 2012-11-27 18:53:32 -08:00
Sergey Prigogin
234f14db57 Bug 395026 - Fixed the second use case. 2012-11-27 18:53:24 -08:00
Andrew Gvozdev
aabb8f418b Merge remote-tracking branch 'cdt/master' into sd90 2012-11-26 11:44:46 -05:00
Andrew Gvozdev
50cf74d461 bug 357442: Cosmetics changes mostly 2012-11-26 11:37:02 -05:00
Sergey Prigogin
0cb4542e0b Comment adjustments. 2012-11-25 16:40:05 -08:00
Sergey Prigogin
e7d1dad828 Bug 374694. CompositeCPPAliasTemplate class and a test that fails
without it.
2012-11-25 16:25:46 -08:00
Sergey Prigogin
780ff91284 Cosmetics. 2012-11-25 16:23:45 -08:00
Sergey Prigogin
39acee2d98 Cosmetics. 2012-11-25 14:55:39 -08:00
Sergey Prigogin
e9ae9bf1cf Bug 395026 - Name resolution problem with an alias template. 2012-11-25 13:46:13 -08:00
Sergey Prigogin
f7a0fb2c7f Cosmetics. 2012-11-25 13:32:08 -08:00
Sergey Prigogin
eff4487436 Code streamlining. 2012-11-25 11:28:00 -08:00
Sergey Prigogin
e2b5f723a6 Cosmetics. 2012-11-25 11:20:39 -08:00
Sergey Prigogin
7336550d10 Add missing switch cases. 2012-11-25 11:13:53 -08:00
Thomas Corbat
4e409e9e2f Bug 374694. Implementation of alias templates. 2012-11-25 09:13:04 -08:00
Sergey Prigogin
45206789d6 Fixed NPE. 2012-11-25 08:45:33 -08:00
Sergey Prigogin
a00758b82c Support for __float128 type introduced in GCC 4.7. 2012-11-25 08:44:30 -08:00
Andrew Gvozdev
d61fcc17ce Corrected some ill-encoded characters in comments 2012-11-23 10:32:56 -05:00
Andrew Gvozdev
cdbd91fd64 Merge remote-tracking branch 'cdt/master' into sd90 2012-11-23 09:10:13 -05:00
Andrew Gvozdev
cd482994b5 Bug 393641: When importing an existing CDT project, language settings providers are disabled 2012-11-21 09:51:48 -05:00
Anton Leherbauer
461a07cf73 Bug 394756 - Reduce number of ScopedPreferenceStore instances 2012-11-21 11:17:12 +01:00
sprigogin
8450d8e366 Fixed an accidental PDOM incompatibility. 2012-11-20 22:16:18 -08:00
Sergey Prigogin
25c47d3cbb Support for __int128 type introduced in GCC 4.7. 2012-11-20 16:57:23 -08:00
Sergey Prigogin
da5b169b44 Cosmetics. 2012-11-20 15:48:29 -08:00
Sergey Prigogin
5c57467a36 Bug 394024. Fixed a use case with typedef. 2012-11-13 12:40:29 -08:00
Sergey Prigogin
4462ca0b8a Improved indexing progress indicator. 2012-11-13 11:41:48 -08:00
Markus Schorn
64e6fb0537 Bug 390759: Wrong order in ambiguity resolution. 2012-11-13 06:46:51 +01:00
Sergey Prigogin
7d752c9288 Improved linearity of the indexing progress indicator. 2012-11-12 15:21:32 -08:00
Sergey Prigogin
cd7276ab72 Cosmetics. 2012-11-12 11:59:16 -08:00