llvm-project/clang/lib
Argyrios Kyrtzidis 898fdbf82d In Sema::CheckShadow, get the DeclContext from the variable that we are checking
instead from the Scope; Inner scopes in bodies don't have DeclContexts associated with them.

Fixes http://llvm.org/PR9160 & rdar://problem/8966163.

llvm-svn: 125097
2011-02-08 18:21:25 +00:00
..
AST Convert RecordLayout::NonVirtualAlign to CharUnits. No change in 2011-02-08 02:02:47 +00:00
Analysis Enhance -Wuninitialized to better reason about || and &&, tracking dual dataflow facts and properly merging them. 2011-02-01 17:43:18 +00:00
Basic Improve our uniquing of file entries when files are re-saved or are 2011-02-05 19:42:43 +00:00
CodeGen Reorganize CodeGen{Function,Module} to eliminate the unfortunate 2011-02-08 08:22:06 +00:00
Driver Add better support for ARM EABI triples. 2011-02-04 17:59:28 +00:00
Frontend Improve our uniquing of file entries when files are re-saved or are 2011-02-05 19:42:43 +00:00
FrontendTool Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00
Headers Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Add a __has_feature check for default template arguments in function 2011-02-05 20:35:30 +00:00
Parse Support for objextive-c++ use of property-dot syntax as receiver 2011-02-08 18:05:59 +00:00
Rewrite A few more tweaks to the blocks AST representation: 2011-02-07 10:33:21 +00:00
Sema In Sema::CheckShadow, get the DeclContext from the variable that we are checking 2011-02-08 18:21:25 +00:00
Serialization Update the writing of the block-information block in the AST file 2011-02-08 16:34:17 +00:00
StaticAnalyzer [analyzer] Fix a false positive of the 'self' initialization checker. 2011-02-05 05:54:53 +00:00
CMakeLists.txt Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00