llvm-project/clang/lib/Sema
John McCall eae5acbbd0 Fix PR6327: restore invariants when there's a parse error in an initializer.
llvm-svn: 99980
2010-03-31 02:13:20 +00:00
..
AnalysisBasedWarnings.cpp the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
AnalysisBasedWarnings.h For forward-declared static inline functions, delay CFG-based warnings until we 2010-03-23 01:37:12 +00:00
CMakeLists.txt Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. 2010-03-20 21:06:02 +00:00
CXXFieldCollector.h ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not 2010-03-17 19:25:57 +00:00
CodeCompleteConsumer.cpp Remove unused headers. 2010-03-08 11:29:03 +00:00
IdentifierResolver.cpp Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver. 2010-02-15 19:38:00 +00:00
IdentifierResolver.h Eliminate dead code. 2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers 2010-03-08 02:49:08 +00:00
Lookup.h Handle simple friend-class decls in class templates better by ensuring that 2010-03-25 21:28:06 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
ParseAST.cpp Entering the main source file in the preprocessor can fail if the 2010-03-17 15:44:30 +00:00
Sema.cpp Teach the diagnostic engine to provide more detailed information about 2010-03-25 22:17:48 +00:00
Sema.h Fix PR6327: restore invariants when there's a parse error in an initializer. 2010-03-31 02:13:20 +00:00
SemaAccess.cpp Fix an oversight with access control for address-of-function. 2010-03-30 22:20:00 +00:00
SemaAttr.cpp
SemaCXXCast.cpp Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00
SemaCXXScopeSpec.cpp Create a new InjectedClassNameType to represent bare-word references to the 2010-03-10 03:28:59 +00:00
SemaChecking.cpp Do not mark the destructor of a function parameter's type. Fixes PR6709. 2010-03-26 06:57:13 +00:00
SemaCodeComplete.cpp Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaDecl.cpp Fix PR6327: restore invariants when there's a parse error in an initializer. 2010-03-31 02:13:20 +00:00
SemaDeclAttr.cpp Add Support for 'warn_unused_result" attribute on 2010-03-30 18:22:15 +00:00
SemaDeclCXX.cpp Regularize support for naming conversion functions in using decls. 2010-03-31 01:36:47 +00:00
SemaDeclObjC.cpp Further improvement to point to category 2010-03-27 21:10:05 +00:00
SemaExceptionSpec.cpp the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
SemaExpr.cpp Remove silly temporary comment. 2010-03-30 23:58:36 +00:00
SemaExprCXX.cpp Regularize support for naming conversion functions in using decls. 2010-03-31 01:36:47 +00:00
SemaExprObjC.cpp Diagnose miuse of property dot-syntax instead of crashing. 2010-03-22 21:02:34 +00:00
SemaInit.cpp Regularize support for naming conversion functions in using decls. 2010-03-31 01:36:47 +00:00
SemaInit.h Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00
SemaLookup.cpp the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
SemaObjCProperty.cpp Recognize __attribute__((NSObject)) directly applied 2010-03-30 22:40:11 +00:00
SemaOverload.cpp Regularize support for naming conversion functions in using decls. 2010-03-31 01:36:47 +00:00
SemaOverload.h Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaStmt.cpp Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00
SemaTemplate.cpp Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00
SemaTemplate.h After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
SemaTemplateDeduction.cpp After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
SemaTemplateInstantiate.cpp Improve diagnostics when printing a template instantiation backtrace 2010-03-30 20:35:20 +00:00
SemaTemplateInstantiateDecl.cpp the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
SemaType.cpp Remember the regparm attribute in FunctionType::ExtInfo. 2010-03-30 22:15:11 +00:00
TargetAttributesSema.cpp Don't emit a warning about a dllimport attribute being used in a typedef 2010-02-21 05:12:56 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00