llvm-capstone/clang/lib
Argyrios Kyrtzidis 36e4ae3e57 When creating an implicit member expression through a qualified-id, check that the class
named by the nested-name-specifier is same or base of the class in which the member expression appears.

It seems we also had an ill-formed test case, mon dieu! Fixes rdar://8576107.

llvm-svn: 129493
2011-04-14 00:46:47 +00:00
..
Analysis Teach -Wuninitialized about C++'s typeid expression, including both the 2011-04-13 08:18:42 +00:00
AST Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. 2011-04-14 00:40:03 +00:00
Basic Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
CodeGen Replace a couple of divisions-by-'8' with divisions-by-charwidth. No change 2011-04-14 00:43:09 +00:00
Driver Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input 2011-04-12 23:59:20 +00:00
Frontend Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Remove comment that snuck in there. 2011-04-13 10:05:14 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow. 2011-04-09 00:01:04 +00:00
Parse Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
Rewrite Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. 2011-04-14 00:40:03 +00:00
Sema When creating an implicit member expression through a qualified-id, check that the class 2011-04-14 00:46:47 +00:00
Serialization Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. 2011-04-14 00:40:03 +00:00
StaticAnalyzer Teach VariadicMethodTypeChecker to not crash when processing methods declared in protocols. 2011-04-12 21:47:05 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00