Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-77/+77
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-08-24Bug 537534 - Support binary expressions with an initializer-list as the secon...Nathan Ridge1-1/+1
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-4/+12
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge1-3/+3
2016-09-25Cosmetics.Sergey Prigogin1-3/+3
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-2/+4
2015-12-24Rename ICPPEvaluation.getTypeOrFunctionSet() to getType().Nathan Ridge1-1/+1
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin1-1/+16
2015-04-06REmoved an piece of accidentally leaked code.Sergey Prigogin1-5/+0
2015-04-03Cosmetics.Sergey Prigogin1-34/+39
2015-04-03Cosmetics.Sergey Prigogin1-16/+7
2015-04-03Reverted erroneous commits.Sergey Prigogin1-28/+17
2015-04-03CosmeticsSergey Prigogin1-17/+28
2014-10-28Cosmetics.Sergey Prigogin1-5/+4
2013-02-20Bug 399829 - Wrong context for name lookup in dependent expressionNathan Ridge1-2/+2
2013-02-19Cosmetics.Sergey Prigogin1-13/+13
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-143/+44
2012-06-26Bug 299911: Introduce ICPPASTInitializerListMarkus Schorn1-6/+7
2012-06-10Bug 380498. Fixed few more cases where typedefs were not preserved.Sergey Prigogin1-7/+9
2012-05-31Bug 380498 - typedef is expanded during refactoringSergey Prigogin1-11/+17
2012-05-31Code streamlining.Sergey Prigogin1-7/+6
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-9/+24
2011-04-15Bug 342683: Support for built-in type-traits.Markus Schorn1-6/+2
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-5/+15
2011-03-01Cosmetics.Sergey Prigogin1-1/+1
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn1-5/+2
2010-10-11Bug 312423: Concept of IProblemType, cleanup of IProblem.Markus Schorn1-2/+3
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-36/+53
2010-06-17Bug 294543: Built-in candidates for overloaded operators.Markus Schorn1-2/+3
2010-05-17Types of binary expressions involving arrays. Bug 313037.Sergey Prigogin1-3/+12
2010-04-04Cosmetics.Sergey Prigogin1-1/+1
2010-03-29Cosmetics.Sergey Prigogin1-26/+29
2010-03-29Cosmetics.Sergey Prigogin1-13/+13
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-11/+22
2010-01-04Bug 294969: Stack overflow with deeply nested binary expressions.Markus Schorn1-34/+99
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-0/+25
2009-10-09Arithmetic conversions for unary and binary expressions, bug 231859.Markus Schorn1-12/+16
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn1-4/+3
2009-07-22Exponential complexity resolving overloaded function calls, bug 283324.Markus Schorn1-3/+2
2009-07-15Removes unused throw declarations, bug 283523.Markus Schorn1-5/+1
2009-03-20Fixes bugs 269365, 268534, and 266211. Fixed overload resolution for operato...Mike Kucera1-34/+1
2009-03-13Performance improvement for implicit bindings, bug 268383.Markus Schorn1-32/+19
2009-03-12bug 265375 - implicit names API and support for overloaded operator referencesMike Kucera1-14/+80
2009-01-26Moved implementation of CPPVisitor.getExpressionType to the various expressio...Markus Schorn1-1/+89
2009-01-19Fixes a performance issue introduced by fix for 261417.Markus Schorn1-2/+5
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+9
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+3
2008-10-15Removes empty classes CASTNode and CPPASTNode, related to bug 242668.Markus Schorn1-1/+2
2008-06-11copyrightsChris Recoskie1-1/+1

Back to the top