llvm-project/clang/test/ASTMerge
David Blaikie f9ad1d1c77 Revert "Compress formatting of array type names (int [4] -> int[4])"
Looks like lldb has some issues with this - somehow it causes lldb to
treat a "char[N]" type as an array of chars (prints them out
individually) but a "char [N]" is printed as a string. (even though the
DWARF doesn't have this string in it - it's something to do with the
string lldb generates for itself using clang)

This reverts commit 277623f4d5.
2021-10-14 14:49:25 -07:00
..
APValue [clang] Improve Serialization/Imporing/Dumping of APValues 2020-10-21 19:03:13 +02:00
anonymous-fields
asm
attr Revert "[ASTImporter] Fix crash caused by unset AttributeSpellingListIndex" 2020-10-14 17:21:56 -07:00
category
choose-expr
class
class-template [clang] Make handling of unnamed template params similar to function params 2019-10-01 14:08:51 +00:00
class-template-partial-spec
class2
codegen-body
codegen-exprs
enum
exprs
exprs-cpp
function
function-cpp
generic-selection-expr [ASTImporter] Add support for importing GenericSelectionExpr AST nodes. 2020-12-16 15:39:50 -08:00
inheritance
init-ctors
injected-class-name-decl
interface
macro
namespace
property
std-initializer-list
struct Modify TypePrinter to differentiate between anonymous struct and unnamed struct 2021-02-22 14:16:43 -08:00
typedef
unnamed_fields
var Revert "Compress formatting of array type names (int [4] -> int[4])" 2021-10-14 14:49:25 -07:00
var-cpp