[cfe-commits] r46653 - in /cfe/trunk/include/clang: Basic/SourceManager.h Lex/HeaderSearch.h
Chris Lattner
clattner at apple.com
Fri Feb 1 20:52:36 PST 2008
On Feb 1, 2008, at 3:31 PM, Steve Naroff wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=46653&view=rev
> Log:
>
> Make sure SourceManager/HeaderSearch don't support default copy
> constructors (since they result in bad runtime behavior).
>
> I'm sure there are other classes that might need this "guard",
> however I was bitten by these 2 recently (so I thought I'd fix them).
Thanks Steve,
Please mark these private so they result in a compile time error
instead of a linktime error if someone tries to use them. THanks!
-Chris
More information about the cfe-commits
mailing list