Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-210/+216
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2017-05-14Bug 408470 - Introduce SemanticTestBase to serve as a common base class for A...Nathan Ridge1-355/+6
2017-05-14Bug 408470 - Define some more common C++ types in AST2TestBaseNathan Ridge1-2/+25
2016-10-27Bug 506170 - Calculate sizeof(double) correctlyNathan Ridge1-0/+2
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-1/+1
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-1/+1
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-14Bug 485713 - Parser support for new type trait intrinsics in GCC 5Nathan Ridge1-3/+2
2016-01-03Bug 484959 - Instantiate return expression of constexpr functionNathan Ridge1-3/+1
2015-12-30Revert "Bug 484959 - Instantiate return expression of constexpr functionSergey Prigogin1-1/+3
2015-12-30Bug 484959 - Instantiate return expression of constexpr functionNathan Ridge1-3/+1
2015-12-26Move assertInstance() up from AST2TestBase to BaseTestCaseNathan Ridge1-10/+0
2015-12-10Bug 393717 - Have constructor definitions reference implicitly calledNathan Ridge1-0/+13
2015-08-05Reverted "Bug 393717 - Have constructor definitions reference implicitlySergey Prigogin1-13/+0
2015-07-25Bug 393717 - Have constructor definitions reference implicitly calledNathan Ridge1-0/+13
2015-07-09Bug 442325 - Add support for __has_featureNathan Ridge1-1/+8
2015-06-26Cosmetics.Sergey Prigogin1-3/+1
2015-06-25Run testStringConcatenationWithMacro test for both, C and C++.Sergey Prigogin1-0/+7
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin1-1/+21
2015-04-03Cosmetics.Sergey Prigogin1-3/+3
2015-04-03Reverted erroneous commits.Sergey Prigogin1-13/+1
2015-04-03CosmeticsSergey Prigogin1-1/+13
2015-03-01Bug 460741 - Type of conditional expression in CNathan Ridge1-3/+26
2015-02-09Bug 459279 - Size of string literals with escape charactersNathan Ridge1-0/+9
2015-02-04Bug 458679 - Ranking list-initialization sequences with user-definedNathan Ridge1-0/+10
2014-12-10Bug 451091 - Make type of constexpr variable const-qualifiedNathan Ridge1-0/+2
2014-10-07Improved assert[Non]ProblemOnFirstIdentifier methods.Sergey Prigogin1-6/+19
2014-10-06Fixed a typo.Sergey Prigogin1-2/+2
2014-05-02Cosmetics.Sergey Prigogin1-7/+7
2013-09-27Bug 412380: Flag for indicating whether AST contains all nodesThomas Corbat1-7/+6
2013-09-06Bug 411196 - Type traits that evaluate to a typeNathan Ridge1-2/+3
2013-05-26Combined classes CPPNameCollector and CNameCollector into a singleSergey Prigogin1-45/+8
2013-05-15Fixed a bug in IBinding.getOwner method.Sergey Prigogin1-4/+0
2013-04-24Cosmetics.Sergey Prigogin1-2/+2
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-23/+0
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-0/+23
2013-03-11Bug 402854 - Qualified name lookup finds name in enclosing scopeNathan Ridge1-0/+14
2013-03-09Bug 402409 - Dependent expressions and auto type resolutionNathan Ridge1-1/+1
2013-01-30Fixed an NPE.Sergey Prigogin1-0/+2
2013-01-23Renamed few classes to distinguish tests from their base classes.Sergey Prigogin1-0/+852

    Back to the top