change AnnotationManager to use 'const char*' instead of std::string. this...
change AnnotationManager to use 'const char*' instead of std::string. this fixes the leakage of those strings and avoids the creation of such strings in static cosntructors (should result in a little improvement of startup time) llvm-svn: 60064
Loading
Please register or sign in to comment