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-25
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
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-16
Suppress unused warning on static inline function template specializations.
Rafael Espindola
2013-04-15
Remove hasExternalLinkageUncached.
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-07
Sema: Don't crash when trying to emit a warning for a duplicate value in an i...
Benjamin Kramer
2013-04-06
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
Fix linkage related crash.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-03
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
Escape more @ signs in Doxygen comments.
Jordan Rose
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
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
[next]