Go to file
Peter Collingbourne 2f1e36bfd0 Rename tok::eom to tok::eod.
The previous name was inaccurate as this token in fact appears at
the end of every preprocessing directive, not just macro definitions.
No functionality change, except for a diagnostic tweak.

llvm-svn: 126631
2011-02-28 02:37:51 +00:00
clang Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Fix copy_n to increment only n-1 times for an input iterator. This works much better with std::istream_iterator<int>(std::cin). Credit: Matan Nassau. 2011-02-27 20:55:39 +00:00
lldb If the user sets a working directory path using "process launch -w <path>", honor that dir path; 2011-02-26 01:36:13 +00:00
llvm Update the documentation on "How to Release LLVM". It lays out a new way of 2011-02-28 01:10:44 +00:00