clang-1/tools/diagtool
Nick Lewycky 83f06e8223 The diagtool registration system tries to use a global variable from a method
called on another global variable. Use ManagedStatic to ensure that the global
we register with actually exists when we need it.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137406 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-12 01:14:22 +00:00
..
CMakeLists.txt Add libsupport to list of libraries to link into diagtool 2011-08-09 03:41:03 +00:00
DiagTool.cpp The diagtool registration system tries to use a global variable from a method 2011-08-12 01:14:22 +00:00
DiagTool.h The diagtool registration system tries to use a global variable from a method 2011-08-12 01:14:22 +00:00
ListWarnings.cpp The diagtool registration system tries to use a global variable from a method 2011-08-12 01:14:22 +00:00
Makefile Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for analyzing and working with clang diagnostics. 2011-08-09 03:39:19 +00:00
diagtool_main.cpp The diagtool registration system tries to use a global variable from a method 2011-08-12 01:14:22 +00:00