Go to file
Manuel Klimek bee085762b Implements equalsNode for Decl and Stmt.
This is a powerful tool when doing iterative refined matches,
where another match is started inside the match callback of the first
one; this allows for example to find out whether the node was in
the condition or body of its parent if-statement.

llvm-svn: 174605
2013-02-07 12:42:10 +00:00
clang Implements equalsNode for Decl and Stmt. 2013-02-07 12:42:10 +00:00
clang-tools-extra Remove superseeded option. 2013-02-06 14:22:17 +00:00
compiler-rt [ASan] Fix a compilation warning. 2013-02-07 12:00:40 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx [build/Darwin] Use the correct libc++abi reexport list. 2013-02-07 00:24:19 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld [docs] lld self hosts. 2013-02-07 07:26:45 +00:00
lldb Address sanitizer found an issue which we filed a bug for: <rdar://problem/13168967> 2013-02-07 03:41:30 +00:00
llvm FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian hosts. 2013-02-07 10:57:42 +00:00
polly CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00