llvm-project/clang/tools/clang-cc
Chris Lattner c61089a6c2 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
This is simple enough, but then I thought it would be nice to make PrintingPolicy
get a LangOptions so that various things can key off "bool" and "C++" independently.
This spiraled out of control.  There are many fixme's, but I think things are slightly
better than they were before.

One thing that can be improved: CFG should probably have an ASTContext pointer in it,
which would simplify its clients.

llvm-svn: 74493
2009-06-30 01:26:17 +00:00
..
CMakeLists.txt Make sure install Clang headers when building clang-cc 2009-06-25 05:07:31 +00:00
Makefile Build fixes for r72060; sorry for any inconvenience. 2009-05-18 23:02:01 +00:00
clang-cc.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00