[cfe-commits] r116617 - /cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp

Dan Gohman gohman at apple.com
Fri Oct 15 13:54:41 PDT 2010


Author: djg
Date: Fri Oct 15 15:54:41 2010
New Revision: 116617

URL: http://llvm.org/viewvc/llvm-project?rev=116617&view=rev
Log:
Mention the paragraphs in the standards which sanction TBAA.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp?rev=116617&r1=116616&r2=116617&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp Fri Oct 15 15:54:41 2010
@@ -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)
 //
 //===----------------------------------------------------------------------===//
 





More information about the cfe-commits mailing list