.. |
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
|
Now that ObjC decls have DeclContexts too, remove an ugly hack from IdentifierResolver.
|
2009-02-17 20:21:51 +00:00 |
IdentifierResolver.h
|
Now that ObjC decls have DeclContexts too, remove an ugly hack from IdentifierResolver.
|
2009-02-17 20:21:51 +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
|
Minor name change (move the ObjC prefix to a more appropriate place).
|
2009-02-28 16:59:13 +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
|
Fix <rdar://problem/6451399> problems with labels and blocks.
|
2009-02-28 16:48:43 +00:00 |
SemaDeclAttr.cpp
|
Create a new TypeNodes.def file that enumerates all of the types,
|
2009-02-26 23:50:07 +00:00 |
SemaDeclCXX.cpp
|
Create a new TypeNodes.def file that enumerates all of the types,
|
2009-02-26 23:50:07 +00:00 |
SemaDeclObjC.cpp
|
Minor name change (move the ObjC prefix to a more appropriate place).
|
2009-02-28 16:59:13 +00:00 |
SemaExpr.cpp
|
Fix <rdar://problem/6451399> problems with labels and blocks.
|
2009-02-28 16:48:43 +00:00 |
SemaExprCXX.cpp
|
Eliminate CXXRecordType
|
2009-02-28 01:32:25 +00:00 |
SemaExprObjC.cpp
|
Fix <rdar://problem/6614945> method not found.
|
2009-02-26 18:16:19 +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
|
Eliminate CXXRecordType
|
2009-02-28 01:32:25 +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
|
Fix <rdar://problem/6451399> problems with labels and blocks.
|
2009-02-28 16:48:43 +00:00 |
SemaTemplate.cpp
|
Implement template instantiation for pointer, reference, and (some)
|
2009-02-28 00:25:32 +00:00 |
SemaTemplateInstantiate.cpp
|
Eliminate CXXRecordType
|
2009-02-28 01:32:25 +00:00 |
SemaType.cpp
|
Template instantiation for function types
|
2009-02-28 01:04:19 +00:00 |