1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-10 02:25:25 +02:00
Commit graph

11787 commits

Author SHA1 Message Date
Sergey Prigogin
63c70d737e Bug 400073 - More robust clearing of results cache. 2013-12-06 12:31:23 -08:00
Sergey Prigogin
d144de5c1d Bug 400073 - Indexer runs out of memory.
Fixed a soft memory leak caused by accumulation of data in
PDOM.fResultCache when several consecutive files fail to parse.
2013-12-06 12:30:08 -08:00
Sergey Prigogin
ceac5fd156 Bug 422217 - NPE in IndexLocationFactory.getAbsolutePath 2013-11-21 12:01:02 -08:00
Sergey Prigogin
f923ac3342 Bug 421398 - Organize Includes not adds includes for base class. 2013-11-20 12:02:21 -08:00
Anton Leherbauer
f46724244c Bug 418797 - Spawner closes file descriptor it didn't open when process cannot be started 2013-10-14 11:15:09 +02:00
Chris Recoskie
1996718ce6 Bug 417616 - IndexedFilesLabelProvider does work on non-CDT projects
Change-Id: Iee639c9ecb6daca06946e57546b0ec9f501655e4
Reviewed-on: https://git.eclipse.org/r/16695
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-09-26 15:57:21 -04:00
Chris Recoskie
1ccfadb42b Bug 406479 - Some "org.eclipse.cdt.core" fragments are missing an
"Eclipse-PlatformFilter" in their manifest
2013-09-26 11:44:21 -04:00
Sergey Prigogin
0e36772a55 Bug 412766 - Allow indexing to continue after encountering an invalid
class member.
2013-09-16 14:27:24 -07:00
Sergey Prigogin
92d4b52f22 Bug 417243 - Organize Includes inserts unnecessary include for the
header declaring a function parameter type
2013-09-13 19:07:00 -07:00
Sergey Prigogin
a5fafa3428 Bug 417240 - Organize Includes inserts unnecessary include for the
header declaring a base class
2013-09-13 16:46:23 -07:00
Sergey Prigogin
b5c632f3af JavaDoc adjustments. 2013-09-13 16:38:01 -07:00
Sergey Prigogin
d626c57598 Bug 417147 - Organize Includes ignores an overloaded operator. 2013-09-12 19:38:54 -07:00
Sergey Prigogin
4d282cfe2b Bug 417143 - Organize Includes removes include of the header declaring a
variable.
2013-09-12 16:13:43 -07:00
Sergey Prigogin
78000addef Adjusted JavaDoc. 2013-09-12 16:10:31 -07:00
Sergey Prigogin
0df9d9c211 Bug 417050 - Organize Includes adds includes for template parameters of
unique_ptr.
2013-09-11 20:29:13 -07:00
Sergey Prigogin
7372e983a1 Bug 416280 - Name resolution problem with alias template. Fix for the
test case in comment #6.
2013-09-10 20:25:28 -07:00
Sergey Prigogin
22078c723d Bug 416280 - Name resolution problem with alias template. 2013-09-10 20:24:09 -07:00
Sergey Prigogin
4e81f0fce2 Fixed a broken test. 2013-09-10 13:15:21 -07:00
Sergey Prigogin
f44bd4b318 Bug 416278 - Indexer gets confused by a class in an anonymous namespace. 2013-09-10 09:53:20 -07:00
Sergey Prigogin
1adadfc29a Added local-to-file information to toString() method. 2013-09-10 09:47:32 -07:00
Sergey Prigogin
665f381488 Cosmetics. 2013-09-10 09:46:11 -07:00
Sergey Prigogin
f1275ddaaa Obey indexer.timeout property. 2013-09-10 09:43:48 -07:00
Sergey Prigogin
2272e31185 Cosmetics. 2013-09-10 09:42:29 -07:00
Nathan Ridge
a2a8a1dd8c Bug 416788 - [regression] "Member declaration not found" for member of
template specialization

Change-Id: I388ea1f7dc6ff2bf315958960a113e9110acd9c8
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/16207
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-10 09:41:06 -07:00
Sergey Prigogin
919e6c2586 Cosmetics. 2013-09-10 09:28:17 -07:00
Nathan Ridge
1305966d85 Bug 414279 - Fix an NPE
Change-Id: Ib2ec70e74bc56364dbaf3756162626683eba70e1
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/16201
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-08 00:11:14 -04:00
Nathan Ridge
cba60d6c1b Bug 416284 - Unsafe method call, using nested templates
Change-Id: I08732af62f43c03f362d4602736ef6b8e0f227e9
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/16147
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-06 19:54:41 -04:00
Marc-Andre Laperle
053eb6c10f Fix pom versions 2013-09-03 22:04:33 -04:00
Andrew Gvozdev
7104c1f8e5 bug 415970: Add waitForIndexer() before refreshLocal() 2013-09-01 07:28:18 -04:00
Marc-Andre Laperle
8a79315e61 Bug 412032 - Fix test that failed to fail before the fix 2013-08-30 23:50:36 -04:00
Sergey Prigogin
6a767437c9 JavaDoc adjustment. 2013-08-30 12:18:06 -07:00
Sergey Prigogin
9d834b73ca Removed two meaningless TODOs. 2013-08-30 10:04:52 -07:00
Sergey Prigogin
ff31d49021 Cosmetics. 2013-08-30 10:03:30 -07:00
Sergey Prigogin
c9dc00136c Fixed an NPE. 2013-08-29 17:21:43 -07:00
Sergey Prigogin
c6f0b99ab7 Bug 416194 - Partner include should never be removed 2013-08-29 14:59:42 -07:00
Andrew Gvozdev
ed07561521 Bug 415789: NPE in ScannerConfigBuilder
An implementation of IEnvironmentVariable is returning null for its key
or value.  The javadoc on this interface doesn't mention null, which I
guess makes it a valid value.

This patch checks the result before trying to put it into an instance of
java.util.Properties.

Change-Id: Ic04ddd72dfb558ca403b549b64847c3437971407
Signed-off-by: Andrew Eidsness <andrewe@jfront.com>
Reviewed-on: https://git.eclipse.org/r/15820
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-08-29 11:00:28 -04:00
Nathan Ridge
07709b85ce Bug 400940 - Friend constructor reported as syntax error
Change-Id: I0cbe6b9285b1e26abb985e6582e534132acb0c6c
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/15837
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-27 17:43:08 -07:00
Nathan Ridge
9745cb9826 Bug 413204 - "field could not be resolved" error in function returning
function pointer (really fixed this time)

Change-Id: Ica4255ca554db6952248fe1fae53d188a1b78d75
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/15840
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-26 19:38:20 -07:00
Nathan Ridge
c68190a67c Bug 394048 - parser confusion about octal double
Change-Id: I4184acdeb4909022a2e2b30830530bd33a4897f3
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/15839
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-26 13:46:40 -07:00
Nathan Ridge
5cb56f98bc Bug 400204 - Unexpected syntax error in C struct declaration
Change-Id: Idc8450517362e6f6d9f00c9dfc13034d6de456a2
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/15838
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-26 13:45:21 -07:00
Nathan Ridge
94cd955415 Bug 401152 - Incorrect semantic error in class template specialization
Change-Id: I962872a55bcc34f6ebfb944b7406c94af8f8d489
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/15834
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-26 13:43:50 -07:00
Sergey Prigogin
df02b36e8f Bug 415914 - Organize Includes doesn't add include for a constructor
call
2013-08-26 13:35:39 -07:00
Markus Schorn
6af4664b61 Bug 411605: Improved fix for regression in ResourceLookup, such that
project description is loaded less often.
2013-08-26 15:00:12 +02:00
Markus Schorn
20a8486993 Bug 411605: ResourceLookup should honor the PathCanonicalization strategy. 2013-08-26 14:36:52 +02:00
Markus Schorn
d7faff7538 Bug 411605: Fix for regression in resource lookup. 2013-08-26 14:36:02 +02:00
Sergey Prigogin
b131e456e4 Bug 412519. Avoid using deprecated getScannerExtensionConfiguration()
method
2013-08-25 17:23:36 -07:00
Sergey Prigogin
14343892d3 Bug 414694. Don't need to format changes when they only delete code. 2013-08-24 18:19:23 -07:00
Sergey Prigogin
4bf5b9a3d8 Bug 415808 - Organize Includes command doesn't add includes for template
arguments
2013-08-23 21:52:01 -07:00
Sergey Prigogin
17336298b3 Cosmetics. 2013-08-23 21:50:36 -07:00
Sergey Prigogin
b1c45c2a12 Revert "More version changes."
This reverts commit f7587615bb.
2013-08-23 09:15:58 -07:00