summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.inline-asm-ms.xml.txt
Commit message (Collapse)AuthorAgeFilesLines
* Output: Add mangled="" attributes to function and variable declsBrad King2015-05-121-1/+1
| | | | | | The gccxml output format includes mangled="" attributes on almost all elements. Clang only defines mangling for function and variable declarations. Add mangled attributes to castxml output where possible.
* Output: Add "size" and "align" attributes on builtin types and structsMichka Popoff2015-04-081-1/+1
| | | | | | This information is produced by gccxml, so add it to our output too. Since we don't know the architecture that will be targeted during testing, match any size and align values with "[0-9]+".
* castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-101-0/+7
We need as parsers to support Visual Studio system header files that contain inline assembly.