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-24
Tweak the text of several main() diagnostics and punch a hole specifically for
John McCall
2009-12-23
allow the noreturn attribute to be used in class methods
Nuno Lopes
2009-12-22
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-22
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-21
Fix for PR5840: fix the kind of name lookup used for classes in
Eli Friedman
2009-12-20
Make sure we instantiate the destructor for variables initialized by
Eli Friedman
2009-12-20
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-20
Revert accidental commit
Douglas Gregor
2009-12-20
Fix CMake build on windows, from Cedric Venet
Douglas Gregor
2009-12-20
Don't inject the class name until that magical lbrace.
John McCall
2009-12-19
Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made
John McCall
2009-12-19
Don't use EnterDeclaratorContext when rebuilding a type in the current
John McCall
2009-12-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-18
Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria into
John McCall
2009-12-17
Revert r91073.
Mike Stump
2009-12-17
implement PR3962: diagnose more faulty cases of usage of the restrict qualifi...
Nuno Lopes
2009-12-17
revert part of my last patch, and mark only the c++ global new operator as no...
Nuno Lopes
2009-12-16
Make sure C-specific enum warning doesn't trigger in C++.
Eli Friedman
2009-12-16
implement PR5654: add -fassume-sane-operator-new, which is enabled by default...
Nuno Lopes
2009-12-16
Switch the C++ new expression over to InitializationSequence, rather
Douglas Gregor
2009-12-15
ShouldDestroyTemporaries? I don't think so.
Anders Carlsson
2009-12-15
This patch should fix PR2461. It allows clang to apply the noreturn
Mike Stump
2009-12-11
Fix the handling of dependent enums per C++ DR 502.
Eli Friedman
2009-12-10
Don't complain about falling off the end of a function with an asm
Mike Stump
2009-12-10
Clean up enum constants so that they're finally sane. Fixes PR3173 and a
Eli Friedman
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
[next]