llvm-project/clang/lib/StaticAnalyzer/Frontend
Yaron Keren 09fb7c6e7a Teach raw_ostream to accept SmallString.
Saves adding .str() call to any raw_ostream << SmallString usage
and a small step towards making .str() consistent in the ADTs by
removing one of the SmallString::str() use cases, discussion at

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141013/240026.html

I'll update the Phabricator patch http://reviews.llvm.org/D6372
for review of the Twine SmallString support, it's more complex
than this one.

llvm-svn: 231763
2015-03-10 07:33:23 +00:00
..
AnalysisConsumer.cpp Teach raw_ostream to accept SmallString. 2015-03-10 07:33:23 +00:00
CMakeLists.txt [CMake] clangStaticAnalyzerFrontend: Add clangLex, corresponding to r216550. 2014-08-28 12:42:28 +00:00
CheckerRegistration.cpp Remove std::move that was preventing return value optimization. 2015-01-17 00:46:55 +00:00
FrontendActions.cpp Add support for the static analyzer to synthesize function implementations from external model files. 2014-08-27 15:14:15 +00:00
Makefile
ModelConsumer.cpp [Analysis] Add missing newlines at end of file. 2014-10-09 20:34:45 +00:00
ModelInjector.cpp [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00
ModelInjector.h [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00