hanchenye-llvm-project/clang/lib/Sema
Chris Lattner d7f164d956 add source range for type of super cast, giving something like:
SemaObjC/call-super-2.m:78:29: error: cannot cast 'super' (it isn't an expression)
   return [(Object <Func> *)super instance_func0];
           ~~~~~~~~~~~~~~~~~^

llvm-svn: 66215
2009-03-05 23:09:00 +00:00
..
CMakeLists.txt Implement the basic approach for instantiating types, with a lot of FIXME'd 2009-02-27 19:31:52 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Switch attributes to be allocated from the declcontext bump pointer just like 2009-03-04 06:34:08 +00:00
IdentifierResolver.h Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. 2009-01-28 04:29:29 +00:00
Sema.cpp Fix <rdar://problem/6451399> problems with labels and blocks. 2009-02-28 16:48:43 +00:00
Sema.h fix PR3607 and a fixme, by checking bitfield constraints 2009-03-05 22:45:59 +00:00
SemaAttr.cpp Make PragmaPackStack be a private class in SemaAttr and make its 2009-02-17 01:09:29 +00:00
SemaCXXScopeSpec.cpp Implement parsing of nested-name-specifiers that involve template-ids, e.g., 2009-02-25 19:37:18 +00:00
SemaChecking.cpp When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' 2009-02-27 17:58:43 +00:00
SemaDecl.cpp refactor C++ bitfield checking a bit (haha) 2009-03-05 23:01:03 +00:00
SemaDeclAttr.cpp Switch attributes to be allocated from the declcontext bump pointer just like 2009-03-04 06:34:08 +00:00
SemaDeclCXX.cpp more minor simplifications. 2009-03-05 23:03:49 +00:00
SemaDeclObjC.cpp Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. 2009-03-05 15:45:01 +00:00
SemaExpr.cpp add source range for type of super cast, giving something like: 2009-03-05 23:09:00 +00:00
SemaExprCXX.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaExprObjC.cpp Removed an unfortunate cut and paste left-over. 2009-03-04 23:00:40 +00:00
SemaInherit.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaInherit.h Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaInit.cpp Fix PR3509 by providing correct starting locations for initializer lists 2009-03-01 17:12:46 +00:00
SemaLookup.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaNamedCast.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaOverload.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaOverload.h Introduce _Complex conversions into the function overloading 2009-02-12 00:15:05 +00:00
SemaStmt.cpp Change Parser::ParseCaseStatement to use an iterative approach to parsing 2009-03-04 04:23:07 +00:00
SemaTemplate.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaTemplateInstantiate.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaType.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00