llvm-project/clang/lib/Sema
Fariborz Jahanian c60da031c5 Fix a NYI in IRGen which was due to incorrect AST
for property reference expression (of c++ object type)
in the conditional expression. Fixes // rdar://8291337

llvm-svn: 114783
2010-09-25 01:08:05 +00:00
..
AnalysisBasedWarnings.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +00:00
AttributeList.cpp Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
CodeCompleteConsumer.cpp Synchronize globally-cached code completion results with the results 2010-09-23 23:01:17 +00:00
DeclSpec.cpp Make sure we clear TypeSpecOwned when setting TypeSpecType to something when 2010-08-26 17:22:34 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Fix a few minor issues with parsing and semantic analysis of C++ 2010-09-08 23:14:30 +00:00
SemaAccess.cpp Add a quick-and-dirty hack to give a better diagnostic for [class.protected] 2010-09-03 04:56:05 +00:00
SemaAttr.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXCast.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp When warning about comparing an unsigned int to being >= 0, don't issue a warning if the zero value was an 2010-09-23 21:43:44 +00:00
SemaCodeComplete.cpp Synchronize globally-cached code completion results with the results 2010-09-23 23:01:17 +00:00
SemaDecl.cpp Fix bogus compiler errors when declaring anonymous union, outside a class, with 2010-09-23 14:26:01 +00:00
SemaDeclAttr.cpp Add more error checking to attribute vecreturn 2010-09-18 01:12:07 +00:00
SemaDeclCXX.cpp Patch implements passing arrays to functions expecting 2010-09-24 17:30:16 +00:00
SemaDeclObjC.cpp Diagnose use of incomplete type on method argument type of 2010-09-17 22:07:07 +00:00
SemaExceptionSpec.cpp Emulate (some of) Microsoft's looser semantic checking of exception 2010-08-30 15:04:51 +00:00
SemaExpr.cpp Patch implements passing arrays to functions expecting 2010-09-24 17:30:16 +00:00
SemaExprCXX.cpp Fix a NYI in IRGen which was due to incorrect AST 2010-09-25 01:08:05 +00:00
SemaExprObjC.cpp Patch implements passing arrays to functions expecting 2010-09-24 17:30:16 +00:00
SemaInit.cpp one piece of code is responsible for the lifetime of every aggregate 2010-09-15 10:14:12 +00:00
SemaLookup.cpp zap more dead code. 2010-09-04 18:19:08 +00:00
SemaObjCProperty.cpp Default synthesized ivars don't really have a location in the source. Using the location of the @implementation 2010-09-24 01:23:01 +00:00
SemaOverload.cpp Patch implements passing arrays to functions expecting 2010-09-24 17:30:16 +00:00
SemaStmt.cpp Implement -Wunused-label. 2010-09-19 21:21:25 +00:00
SemaTemplate.cpp Parentheses around address non-type template argument is demoted to an extension warning. 2010-09-13 06:06:58 +00:00
SemaTemplateDeduction.cpp Perform the function-to-pointer adjustment during template argument 2010-08-30 21:04:23 +00:00
SemaTemplateInstantiate.cpp Simplify template instantiation for C++ exception declarations, 2010-09-09 17:09:21 +00:00
SemaTemplateInstantiateDecl.cpp When emitting a new-expression inside a conditional expression, 2010-09-17 00:50:28 +00:00
SemaType.cpp Don't crash on _Imaginary. 2010-09-23 09:40:31 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h When marking the declarations in a default argument expression as 2010-09-14 22:55:20 +00:00