summaryrefslogtreecommitdiffstats
path: root/src/Output.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-6.0Kitware Robot2019-04-081-0/+2
* Output: Add original types to decayed function parametersBrad King2018-03-221-2/+9
* Output: Add deprecated attributeBrad King2017-10-131-2/+6
* Output: Always print name= attribute for function-like elementsBrad King2017-10-031-20/+22
* Output: Treat lambda classes as anonymous and memberlessBrad King2017-09-291-2/+2
* Output: Add dllexport/dllimport attributesMark A Russell2017-09-281-2/+10
* Output: Add size and align attributes to ReferenceTypeBrad King2017-09-281-2/+3
* Output: Desugar 'auto' typesBrad King2017-09-281-0/+6
* Output: Present TypeAlias as TypedefBrad King2017-09-271-4/+14
* castxml: Use real `__float128` type with LLVM/Clang 3.9+Brad King2017-08-231-4/+17
* Run clang-format on sourcesBrad King2017-08-231-7/+8
* Output: Add support for elaborated type specifiersMichka Popoff2017-03-011-4/+17
* Output: Add size and align attributes to EnumerationBrad King2017-01-131-0/+1
* Output: Add size and align attributes to PointerTypeBrad King2017-01-121-1/+2
* castxml: Add flag --castxml-output=<v> to activate a new output formatMichka Popoff2016-12-091-8/+29
* Output: Factor out XML start and end tag generation into helpersMichka Popoff2016-12-091-13/+31
* Revise C++ coding style using clang-formatKitware Robot2016-11-101-488/+599
* Remove `//------...` horizontal separator commentsBrad King2016-11-101-73/+0
* Protect hand-formatted blocks from clang-formatBrad King2016-11-101-0/+14
* Output: Exclude C++11 user defined literal operators from gccxml formatBrad King2016-10-061-0/+4
* Output: Avoid assertion failure on a FunctionDecl with no identifierBrad King2016-10-061-2/+6
* Output: Desugar typedefs whose context is a templateBrad King2016-08-161-5/+10
* Output: Fix assertion failure on translation-unit-level operatorsBrad King2016-06-171-2/+4
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` againBrad King2016-05-101-10/+3
* Output: Fix access specifier of incomplete class template instantiationsBrad King2016-04-191-9/+7
* Output: Generalize exclusion of internal `__castxml` builtinsBrad King2016-04-181-9/+9
* Output: Update `cvs_revision` number to indicate output changeMichka Popoff2016-04-131-1/+1
* Output: Fix access specifier of class template instantiationsBrad King2016-04-121-7/+28
* Output: Fix unnamed enum value references in default argumentsBrad King2016-03-211-1/+15
* Output: Update `cvs_revision` number to indicate output changeBrad King2016-03-171-1/+1
* Output: Print fully qualified names in variable initializersBrad King2016-03-161-1/+2
* Output: Print canonical form of types named in default argumentsBrad King2016-03-161-0/+30
* Output: Refactor ASTVisitor::PrintHelpStmt dispatchBrad King2016-03-161-1/+6
* Output: Constify ASTVisitor::PrintHelpStmt input argumentBrad King2016-03-161-2/+2
* Output: Print fully qualified declarations named in default argumentsBrad King2016-03-161-1/+28
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}`Brad King2016-01-261-0/+8
* Output: Fix `__float128` mangled name suppression with MSVC manglingBrad King2016-01-261-3/+3
* Output: Factor out a helper to print our fake __float128 FundamentalTypeBrad King2016-01-251-3/+11
* Output: Fix references to types whose declaration is invalidBrad King2015-12-141-8/+9
* Output: Clarify name of method adding a decl for a typeBrad King2015-12-141-8/+10
* Output: Skip C++11 type alias declarationsBrad King2015-12-101-0/+8
* Output: Skip Typedef elements that refer to rvalue referencesBrad King2015-12-101-0/+7
* Output: Generate Base element offset="" attributeBrad King2015-12-031-1/+10
* Output: Add overrides="" attribute to methodsJörg Wollenschläger2015-08-251-0/+18
* Output: Add annotate() to more declaration attributes=""Jörg Wollenschläger2015-08-241-3/+19
* Output: Add annotate() to function argument attributes=""Michka Popoff2015-08-201-0/+3
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-181-0/+14
* Output: Refactor attributes="" printing to use a helperBrad King2015-08-181-9/+35
* Output: Further hide our __float128 struct from generated xmlBrad King2015-06-241-0/+17
* Output: Add local variable to one case in AddDeclContextMembersBrad King2015-06-231-1/+3