]> granicus.if.org Git - clang/commitdiff
Mention the paragraphs in the standards which sanction TBAA.
authorDan Gohman <gohman@apple.com>
Fri, 15 Oct 2010 20:54:41 +0000 (20:54 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 15 Oct 2010 20:54:41 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116617 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenTBAA.cpp

index 02c95c0dce497b8409f20a44b4bfad04fb5235f8..f8772674ae049a55c20a4a157862092f0d8cbd21 100644 (file)
@@ -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)
 //
 //===----------------------------------------------------------------------===//