hanchenye-llvm-project/clang-tools-extra/modularize
David Blaikie 92fc741998 Unbreak the build after r211244.
These operator overloads were unneeded (once the const correctness in
PooledStringPtr was corrected) and inefficient (since the strings are
pooled the pointers can just be compared for equality instead of doing
strcmp).

llvm-svn: 211245
2014-06-19 00:43:19 +00:00
..
CMakeLists.txt [CMake] clang-tools-extra: Update dependencies. 2013-12-10 01:41:10 +00:00
Makefile Add dependencies on TransformUtils library in preparation for re-applying r188666 2013-08-19 13:58:56 +00:00
Modularize.cpp Prefix error_code with std. 2014-06-12 22:08:48 +00:00
Modularize.h Added module map generation option. 2013-10-15 13:52:33 +00:00
ModuleAssistant.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
PreprocessorTracker.cpp Unbreak the build after r211244. 2014-06-19 00:43:19 +00:00
PreprocessorTracker.h Check for #include in extern and namespace blocks. 2013-09-18 18:19:43 +00:00