hanchenye-llvm-project/clang/Driver
Chris Lattner 23b7eb677d Finally bite the bullet and make the major change: split the clang namespace
out of the llvm namespace.  This makes the clang namespace be a sibling of
llvm instead of being a child.

The good thing about this is that it makes many things unambiguous.  The
bad things is that many things in the llvm namespace (notably data structures
like smallvector) now require an llvm:: qualifier.  IMO, libsystem and libsupport
should be split out of llvm into their own namespace in the future, which will fix
this issue.

llvm-svn: 39659
2007-06-15 23:05:46 +00:00
..
LLVMCodegen.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Makefile emit a return at the end of the function. Run the llvm verifier. 2007-05-30 22:55:31 +00:00
PPCBuiltins.def Add support for target-specific builtins, including detecting nonportability 2007-01-29 05:24:35 +00:00
PrintParserCallbacks.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
PrintPreprocessedOutput.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Targets.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
TextDiagnosticPrinter.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
TextDiagnosticPrinter.h Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
TextDiagnostics.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
TextDiagnostics.h Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
X86Builtins.def Bug #: 2007-03-16 00:33:25 +00:00
clang.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
clang.h Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00