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
Age
Commit message (
Expand
)
Author
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
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...
Douglas Gregor
2013-05-01
PR15884: In the 'taking the address of a temporary' extension, materialize the
Richard Smith
2013-05-01
Point diagnostics that complain about a use of a selector in an objc message,...
Argyrios Kyrtzidis
2013-04-30
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
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-30
Fix very confusing indent in Sema.cpp.
Daniel Jasper
2013-04-30
Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers
Fariborz Jahanian
2013-04-29
c language: diagnose use of "[*]" on any array dimension
Fariborz Jahanian
2013-04-29
Use ArrayRef in AddMethodCandidate.
Rafael Espindola
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-29
Test commit
Ben Langmuir
2013-04-29
Implement DR580: access checks for template parameters of a class template are
Richard Smith
2013-04-29
Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build
Richard Smith
2013-04-27
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-27
Silence a silly sign compare warning from GCC.
Benjamin Kramer
2013-04-27
Fix an assertion hit in Sema::CheckObjCMethodOverrides.
Argyrios Kyrtzidis
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
C++1y: support simple variable assignments in constexpr functions.
Richard Smith
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
Put friend decls in the correct context.
Rafael Espindola
2013-04-25
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
2013-04-24
Objective-C arc: Improve disgnostics when 'weak'
Fariborz Jahanian
2013-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-22
When modifying an implicit instantiation with information from an explicit on...
Argyrios Kyrtzidis
2013-04-22
Add a warning for Objective-C pointer introspection, which is solely the job ...
Ted Kremenek
2013-04-22
[ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct.
Chad Rosier
2013-04-22
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-20
Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
Implement core issue 1608: class members can be found via operator lookup in ...
Richard Smith
2013-04-19
[ms-inline asm] The parsing of C++ identifiers is a task of the front-end par...
Chad Rosier
2013-04-18
Specify that we're parsing ms-style inline assembly.
Chad Rosier
2013-04-18
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-17
PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
2013-04-17
Sema: Remove unused variable.
Benjamin Kramer
2013-04-17
DR974: Lambdas can have default arguments.
Richard Smith
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
[next]