index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDecl.cpp
Age
Commit message (
Expand
)
Author
2008-10-03
Merge postfix attributes on record decls.
Daniel Dunbar
2008-10-03
Pass postfix attributes to ActOnFields.
Daniel Dunbar
2008-10-03
Add getTypeSpecStartLoc() to VarDecls and FunctionDecls.
Steve Naroff
2008-10-02
Add Builtins.def attribute for "can be a constant expression".
Daniel Dunbar
2008-10-02
Changed Sema::CheckForConstantInitializer to allow global block literals.
Steve Naroff
2008-09-29
Add a random C99 comment/reference.
Steve Naroff
2008-09-28
Replace a comparison with a static list of builtins that was wrong (it
Chris Lattner
2008-09-17
Fix http://llvm.org/bugs/show_bug.cgi?id=2760.
Steve Naroff
2008-09-12
Add --suppress-system-warnings (on by default, use =0 to disable)
Daniel Dunbar
2008-09-09
Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope.
Argyrios Kyrtzidis
2008-09-09
Tweak implementation for allowing ObjC builtin type redefinitions.
Steve Naroff
2008-09-08
Add ThreadSpecified bit to Decl.
Daniel Dunbar
2008-09-05
Add comment back that Argiris pointed out that I mistakenly removed (the comm...
Ted Kremenek
2008-09-05
Change struct forward declarations and definitions to use unique RecordDecls,...
Ted Kremenek
2008-09-05
Remove stale comments.
Ted Kremenek
2008-09-05
Remove "NextDecl" from RecordDecl. This change touches many files that where...
Ted Kremenek
2008-09-03
Set register storage class correctly for function parameters.
Daniel Dunbar
2008-09-03
Fix 80 col violations.
Ted Kremenek
2008-09-02
When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new...
Ted Kremenek
2008-09-02
Fix for PR2747: allow pointer->int casts with a null base; these are
Eli Friedman
2008-09-01
Backing out r55607 due to logic errors and test regression.
Eli Friedman
2008-09-01
fix one more this-is-not-a-constant error. test included
Nuno Lopes
2008-09-01
make CheckArithmeticConstantExpression() aware of &foo and pointers
Nuno Lopes
2008-08-29
minor cleanup
Nico Weber
2008-08-26
Move implicit Obj-C param creation into ObjCMethodDecl.
Daniel Dunbar
2008-08-25
Do typechecking and codegen for K&R-style function declarations
Eli Friedman
2008-08-25
Fix for PR2720; be a little bit more permissive in initializers for
Eli Friedman
2008-08-22
Initial sema support for C++ static initializers.
Anders Carlsson
2008-08-22
Rewrite type compatibility testing to do type merging rather than just
Eli Friedman
2008-08-20
Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs.
Ted Kremenek
2008-08-18
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-17
various updates to match r54873 on mainline.
Chris Lattner
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
Cleanup from yesterday...make isTentativeDefinition() a static helper functio...
Steve Naroff
2008-08-10
Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incompl...
Steve Naroff
2008-08-10
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-09
Fix Sema::MergeVarDecl() to better handle type compatibility. The previous co...
Steve Naroff
2008-08-09
When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinish...
Argyrios Kyrtzidis
2008-08-08
Fix issues with C "tentative" definitions.
Steve Naroff
2008-08-07
Sema::ActOnEnumBody(): handle nested enum redefinitions.
Steve Naroff
2008-08-06
Implement GNU asm-label extension support in CodeGen. This fixes
Daniel Dunbar
2008-08-05
Move AsmLabel into Declarator instead of just a parameter to
Daniel Dunbar
2008-08-05
Add more Parser/Sema support for GCC asm-label extension.
Daniel Dunbar
2008-08-04
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
2008-08-01
Wherever a type is used/returned from the Action module, use TypeTy instead o...
Argyrios Kyrtzidis
2008-07-26
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-25
Reject typedef redefinitions when the underlying types are not identical,
Chris Lattner
2008-07-25
Move fix in r54013 from the parser to sema.
Steve Naroff
[prev]
[next]