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-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
objective-C arg: provide fixit support when
Fariborz Jahanian
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
Make sure pragmas don't attach visibility attributes to auto variables with
Rafael Espindola
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
2013-02-22
Don't crash if we try to apply 'alignas' to a variable declared with an
Richard Smith
2013-02-22
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
In LookupResult::resolveKind(), when handling multiple found declarations, ig...
Argyrios Kyrtzidis
2013-02-22
When a parameter list in a C function has an error, recover by forming a K&R ...
Argyrios Kyrtzidis
2013-02-22
Don't crash when applying an alloc_size attribute on a K&R function.
Argyrios Kyrtzidis
2013-02-22
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
2013-02-22
[libclang] Fix a crash with invalid code, while skip function bodies is enabled.
Argyrios Kyrtzidis
2013-02-22
Only suppress instance context if a member is actually
John McCall
2013-02-22
objective-C arc: Diagnostic can not say to use bridge
Fariborz Jahanian
2013-02-21
Remove superfluous null pointer check. The pointer is used prior to this check.
Ted Kremenek
2013-02-21
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-20
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
Prevent crash on multiple user errors (which I cannot reproduce in
Fariborz Jahanian
2013-02-16
Don't warn on conversion from NULL to nullptr_t
David Blaikie
2013-02-15
Fixed diagnostic nondeterministic order bug (pr14901).
Enea Zaffanella
2013-02-15
Fix crash-on-invalid where a ParenListExpr shows up as a message receiver
Argyrios Kyrtzidis
2013-02-15
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2013-02-15
Sema: Unnest early exit and remove an unnecessary bad cast.
Benjamin Kramer
2013-02-15
Make helper functions static.
Benjamin Kramer
2013-02-14
objective-C: synthesize properties in order of their
Fariborz Jahanian
2013-02-14
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-14
Remove a const_cast by propagating constness to called functions
Dmitri Gribenko
2013-02-14
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-12
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
Perform placeholder conversions on the controller of a _Generic
John McCall
2013-02-12
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-11
[Modules] Cope better with top-level declarations loaded after being declared...
Douglas Gregor
2013-02-10
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
[next]