summaryrefslogtreecommitdiffstats
path: root/src/Output.cxx
Commit message (Expand)AuthorAgeFilesLines
* Output: Move function type attributes to end of element attribute listBrad King2015-05-271-1/+1
* Output: Generate throw="..." instead of throws="..."Michka Popoff2015-05-211-2/+2
* Output: Place inline namespace members in containing namespaceBrad King2015-05-151-0/+18
* Output: Refactor Clang printing policy selectionBrad King2015-05-151-5/+10
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-151-1/+4
* Output: Add mangled="" attributes to function and variable declsBrad King2015-05-121-1/+32
* Output: Drop 'const' from clang::ASTContext referenceBrad King2015-05-121-2/+2
* Output: Inline PrintNameAttribute overload at only call siteBrad King2015-05-121-11/+4
* Output: Fix compilation with VS 2012Brad King2015-04-281-9/+19
* Output: Drop unused index previously consumed by CvQualifiedType elementsBrad King2015-04-281-2/+0
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-281-156/+229
* Output: Rename AddDumpNode overloads to Add{Decl,Type}DumpNodeBrad King2015-04-271-32/+35
* Output: Add "size" and "align" attributes on builtin types and structsMichka Popoff2015-04-081-0/+24
* Output: Generate an "offset" attribute on Field elementsMichka Popoff2015-04-081-0/+10
* Output: Handle function types with no prototypeBrad King2015-03-311-13/+15
* Port to LLVM/Clang SVN r232962 (trunk)Brad King2015-03-231-2/+1
* Output: Simplify name lookup result traversalBrad King2015-03-231-7/+6
* Output: Traverse namespace redeclarationsBrad King2015-03-231-1/+5
* Output: Refactor PrintMembersAttribute steps as overloadsBrad King2015-03-231-1/+6
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-111-11/+24
* Output: Add function calling convention attributesBrad King2014-04-141-0/+30
* Output: Generate location attributes for builtin declarationsBrad King2014-04-111-11/+24
* Output: Traverse extern "C" namespace membersBrad King2014-04-111-0/+5
* Output: Refactor declaration context traversalBrad King2014-04-111-52/+64
* Output: Drop class template partial specializations from outputBrad King2014-04-111-1/+6
* Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-111-11/+12
* Output: Order queue deterministically by node indexBrad King2014-04-111-8/+12
* castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-101-0/+22
* Output: Pass full Options struct to our ASTVisitorBrad King2014-04-091-8/+12
* Port to LLVM/Clang SVN r205446Brad King2014-04-081-3/+2
* Output: Skip empty declarations in class or namespace membersBrad King2014-04-011-0/+3
* Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-311-0/+5
* Output: Skip friend function templatesBrad King2014-03-311-0/+5
* Output: Report template declarations as UnimplementedBrad King2014-03-271-0/+36
* Output: Desugar non-dependent typedef members of class templatesBrad King2014-03-271-3/+19
* Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-241-0/+5
* Output: Skip implicit members that cannot be compiledBrad King2014-03-241-3/+5
* Output: Report Typedef underlying typeBrad King2014-03-241-1/+1
* Output: Decay Function Argument typesBrad King2014-03-241-1/+7
* Output: Use typedef name for anonymous enumBrad King2014-03-241-1/+7
* Output: Add default="" to Function Argument elementsBrad King2014-03-241-6/+24
* Output: Add pure_virtual="" to Function-like elementsBrad King2014-03-241-0/+13
* Output: Desugar Class base class referencesBrad King2014-03-241-2/+2
* Output: Add bases="" attribute to Class elementsBrad King2014-03-241-0/+27
* Output: Fix output of forward-declared classesBrad King2014-03-241-2/+9
* Output: Make FundamentalType names match gccxmlBrad King2014-03-241-1/+14
* Output: Report class friendsBrad King2014-03-241-0/+33
* Output: Report class basesBrad King2014-03-211-1/+16
* Output: Refactor access specifier attribute printingBrad King2014-03-211-7/+16
* Output: Add abstract="" attribute to Class elementsBrad King2014-03-211-0/+4