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
2013-04-01
Only merge down a variable type if the previous declaration was
John McCall
2013-03-29
Fix thinko (and the bots): We still want to warn in C.
Rafael Espindola
2013-03-29
Don't special case one line extern "C" decls.
Rafael Espindola
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-26
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-25
<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...
Douglas Gregor
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-21
Fix indentation
David Blaikie
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
Don't look outside the innermost enclosing namespace when
John McCall
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-14
Diagnose about extern "C" functions returning c++ objects
Fariborz Jahanian
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-12
Whitespace cleanup.
Rafael Espindola
2013-03-12
We already reported an error for
Rafael Espindola
2013-03-12
Error if an extern C declaration matches a previous hidden extern C declaration.
Rafael Espindola
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-07
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-03-07
When possible, move __block variables to the heap rather than copying them.
Douglas Gregor
2013-03-07
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-06
PR15390: If a function returns a pointer to a function, that function type
Richard Smith
2013-03-05
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-02
Process #pragma weak only after we know the linkage of the function or variable
Rafael Espindola
2013-02-26
Fix assertion failure when a field is given an address space.
Matt Arsenault
2013-02-22
Make sure pragmas don't attach visibility attributes to auto variables with
Rafael Espindola
2013-02-22
Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
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-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-15
Make helper functions static.
Benjamin Kramer
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-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-01
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-01-31
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-30
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-29
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-29
Don't fixit/recover from -Wstatic-float-init when it's not an error.
David Blaikie
2013-01-29
Mark a struct definition in an objc container with the TopLevelDeclInObjCCont...
Argyrios Kyrtzidis
2013-01-29
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-29
PR15100: look through type sugar when determining whether we have one of the
Richard Smith
2013-01-28
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
[prev]
[next]