Go to file
Dan Gohman c7847cdb8d Fix a bug in ComputeLinearIndex computation handling multi-level
aggregate types. Don't increment the current index after reaching
the end of a struct, as it will already be pointing at
one-past-the end. This fixes PR3288.

llvm-svn: 61828
2009-01-06 22:53:52 +00:00
clang SourceManager: Implement "lazy" creation of MemBuffers for source files. 2009-01-06 22:43:04 +00:00
llvm Fix a bug in ComputeLinearIndex computation handling multi-level 2009-01-06 22:53:52 +00:00