History log of /llvm-project/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp (Results 26 – 29 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3a02247d 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com>

Sort all of Clang's files under 'lib', and fix up the broken headers
uncovered.

This required manually correcting all of the incorrect main-module
headers I could find, and running the new llvm/util

Sort all of Clang's files under 'lib', and fix up the broken headers
uncovered.

This required manually correcting all of the incorrect main-module
headers I could find, and running the new llvm/utils/sort_includes.py
script over the files.

I also manually added quite a few missing headers that were uncovered by
shuffling the order or moving headers up to be main-module-headers.

llvm-svn: 169237

show more ...


Revision tags: llvmorg-3.2.0-rc2, llvmorg-3.2.0-rc1
# f4fd1455 15-Oct-2012 Anna Zaks <ganna@apple.com>

[analyzer] Do not warn on direct ivar assignments within copy methods.

llvm-svn: 165992


# 6aef4555 27-Sep-2012 Anna Zaks <ganna@apple.com>

[analyzer] Address Jordan's code review for r164790.

llvm-svn: 164803


# 461f2393 27-Sep-2012 Anna Zaks <ganna@apple.com>

[analyzer] Add an experimental ObjC direct ivar assignment checker.

llvm-svn: 164790


12