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
2009-12-10
Improve the diagnostic when a new declaration conflicts with a using shadow
John McCall
2009-12-10
Move initialization via initializer list over to InitializationSequences.
Douglas Gregor
2009-12-10
Implement redeclaration checking and hiding semantics for using declarations....
John McCall
2009-12-10
Fix for PR5515: allow "merging" array bounds both forwards and backwards.
Eli Friedman
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
First pass at implementing C++ enum semantics: calculate (and store) an
John McCall
2009-12-09
Don't warn about function templates or function template specializations.
Anders Carlsson
2009-12-09
Rename Sema::IsOverload to Sema::CheckOverload. Teach it to ignore unresolved
John McCall
2009-12-09
Move the missing prototypes checking out into a new function. Don't warn abou...
Anders Carlsson
2009-12-08
Fix for PR5710: make sure to put function template specializations into the
Eli Friedman
2009-12-07
Rework how virtual member functions are marked. If a class has no key functio...
Anders Carlsson
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
Move RequireCompleteType requirement for fields early into ActOnField so that
Eli Friedman
2009-12-06
remove some extraneous syntax: sourceloc implicitly converts to sourcerange.
Chris Lattner
2009-12-06
Pass the desired vtable linkage to GenerateVtable directly. Only call MaybeMa...
Anders Carlsson
2009-12-04
Diagnose declarations of implicit member functions.
Anders Carlsson
2009-12-04
Make sure that overridden method decls are always canonical.
Anders Carlsson
2009-12-04
When recovering from an invalid forward reference to an enum type in C++,
John McCall
2009-12-03
A new helper function to set various bits in the class when
Fariborz Jahanian
2009-12-03
Unify the end-of-class code paths used by the parser and template
Douglas Gregor
2009-12-02
In Sema, whenever we think that a function is going to cause a vtable to be g...
Anders Carlsson
2009-12-02
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
John McCall
2009-12-02
Push overloaded function templates through the parser using a totally different
John McCall
2009-12-02
Fix another "operator delete missing" crash: make sure we don't check
Eli Friedman
2009-12-01
Funtion templates and function template specializations do not
Douglas Gregor
2009-12-01
Move the checking of overridden virtual functions into the code path
Douglas Gregor
2009-12-01
An inherited virtual (where "virtual" wasn't written explicitly) can
Douglas Gregor
2009-11-30
Remove all of Sema's explicit uses of OverloadedFunctionDecl except for
John McCall
2009-11-30
Eliminate the use of OverloadedFunctionDecl in member expressions.
John McCall
2009-11-30
Use StringRef in Attr constructors.
Benjamin Kramer
2009-11-29
Add DeclarationName support for C++0x operator literals. They should now work as
Sean Hunt
2009-11-29
Fix 80-cols violations
Sean Hunt
2009-11-28
Add Parser support for C++0x literal operators ('operator "" i').
Sean Hunt
2009-11-27
Fix thinko.
Anders Carlsson
2009-11-26
Correctly find overridden destructors.
Anders Carlsson
2009-11-25
Allow user re-definition of SEL as well as accessing its fields.
Fariborz Jahanian
2009-11-25
Diagnose ill-formed uses of default template arguments in
Douglas Gregor
2009-11-23
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-21
This patch implements objective-c's 'SEL' type as a built-in
Fariborz Jahanian
2009-11-21
Added rudimentary C++0x attribute support.
Sean Hunt
2009-11-20
Implement C++ [basic.lookup.classref]p3, which states how the type
Douglas Gregor
2009-11-18
Overhaul previous-declaration and overload checking to work on lookup results
John McCall
2009-11-18
Track overriding methods when instantiating a template class. Fixes PR5550.
Sebastian Redl
2009-11-18
Split LookupResult into its own header.
John McCall
2009-11-18
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-15
Make sure that virtual destructors have delete operators.
Anders Carlsson
2009-11-15
Deallocation functions must also be static.
Anders Carlsson
[prev]
[next]