llvm-project/clang/lib/Sema
Sebastian Redl e541716286 Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.
llvm-svn: 153523
2012-03-27 18:33:03 +00:00
..
AnalysisBasedWarnings.cpp ThreadSafetyReporter: Manage diagnostics in a std::list. 2012-03-26 14:05:40 +00:00
AttributeList.cpp Refactor Clang sema attribute handling. 2012-03-07 00:12:16 +00:00
CMakeLists.txt Refactor Clang sema attribute handling. 2012-03-07 00:12:16 +00:00
CodeCompleteConsumer.cpp Move CodeCompletionBuilder's chunk adding methods out of line. 2012-03-26 16:57:36 +00:00
DeclSpec.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
DelayedDiagnostic.cpp objc: When issue diagnostic about deprecated method, also 2012-03-02 21:50:02 +00:00
IdentifierResolver.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
JumpDiagnostics.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Scope.cpp Reapply r151638 and r151641. 2012-02-29 10:24:19 +00:00
Sema.cpp [Sema] Fix SemaDiagnosticBuilder to be inline. 2012-03-14 09:49:32 +00:00
SemaAccess.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaAttr.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaCXXScopeSpec.cpp Support for definitions of member enumerations of class templates outside the 2012-03-23 03:33:32 +00:00
SemaCast.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaChecking.cpp Suppress macro expansion of NULL in NULL warnings. 2012-03-16 20:30:12 +00:00
SemaCodeComplete.cpp Move CodeCompletionBuilder's chunk adding methods out of line. 2012-03-26 16:57:36 +00:00
SemaConsumer.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
SemaDecl.cpp When diagnosing an invalid out-of-line redeclaration, don't permit 2012-03-26 16:54:18 +00:00
SemaDeclAttr.cpp Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! 2012-03-14 16:55:17 +00:00
SemaDeclCXX.cpp Skip through transparent contexts when deciding where to add a friend function. 2012-03-16 19:51:19 +00:00
SemaDeclObjC.cpp Make sure we don't accept an @interface inside another objc container 2012-03-23 23:24:23 +00:00
SemaExceptionSpec.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaExpr.cpp Alternate fix to PR12248: put Sema in charge of special-casing 2012-03-13 00:37:01 +00:00
SemaExprCXX.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaExprMember.cpp Fix crash on invalid code. I've tried to produce a reduced test case, but when I do the specific crash is hidden. Fixes <rdar://problem/11063594>. 2012-03-17 00:53:39 +00:00
SemaExprObjC.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaFixItUtils.cpp Use character literals for vexing initialization fixit hints. 2012-03-18 02:56:47 +00:00
SemaInit.cpp Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up 2012-03-23 23:55:39 +00:00
SemaLambda.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaLookup.cpp When diagnosing an invalid out-of-line redeclaration, don't permit 2012-03-26 16:54:18 +00:00
SemaObjCProperty.cpp Fix PR10447: lazily building name lookup tables for DeclContexts was broken. 2012-03-13 03:12:56 +00:00
SemaOverload.cpp Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. 2012-03-27 18:33:03 +00:00
SemaPseudoObject.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaStmt.cpp For enums with no tag name, display its location in 2012-03-21 20:56:29 +00:00
SemaTemplate.cpp Support for definitions of member enumerations of class templates outside the 2012-03-23 03:33:32 +00:00
SemaTemplateDeduction.cpp Support deducing template arguments from nested initializer lists. PR12119. 2012-03-15 21:40:51 +00:00
SemaTemplateInstantiate.cpp When defining a forward-declared enum, don't try to attach the definition to 2012-03-23 23:09:08 +00:00
SemaTemplateInstantiateDecl.cpp Add a special-case diagnostic for one of the more obnoxious special cases of 2012-03-26 20:28:16 +00:00
SemaTemplateVariadic.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaType.cpp During the instantiation of a class template specialization, that 2012-03-22 03:35:28 +00:00
TargetAttributesSema.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false). They are NOT objects. 2012-03-12 17:53:02 +00:00
TypeLocBuilder.h Remove more unnecessary #include <llvm/ADT/SmallVector.h> 2011-06-20 06:11:46 +00:00