Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-04-10JI:449069 Add filtering to the PDOM generatorDoug Schaefer2-6/+86
2014-04-09Remove unused API filtersMarc Khouzam1-19/+0
2014-04-08Disabled a failing test.Sergey Prigogin1-92/+61
2014-04-08Added more detailed error messages.Sergey Prigogin1-4/+5
2014-04-08Cosmetics.Sergey Prigogin2-8/+7
2014-04-07Removed a redundant check.Sergey Prigogin1-2/+1
2014-04-07Bug 430282 - Limit recursion depth when processing inheritanceNathan Ridge2-8/+23
2014-04-07Bug 432059 - Fix an "unsafe method call" errorNathan Ridge2-2/+5
2014-04-04Bug 431945 - Unresolved template function with typedef.Sergey Prigogin2-0/+25
2014-04-04Cosmetics.Sergey Prigogin5-38/+41
2014-04-03Adjustments to adaptBinding stackOverflow solution.Doug Schaefer1-7/+8
2014-04-03Bug 429196 Eliminate StackOverflow on adaptBinding.Doug Schaefer2-1/+91
2014-04-01More efficient ordering of conditions.Sergey Prigogin1-1/+1
2014-04-01Bug 431596 - NPE in BindingCollector.leave.Sergey Prigogin1-25/+28
2014-04-01Bug 431684 - Intermittent test failures in IndexBugsTestLukas Felber2-12/+2
2014-03-31Cosmetics.Sergey Prigogin1-5/+2
2014-03-31Cosmetics.Sergey Prigogin1-75/+42
2014-03-31Cosmetics.Sergey Prigogin9-55/+54
2014-03-25Cosmetics.Sergey Prigogin6-22/+22
2014-03-25Fixed an "Unsafe method call" exception.Sergey Prigogin1-4/+7
2014-03-24Bug 430610: Fix ClassCast in TemplateEngineUIUtil.showErrormhussein1-1/+1
2014-03-24Bug 429891 - Fold conditional expression when condition's value becomesNathan Ridge2-0/+25
2014-03-24PR 383941 - Support binaries with dots in their name.Doug Schaefer1-8/+9
2014-03-24Remove test interdependencies in CPathEntryTestMarc-Andre Laperle1-61/+10
2014-03-24Bug 429891 - Do not attempt to evaluate a constexpr function call if theNathan Ridge19-33/+220
2014-03-22Bug 430282 - Break out of recursion when creatingNathan Ridge1-6/+21
2014-03-22Bug 430282 - Trace indexer exceptions for easier diagnosis of bugsNathan Ridge2-1/+14
2014-03-21Remove test interdependencies in CDescriptorTestsMarc-Andre Laperle1-68/+39
2014-03-19Fixed a typo.sprigogin1-1/+1
2014-03-19Test - please ignoresprigogin1-1/+1
2014-03-18Use the default indexer timeout instead of hard-coded ones in some testsMarc-Andre Laperle2-4/+4
2014-03-15Bug 430428 - Function resolution problem with lambda and typedef.Sergey Prigogin3-1/+34
2014-03-14Bug 430230. Fixed loss of EvalTypeId arguments duringSergey Prigogin4-48/+53
2014-03-14Bug 151329 - Accept '\r' as line delimiter in the lexerNathan Ridge2-2/+27
2014-03-14Bug 430230. More involved test case and a fix for the issues itSergey Prigogin4-23/+73
2014-03-14Bug 430230. Few follow up fixes.Sergey Prigogin1-3/+12
2014-03-13Bug 430230 - Invalid constructor call is ignored by SFINAE templateSergey Prigogin3-10/+110
2014-03-13Cosmetics.Sergey Prigogin1-1/+0
2014-03-13Always run CDescriptorTests methods in the same orderMarc-Andre Laperle1-6/+16
2014-03-13Bug 421041 - NPE in EvalBinding.getBindingMarc-Andre Laperle1-2/+3
2014-03-12Bug 413615 - GCC __attribute__ produces syntax error after "override"Thomas Corbat2-0/+10
2014-03-11Adjusted a test name based on Nathan's suggestion.Sergey Prigogin1-2/+2
2014-03-11Bug 429928 - False "invalid overload" due to undetected instantiationSergey Prigogin2-7/+29
2014-03-10Consistent capitalization of SFINAE in test names.Sergey Prigogin1-5/+5
2014-03-10Bug 430029 - CPPASTBaseDeclSpecifier.copy() doesn't copy isThreadLocal.Sergey Prigogin1-7/+8
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat101-372/+2088
2014-03-10Bug 372004 - Locally declared extern variableNathan Ridge4-35/+49
2014-03-09Bug 429361 - 'u8' token after #ifdefNathan Ridge2-7/+23
2014-03-09Bug 429928 - SFINAE when resolving address of functionNathan Ridge2-2/+33
2014-03-07Improved logging of indexer statistics.Sergey Prigogin1-5/+7

Back to the top