Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-06Bug 534420 - Add support for nodiscard attribute for enum typesMarco Stornelli1-0/+5
2020-04-01Bug 534420 - Add support for nodiscard attribute for class typesMarco Stornelli1-0/+5
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-49/+45
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-02-25Bug 531172 - Avoid ClassCastException in CPPSemantics.declaredBefore()Nathan Ridge1-1/+6
2017-12-20Bug 528456 - Store specializations of anonymous classes in the indexNathan Ridge1-0/+87
2017-01-03Bug 292236 - Consider using-declarations when determining accessibility for c...Nathan Ridge1-0/+6
2016-12-22Bug 508254 - Have adapter bindings for anonymous AST bindings implement ICPPI...Nathan Ridge1-1/+32
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-11-13Generify getAdapter methods.Alexander Kurtakov1-6/+3
2014-10-07Made few methods final.Sergey Prigogin1-1/+1
2013-09-09Bug 416278 - Indexer gets confused by a class in an anonymous namespace.Sergey Prigogin1-0/+4
2013-05-30Bug 409444 - IllegalArgumentException while indexingSergey Prigogin1-0/+12
2013-05-16Bug 402878 - Visibility information for nested typesThomas Corbat1-0/+5
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-12/+0
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-0/+12
2013-02-05Bug 389009 - Enumerator with dependent valueNathan Ridge1-2/+2
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-0/+6
2012-02-11Added IASTNode.getOriginalNode method.Sergey Prigogin1-0/+5
2012-01-05Bug 367607: Short name for templated in qualified name.Markus Schorn1-1/+101
2011-09-21Copy of branch bug_197989.Markus Schorn1-0/+5
2011-09-08Bug 356818: Explicit instance, which would be illegal as implicit one.Markus Schorn1-4/+3
2011-08-22Cosmetics.Sergey Prigogin1-2/+2
2011-03-09Cosmetics.Sergey Prigogin1-2/+2
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-1/+5
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-3/+3
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-21/+21
2010-07-21Bug 320426: Index grows when updating files.Markus Schorn1-0/+2
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-1/+15
2010-01-12Bug 231859: Optimization for computing int type of enum.Markus Schorn1-1/+17
2009-12-23Bug 280909: Type deduction and instantiation for variadic templates.Markus Schorn1-7/+8
2009-12-11Compiler warnings.Markus Schorn1-3/+3
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-2/+6
2008-12-22Implementation of IASTNode.getSyntax(), bug 250251.Markus Schorn1-0/+5
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-2/+13
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-1/+6
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+4
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+5
2008-11-26Add method IASTNode.getChildren()., bug 256127Markus Schorn1-0/+4
2008-10-14Information about syntax between ast-nodes, bug 250251.Markus Schorn1-0/+12
2008-07-28Complete support for members of anonymous unions, bug 206450.Markus Schorn1-0/+8
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-0/+12
2008-06-18Fixes parsing of declarations and new expressions, bug 84242+236856.Markus Schorn1-0/+4
2008-05-27Fix recursion in binding resolution, bug 234042.Markus Schorn1-0/+4
2008-04-29Support search for references off #undef statement (fixes a NPE).Markus Schorn1-2/+6
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-0/+3
2008-02-05Support for unnamed namespaces, bug 162226.Markus Schorn1-3/+7
2007-11-22Static variables/functions declared in headers, bug 180305.Markus Schorn1-1/+5
2007-11-15Implementation of flattenLocations for new LocationMap.Markus Schorn1-2/+4
2007-11-13Performance Improvement for the CPreprocessor, avoid calling some methods on ...Markus Schorn1-2/+2

Back to the top