diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-01-24 23:19:54 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-01-24 23:19:54 +0000 |
| commit | 8a025806a44a270216fd14cec83b6840a9afed03 (patch) | |
| tree | cc18b06a3c55f1deb2ba96722de3f253488fc3d0 /clang/CodeGen/CodeGenModule.cpp | |
| parent | d9d581fc7b1b2ac8f7bd0eae262949396197df2f (diff) | |
| download | bcm5719-llvm-8a025806a44a270216fd14cec83b6840a9afed03.tar.gz bcm5719-llvm-8a025806a44a270216fd14cec83b6840a9afed03.zip | |
Some minor restructuring around LValue and RValue types. The value "kind"
information is not separated into a "base" and "sub" type. Eventually the
value-tracking logic will know about LValues and RValues, but not about
specialized LValues and RValues; separating the "kind" information into bits
indicating whether an ExprValue is an LValue or an RValue from the bits that
specify the actual value type makes this separation easier.
llvm-svn: 46329
Diffstat (limited to 'clang/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions

