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-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
2009-11-15
allocation functions are always static.
Anders Carlsson
2009-11-15
If any errors have occurred by the time we hit the end of a function body, cl...
Douglas Gregor
2009-11-14
Fix for PR5489: don't skip the complete type requrirement for variable
Eli Friedman
2009-11-13
Revert r88718, which does NOT solve the constructor-template-as-copy-construc...
Douglas Gregor
2009-11-13
A constructor template cannot be instantiated to a copy
Douglas Gregor
2009-11-13
Fix bug Doug noticed.
Anders Carlsson
2009-11-12
Random const correctness, and incidentally use computeDeclContext when building
John McCall
2009-11-10
Improve parsing of template arguments to lay the foundation for
Douglas Gregor
2009-11-09
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
Douglas Gregor
2009-11-08
When checking the namespace of a redeclaration or definition, look through li...
Sebastian Redl
2009-11-07
Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.
Anders Carlsson
2009-11-07
Cleanup, no functionality change.
Anders Carlsson
2009-11-06
Make sure that EnumConstantDecls always get a type, even when they have type-...
Douglas Gregor
2009-11-05
Don't allow definitions of array variables without some size information in C...
Sebastian Redl
2009-11-04
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-03
Use ParseUnqualifiedId when parsing id-expressions. This eliminates
Douglas Gregor
2009-11-03
Introduce a new class, UnqualifiedId, that provides a parsed
Douglas Gregor
2009-10-29
Make sure to call CompleteConstructorCall for bases and members that are init...
Anders Carlsson
2009-10-29
Track source information for template arguments and template specialization
John McCall
2009-10-28
Use array's base element type in getting to its
Fariborz Jahanian
2009-10-28
Removed an unnecessary arguement passed to InitializeVarWithConstructor
Fariborz Jahanian
2009-10-27
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
Almost missed this one... Doc update for last change.
Mike Stump
2009-10-27
Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't
Mike Stump
2009-10-27
Use a pred_iterator instead of a succ_iterator (wrong typedef).
Ted Kremenek
[prev]
[next]