index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
Age
Commit message (
Expand
)
Author
2013-05-17
Merging r182072:
Bill Wendling
2013-05-06
Fix representation of compound literals for C++ objects with destructors.
Jordan Rose
2013-05-05
ArrayRef'ize Sema::CheckObjCMethodCall
Dmitri Gribenko
2013-05-05
ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!
Richard Smith
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
Implement template support for CapturedStmt
Wei Pan
2013-05-04
Separate out and special-case the diagnostic for 'auto' in a
Richard Smith
2013-05-03
ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!
Richard Smith
2013-05-03
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-05-03
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
Add const qualifier to Sema::getTypeName's parameter `II`
Dmitri Gribenko
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-04-30
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-29
Use ArrayRef in AddMethodCandidate.
Rafael Espindola
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-27
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-22
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-18
Add llvm_unreachable at end of fully covered switch to pacify GCC.
Benjamin Kramer
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
Sema: Give a typically small DenseMap some inline capacity.
Benjamin Kramer
2013-04-11
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-10
Add support for computing the exception specification for an inheriting
Richard Smith
2013-04-04
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Give the default CorrectionCandidateCallback::ValidateCandidate some
Kaelyn Uhrain
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-01
Only merge down a variable type if the previous declaration was
John McCall
2013-03-28
Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...
Richard Smith
2013-03-26
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-22
documentation parsing. Provide code completion comment
Fariborz Jahanian
2013-03-22
Fix DeclRefExpr::getFoundDecl() for usages by reference.
Daniel Jasper
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
[next]