Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Cosmetics.Sergey Prigogin1-14/+14
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-1/+7
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2014-02-10Don't throw UnsupportedOPerationException from ASTAmbiguousNode methods.Sergey Prigogin1-7/+24
2012-07-18Cosmetics.Sergey Prigogin1-2/+2
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-0/+4
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-2/+2
2012-01-08All methods of ArrayUtil are now type-safe.Sergey Prigogin1-1/+1
2011-11-07Bug 362976: Directly nested ambiguity node.Markus Schorn1-10/+23
2011-10-31Bug 360541: Ambiguity resolution for declaration statements.Markus Schorn1-3/+3
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-2/+10
2010-06-18Bug 316704: Exponential complexity resolving template argument ambiguity.Markus Schorn1-2/+7
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-0/+4
2009-03-05Declarator ambiguity with initializer, bug 267184.Markus Schorn1-0/+4
2009-01-26Create problem for id-expressions resolving to types, bug 261175.Markus Schorn1-10/+1
2009-01-21Removes the need to flush the cache of c-scopes, bug 259373.Markus Schorn1-12/+0
2009-01-16Removes the need to flush the cache of c++-scopes, bug 259373.Markus Schorn1-15/+23
2009-01-15Fixes order of ambiguity resolution, bug 259373.Markus Schorn1-4/+20
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-2/+1
2008-11-04Resolution of template parameters in two phases, bug 252554.Markus Schorn1-1/+2
2008-10-26Code formatting.Sergey Prigogin1-3/+2
2008-05-20Fix potential NPE.Markus Schorn1-2/+3
2008-05-20Cleaning up bindings after resolving ambiguities, bug 232811.Markus Schorn1-0/+129

    Back to the top