aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/array-struct-region.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-08[analyzer] Add IdenticalExprChecker, to find copy-pasted code.Jordan Rose1-1/+1
2013-08-29[analyzer] Fix handling of "empty" structs with base classesPavel Labath1-0/+23
2012-10-17[analyzer] When binding to a ParenExpr, bind to its inner expression instead.Jordan Rose1-0/+16
2012-10-17[analyzer] Create a temporary region when accessing a struct rvalue.Jordan Rose1-0/+73
2012-10-01Reapply "[analyzer] Handle inlined constructors for rvalue temporaries correc...Jordan Rose1-6/+0
2012-09-29Revert "[analyzer] Create a temp region when a method is called on a struct r...Jordan Rose1-9/+0
2012-09-29Revert "[analyzer] Handle inlined constructors for rvalue temporaries correct...Jordan Rose1-0/+6
2012-09-28[analyzer] Handle inlined constructors for rvalue temporaries correctly.Jordan Rose1-6/+0
2012-09-28[analyzer] Create a temp region when a method is called on a struct rvalue.Jordan Rose1-0/+9
2012-09-05[analyzer] Fix bad test from r163220.Jordan Rose1-0/+6
2012-09-05[analyzer] Be more forgiving about calling methods on struct rvalues.Jordan Rose1-0/+87
2012-09-05Revert "[analyzer] Treat all struct values as regions (even rvalues)."Jordan Rose1-87/+0
2012-09-01[analyzer] Treat all struct values as regions (even rvalues).Jordan Rose1-0/+87