llvm-project/clang/tools
Benjamin Kramer b11416d061 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream.
The next step is to print the name directly into the stream, avoiding a temporary std::string copy.

llvm-svn: 101632
2010-04-17 09:33:03 +00:00
..
CIndex Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. 2010-04-17 09:33:03 +00:00
c-index-test Rework USR generation for symbols with no linkage. Many of the USRs are now shortened, 2010-04-16 21:31:52 +00:00
driver Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. 2010-04-15 06:09:03 +00:00
scan-build Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes PR 6791.[B 2010-04-06 19:41:24 +00:00
scan-view Increase scan-view max timeout to 1 minute. 2009-05-04 19:02:41 +00:00
CMakeLists.txt Eliminate index-test; all of its tested functionality is now in c-index-test. 2010-01-22 20:40:20 +00:00
Makefile Fix thinko and enable clang build on mingw again (hopefully) 2010-03-14 12:55:35 +00:00