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-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
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-16
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
2013-04-16
Suppress unused warning on static inline function template specializations.
Rafael Espindola
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-16
Correctly propagate the storage class to function template instantiations.
Rafael Espindola
2013-04-15
Remove some dead code that has not been used since 2010.
Joey Gouly
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-15
Fix the storage class of method instantiations.
Rafael Espindola
2013-04-15
Local thread_local variables are implicitly 'static'. (This doesn't apply to ...
Richard Smith
2013-04-15
Properly check for a constant initializer for a thread-local variable.
Richard Smith
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-14
Handle incompatible redeclarations of library builtins better.
John McCall
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Don't replace an existing decl in the scope chains with its
John McCall
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
Drop ObjCIndirectCopyRestoreExprs during template instantiation.
John McCall
2013-04-11
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
Handle "typeof" in Objective-C format string checking. This previously crashed.
Ted Kremenek
2013-04-10
Add support for computing the exception specification for an inheriting
Richard Smith
2013-04-10
C++11 inheriting constructors: support for inheriting constructor templates.
Richard Smith
2013-04-10
<rdar://problem/13605348> Don't consider invalid user-defined literal operato...
Douglas Gregor
[next]