Daniel Marjamäki
|
d891d1ce5d
|
Fixed segfault in TestTokenizer::cpp0xtemplate3
|
2012-01-15 12:14:47 +01:00 |
Daniel Marjamäki
|
7e3735988d
|
TemplateSimplifier : Fixed bug in recent commit.
|
2012-01-15 11:58:07 +01:00 |
Edoardo Prezioso
|
6a248c35b5
|
Fixed ticket #3512 (segmentation fault of cppcheck ( 1 *p = const))
|
2012-01-14 00:43:58 +01:00 |
Daniel Marjamäki
|
0648b3ed5e
|
Fixed #3504 (segmentation fault of cppcheck)
|
2012-01-13 07:57:12 +01:00 |
Reijo Tomperi
|
be7691c7b4
|
Refactoring: Move rest of the template simplification into TemplateSimplifier
simplifyCalculations() was temporarily moved into TemplateSimplifier also, it should be moved to a better place.
|
2012-01-09 21:33:11 +02:00 |
Reijo Tomperi
|
eda04ad906
|
Refactoring: Move template code into templatesimplifier: simplifyTemplatesExpandTemplate()
|
2012-01-05 22:45:19 +02:00 |
Reijo Tomperi
|
0369681a2c
|
Refactoring: Move template code into templatesimplifier: simplifyTemplatesGetTemplateNamePosition()
|
2012-01-03 23:49:50 +02:00 |
Reijo Tomperi
|
ac290b1a8a
|
Refactoring: Move template code into templatesimplifier: simplifyTemplatesUseDefaultArgumentValues(), simplifyTemplatesInstantiateMatch()
|
2012-01-03 23:35:06 +02:00 |
Reijo Tomperi
|
16fb1801e1
|
Refactoring: Move template code into templatesimplifier: simplifyTemplatesGetTemplateDeclarations(), simplifyTemplatesGetTemplateInstantiations()
|
2012-01-02 23:05:27 +02:00 |
Reijo Tomperi
|
37269d0c28
|
Refactoring: Move template code into templatesimplifier: simplifyTemplatesExpandSpecialized()
|
2012-01-02 22:53:13 +02:00 |
Reijo Tomperi
|
8084bc80fc
|
Refactoring: Move template code into templatesimplifier: removeTemplates()
|
2012-01-02 22:46:43 +02:00 |
Reijo Tomperi
|
e9071a8bb6
|
Refactoring: Move code into templatesimplifier: templateParameters()
|
2012-01-02 22:43:38 +02:00 |
Reijo Tomperi
|
d26bcfe8d5
|
Refactoring: Move code into templatesimplifier
|
2012-01-02 22:37:32 +02:00 |
Reijo Tomperi
|
aa927d5aa3
|
Refactoring: Add new file lib/templatesimplifier.cpp
The plan is to move template simplification into this new class to take some lines from 10 000 line tokenizer.
|
2012-01-01 22:55:05 +02:00 |