clang-1/lib/Sema
Anders Carlsson b1fba31453 There's no need to return early if we encounter a try/throw and exceptions are disabled.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126053 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-19 21:53:09 +00:00
..
AnalysisBasedWarnings.cpp Don't suggest -Wuninitialized fixits for uninitialized enum types. 2011-02-05 01:18:18 +00:00
AttributeList.cpp accept and ignore a few things for better OpenBSD compatibility, 2011-02-18 17:05:55 +00:00
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
CodeCompleteConsumer.cpp When code-completing a case statement for a switch on a value of 2011-02-18 23:30:37 +00:00
DeclSpec.cpp Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! 2011-02-11 19:59:54 +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 Step #1/N of implementing support for __label__: split labels into 2011-02-17 07:39:24 +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 Warn about code that uses variables and functions with internal linkage 2011-02-19 02:53:41 +00:00
SemaAccess.cpp Handle delayed access in local declarations. PR9229. 2011-02-15 22:51:53 +00:00
SemaAttr.cpp Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions 2011-02-14 01:42:35 +00:00
SemaCXXCast.cpp Handle the resolution of a reference to a function template (which 2011-02-19 21:32:49 +00:00
SemaCXXScopeSpec.cpp The member classes of a current instantiation aren't necessarily a 2011-02-19 19:24:40 +00:00
SemaChecking.cpp Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. 2011-02-18 02:27:00 +00:00
SemaCodeComplete.cpp When code-completing a case statement for a switch on a value of 2011-02-18 23:30:37 +00:00
SemaDecl.cpp Remove the Fix-It for "main must return 'int'", which is not always 2011-02-19 19:04:23 +00:00
SemaDeclAttr.cpp accept and ignore a few things for better OpenBSD compatibility, 2011-02-18 17:05:55 +00:00
SemaDeclCXX.cpp Teach the virtual-functions-without-virtual-destructor warning to only 2011-02-19 19:14:36 +00:00
SemaDeclObjC.cpp Switch labels over to using normal name lookup, instead of their 2011-02-18 01:27:55 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Warn about code that uses variables and functions with internal linkage 2011-02-19 02:53:41 +00:00
SemaExprCXX.cpp There's no need to return early if we encounter a try/throw and exceptions are disabled. 2011-02-19 21:53:09 +00:00
SemaExprObjC.cpp Improve diagnostics on missing property decl. 2011-02-17 17:30:05 +00:00
SemaInit.cpp Handle the resolution of a reference to a function template (which 2011-02-19 21:32:49 +00:00
SemaLookup.cpp Use PointerUnion::getAddrOf instead of messing with PointerUnion & reinterpret_cast. 2011-02-19 04:02:34 +00:00
SemaObjCProperty.cpp Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! 2011-01-31 23:20:03 +00:00
SemaOverload.cpp Handle the resolution of a reference to a function template (which 2011-02-19 21:32:49 +00:00
SemaStmt.cpp There's no need to return early if we encounter a try/throw and exceptions are disabled. 2011-02-19 21:53:09 +00:00
SemaTemplate.cpp Handle the resolution of a reference to a function template (which 2011-02-19 21:32:49 +00:00
SemaTemplateDeduction.cpp Handle the resolution of a reference to a function template (which 2011-02-19 21:32:49 +00:00
SemaTemplateInstantiate.cpp Step #2/N of __label__ support: keep pushing LabelDecl forward, 2011-02-17 20:34:02 +00:00
SemaTemplateInstantiateDecl.cpp Step #2/N of __label__ support: keep pushing LabelDecl forward, 2011-02-17 20:34:02 +00:00
SemaTemplateVariadic.cpp remove some defensive code: LocalInstantiationScope::getInstantiationOf 2011-02-17 19:38:27 +00:00
SemaType.cpp OpenCL: semantic analysis support for cl_khr_fp64 extension 2011-02-15 19:46:23 +00:00
TargetAttributesSema.cpp Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. 2011-02-17 08:51:38 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Step #2/N of __label__ support: keep pushing LabelDecl forward, 2011-02-17 20:34:02 +00:00
TypeLocBuilder.h Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it 2010-12-02 00:05:49 +00:00