llvm-project/clang/lib/Sema
Douglas Gregor a2db793ff0 Introduce priorities into the code-completion results.
llvm-svn: 104751
2010-05-26 22:00:08 +00:00
..
AnalysisBasedWarnings.cpp Add a hack to silence warnings about failing to return from functions after 2010-05-17 23:51:52 +00:00
AnalysisBasedWarnings.h Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions 2010-04-08 18:51:44 +00:00
CMakeLists.txt Unbreak CMake build. 2010-05-05 05:41:05 +00:00
CXXFieldCollector.h ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not 2010-03-17 19:25:57 +00:00
CodeCompleteConsumer.cpp Introduce priorities into the code-completion results. 2010-05-26 22:00:08 +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 Improve commentary on the indirect-goto jump scope checker and extract 2010-05-12 02:37:54 +00:00
Lookup.h Recommit r102215, this time being more careful to only set the "principal 2010-04-24 01:30:58 +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 push some source location information down through the compiler, 2010-04-20 20:35:58 +00:00
Sema.cpp When determining whether we can use "this", make sure to look through 2010-05-22 16:25:05 +00:00
Sema.h Improve parser recovery when we encounter a dependent template name 2010-05-21 23:18:07 +00:00
SemaAccess.cpp An access is permitted if the current template instantiates to the appropriate 2010-05-04 05:11:27 +00:00
SemaAttr.cpp Protect isIntegerConstantExpr from seeing type- or value-dependent 2010-05-18 23:01:22 +00:00
SemaCXXCast.cpp Use CanQualType to enforce the use of a canonical type argument to 2010-05-21 20:29:55 +00:00
SemaCXXScopeSpec.cpp It turns out that basically every caller to RequireCompleteDeclContext 2010-05-01 00:40:08 +00:00
SemaChecking.cpp Tell the string literal parser when it's not permitted to emit 2010-05-26 05:35:51 +00:00
SemaCodeComplete.cpp Introduce priorities into the code-completion results. 2010-05-26 22:00:08 +00:00
SemaDecl.cpp Improve on flexible array diagnostics (PR7029). 2010-05-26 20:46:24 +00:00
SemaDeclAttr.cpp Add clang support for IBOutletCollection. 2010-05-19 17:38:06 +00:00
SemaDeclCXX.cpp Fixes misc. flexible array bugs in c++ (PR7029). 2010-05-26 20:19:07 +00:00
SemaDeclObjC.cpp Clang missing warning about conflicting declaration vs. definition 2010-05-21 23:28:58 +00:00
SemaExceptionSpec.cpp Use CanQualType to enforce the use of a canonical type argument to 2010-05-21 20:29:55 +00:00
SemaExpr.cpp In C++, one cannot assign from an arithmetic type to an enumeration 2010-05-23 21:53:47 +00:00
SemaExprCXX.cpp Downgrade deletion of a void* from an error (which is should be) to an 2010-05-24 17:01:56 +00:00
SemaExprObjC.cpp Improve our handling of reference binding for subobjects of 2010-05-22 05:17:18 +00:00
SemaInit.cpp Add a new failure kind, FK_Incomplete, to InitializationSequence, to 2010-05-20 22:12:02 +00:00
SemaInit.h Add a new failure kind, FK_Incomplete, to InitializationSequence, to 2010-05-20 22:12:02 +00:00
SemaLookup.cpp Reinstate r104117, Chandler Carruth's change that "[provides] a naming 2010-05-20 20:58:56 +00:00
SemaObjCProperty.cpp Misc. fixes to bring Objetive-C++'s handling of 2010-05-18 23:04:17 +00:00
SemaOverload.cpp Make sure to strip off top-level cv-qualifiers as part of a 2010-05-25 15:31:05 +00:00
SemaOverload.h An identity conversion is better than any non-identity 2010-05-23 22:10:15 +00:00
SemaStmt.cpp If a switch condition is constant, don't warn about missing enum cases. 2010-05-18 03:19:21 +00:00
SemaTemplate.cpp It turns out that people love using VLAs in templates, too. Weaken our 2010-05-23 19:57:01 +00:00
SemaTemplate.h After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
SemaTemplateDeduction.cpp Substantially alter the design of the Objective C type AST by introducing 2010-05-15 11:32:37 +00:00
SemaTemplateInstantiate.cpp Make sure that we instantiate variably modified types, even if they 2010-05-24 17:22:01 +00:00
SemaTemplateInstantiateDecl.cpp Make sure that we instantiate variably modified types, even if they 2010-05-24 17:22:01 +00:00
SemaType.cpp Don't complain about VLAs of non-POD types when the array type is 2010-05-24 20:42:30 +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 When transforming a C++ "new" expression's constructor arguments, drop 2010-05-26 07:10:06 +00:00