diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-15 20:54:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-15 20:54:41 +0000 |
commit | f47df3e02aeee342bc71a322fc50cef49523e725 (patch) | |
tree | d39b6fd42f4e6a8b463144f4e27b28ab904161a5 /clang/lib/CodeGen | |
parent | c44fd6486ee5025a91a6531ea7aec47c46fcf9af (diff) | |
download | bcm5719-llvm-f47df3e02aeee342bc71a322fc50cef49523e725.tar.gz bcm5719-llvm-f47df3e02aeee342bc71a322fc50cef49523e725.zip |
Mention the paragraphs in the standards which sanction TBAA.
llvm-svn: 116617
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CodeGenTBAA.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
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) // //===----------------------------------------------------------------------===// |