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-05-21
Reverting r182337, which merged r182266, __declspec(selectany)
Reid Kleckner
2013-05-21
Merging r182266:
Bill Wendling
2013-05-05
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-05
Use lexical contexts when checking for conflicting language linkages.
Rafael Espindola
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...
Richard Smith
2013-05-03
PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...
Richard Smith
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-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-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-27
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
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
[next]