.. |
CMakeLists.txt
|
Refactor instantiation of declarations within a template into a much
|
2009-03-17 21:15:40 +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
|
Build system changes to use TableGen to generate the various
|
2009-03-16 23:06:59 +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
|
Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741).
|
2009-03-13 15:38:40 +00:00 |
Sema.h
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |
SemaAttr.cpp
|
Handle #pragma pack(0). I left this out of diagnostic because users should
|
2009-03-06 20:45:54 +00:00 |
SemaCXXScopeSpec.cpp
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +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
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |
SemaDeclAttr.cpp
|
Be sure to not add weak import, if we are ignoring it.
|
2009-03-18 17:39:31 +00:00 |
SemaDeclCXX.cpp
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |
SemaDeclObjC.cpp
|
Make Selector::getIdentifierInfo() private. I took a first attempt at this last
|
2009-03-14 00:20:08 +00:00 |
SemaExpr.cpp
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |
SemaExprCXX.cpp
|
Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes.
|
2009-03-16 23:22:08 +00:00 |
SemaExprObjC.cpp
|
Simplify SelectorTable::constructSetterName() usage...
|
2009-03-10 17:24:38 +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
|
Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes.
|
2009-03-16 23:22:08 +00:00 |
SemaLookup.cpp
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |
SemaNamedCast.cpp
|
Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes.
|
2009-03-16 23:22:08 +00:00 |
SemaOverload.cpp
|
Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes.
|
2009-03-16 23:22:08 +00:00 |
SemaOverload.h
|
Introduce _Complex conversions into the function overloading
|
2009-02-12 00:15:05 +00:00 |
SemaStmt.cpp
|
introduce a new -fheinous-gnu-extensions flag that enables really
|
2009-03-13 17:38:01 +00:00 |
SemaTemplate.cpp
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |
SemaTemplateInstantiate.cpp
|
incorporate review comment (about the optimization when we have a non-typedependent expression)
|
2009-03-18 20:12:58 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Refactor instantiation of declarations within a template into a much
|
2009-03-17 21:15:40 +00:00 |
SemaType.cpp
|
The scope representation can now be either a DeclContext pointer or a
|
2009-03-18 00:36:05 +00:00 |