[LLVMdev] LLVM namespac'ification

Rahul Joshi rujoshi at uiuc.edu
Sun Nov 9 22:32:00 PST 2003


Coming back to the issues that I had integrating LLVM with
MSSP, will the code in include/Support also be put in the
llvm namespace? That will solve many problems and help prevent
others.

Rahul

---- Original message ----
>Date: Sun, 9 Nov 2003 10:13:03 -0600 (CST)
>From: Chris Lattner <sabre at nondot.org>  
>Subject: [LLVMdev] LLVM namespac'ification  
>To: LLVMdev List <llvmdev at cs.uiuc.edu>
>
>
>This is just a heads up: Reid Spencer is working up a changeset for LLVM
>which will put all of the LLVM classes into an 'llvm' namespace.  This
>will make it possible to integrate LLVM with other C++ packages that use
>classes like 'Type' and 'User'.
>
>This should cause very little impact on the actual source base, other than
>the 'namespace llvm' in header files, and a 'using namespace llvm' in the
>.cpp files.
>
>If you have questions or concerns, llvmdev is the place for them! :)
>
>Thanks Reid!
>
>-Chris
>
>-- 
>http://llvm.cs.uiuc.edu/
>http://www.nondot.org/~sabre/Projects/
>
>
>
>_______________________________________________
>LLVM Developers mailing list
>LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list