Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Bug 404245 - Check that a function call has enough arguments afterNathan Ridge1-2/+2
2014-05-15Bug 432701 - Expose the default value of a function parameter in the ASTNathan Ridge1-21/+7
2012-12-04Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-14/+48
2012-12-03Revert "Bug 395238. Evaluation of constexpr functions. Also few fixesSergey Prigogin1-48/+14
2012-12-03Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-14/+48
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-51/+7
2012-06-10Cosmetics.Sergey Prigogin1-1/+2
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin1-1/+10
2012-04-10Cosmetics.Sergey Prigogin1-10/+11
2012-02-23Cosmetics.Sergey Prigogin1-2/+2
2012-01-13Bug 368404: Current instantiation of class template partial specializations.Markus Schorn1-0/+14
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-1/+18
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-9/+4
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-10/+8
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn1-1/+13
2009-12-23Bug 280909: Type deduction and instantiation for variadic templates.Markus Schorn1-2/+19
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-15/+28
2009-12-10Bug 297438: Parameter defaults get lost in index.Markus Schorn1-6/+5
2009-07-17Modeling array sizes, bug 269926.Markus Schorn1-53/+61
2009-07-14Ambiguity between constructor and field declaration, bug 269953.Markus Schorn1-14/+23
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-10/+10
2008-12-15Updating class template definitions in the index, bug 256122.Markus Schorn1-3/+4
2008-11-10Support for exception specifications by Sebastian Moss, bug 252697Markus Schorn1-0/+15
2008-10-24Removes references to deprecated API related to template arguments, bug 242668.Markus Schorn1-3/+3
2008-10-22API and data-structures for proper support of template non-type arguments, bu...Markus Schorn1-7/+9
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-7/+4
2008-05-09Rework fix for 213861 and defer even more instantiations, related to bug 229218.Markus Schorn1-1/+1
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+2
2008-03-27Fixes warningsMarkus Schorn1-1/+1
2008-03-16toString methods.Sergey Prigogin1-57/+78
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-8/+3
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-5/+3
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-5/+5
2007-11-27Modeling extern "C" in the index (part of bug 191989).Markus Schorn1-0/+8
2007-11-22Static variables/functions declared in headers, bug 180305.Markus Schorn1-6/+7
2007-10-23add unit tests related to 201174 and improve debug information, apply a fix t...Andrew Ferguson1-0/+6
2007-04-09Patch for Bryan - 181015 - Fix a few exceptions in the indexer.Doug Schaefer1-2/+2
2007-04-04Patch for Bryan continuing 167098:Doug Schaefer1-4/+5
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-7/+7
2005-06-03fix null pointer exceptionsAndrew Niefer1-1/+1
2005-05-11fix:Andrew Niefer1-0/+77
2005-05-02Template BindingsAndrew Niefer1-0/+144

    Back to the top