From f47df3e02aeee342bc71a322fc50cef49523e725 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 15 Oct 2010 20:54:41 +0000 Subject: Mention the paragraphs in the standards which sanction TBAA. llvm-svn: 116617 --- clang/lib/CodeGen/CodeGenTBAA.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenTBAA.cpp') diff --git a/clang/lib/CodeGen/CodeGenTBAA.cpp b/clang/lib/CodeGen/CodeGenTBAA.cpp index 02c95c0dce4..f8772674ae0 100644 --- a/clang/lib/CodeGen/CodeGenTBAA.cpp +++ b/clang/lib/CodeGen/CodeGenTBAA.cpp @@ -7,7 +7,11 @@ // //===----------------------------------------------------------------------===// // -// This is the code that manages TBAA information. +// This is the code that manages TBAA information. Relevant standards +// text includes: +// +// C99 6.5p7 +// C++ [basic.lval] (p10 in n3126, p15 in some earlier versions) // //===----------------------------------------------------------------------===// -- cgit v1.2.3