Implements typecheck code related to the analysis of aggregate expressions. String literals are included here as well. More...
#include "RangeChecker.h"
#include "TypeCheck.h"
#include "comma/ast/AggExpr.h"
#include "comma/ast/AttribDecl.h"
#include "comma/ast/AttribExpr.h"
#include "comma/ast/DiagPrint.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
Go to the source code of this file.
Implements typecheck code related to the analysis of aggregate expressions. String literals are included here as well.
Definition in file CheckAgg.cpp.