Add a reminder to check the namespace for language constants later.

Swift SVN r9413
This commit is contained in:
Adrian Prantl
2013-10-16 16:40:25 +00:00
parent 9e87ae2445
commit 03db2c6461

View File

@@ -34,6 +34,9 @@ namespace swift {
// by fixing that in LLVM we would hint at developing a new language.
// So instead, let's hijack a language with a very low potential for
// accidental conflicts for now.
//
// NOTE: Ocaml might beat us: http://www.dwarfstd.org/ShowIssue.php?issue=131009.1
//
typedef enum {
DW_LANG_Swift = 0xf,
DW_LANG_ObjC = llvm::dwarf::DW_LANG_ObjC, // For symmetry.