Go to file
Anna Zaks 1418951405 [analyzer] Use recursive AST visitor to drive simple visitation order in
AnalysisConsumer.

As a result:
 - We now analyze the C++ methods which are defined within the
class body. These were completely skipped before.

- Ensure that AST checkers are called on functions in the
order they are defined in the Translation unit.

llvm-svn: 152650
2012-03-13 19:32:00 +00:00
clang [analyzer] Use recursive AST visitor to drive simple visitation order in 2012-03-13 19:32:00 +00:00
compiler-rt [ASan] Undo NORETURN on POSIX as it's not clear how to do this cleanly yet 2012-03-13 16:48:46 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Fix moneypunct_byname algorithm to more accurately represent C locales in C++. 2012-03-10 18:31:43 +00:00
libcxxabi Enable / silence -Wunused-parameter. 2012-03-09 18:01:37 +00:00
lld Added first round of documentation 2012-03-13 00:10:27 +00:00
lldb Hardened the step-out plan in case it receives 2012-03-13 16:34:56 +00:00
llvm enhance jump threading to preserve TBAA information when PRE'ing loads, 2012-03-13 18:07:41 +00:00
polly Memaccess: Removing unwanted code 2012-03-13 05:51:44 +00:00