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-01-15
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-15
Fix Cast Code
David Greene
2013-01-15
Don't crash when binding a reference to a temporary pointer created from
Richard Smith
2013-01-15
PR14950: Fix out-of-bounds function parameter access in literal operator lookup.
Richard Smith
2013-01-15
Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these
Richard Smith
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers
Richard Smith
2013-01-14
Accept [[gnu::*]] for all __attribute__((*))s which are:
Richard Smith
2013-01-14
PR12008: defer adding the implicit 'const' to a constexpr member function until
Richard Smith
2013-01-13
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-13
Remove some duplication in the handling of __attribute__((ext_vector_size(N))).
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Disable caching of visibility.
Rafael Espindola
2013-01-12
Fix a regression from 171193: main cannot be overloaded.
Rafael Espindola
2013-01-12
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2013-01-12
Only produce one -Wc++98-compat warning when initializing a reference from an...
Richard Smith
2013-01-12
Fix -Wunused-comparison for comparisons in arguments to function-like macros.
Matt Beaumont-Gay
2013-01-11
Constify parameter of clang::getCursorKindForDecl
Dmitri Gribenko
2013-01-11
Reject incompatible redeclarations of extern C symbols.
Rafael Espindola
2013-01-11
Fixed an assertion failure triggered by invalid code.
Enea Zaffanella
2013-01-10
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-10
[ms-inline asm] Extend the inline asm Sema lookup interface to determine if the
Chad Rosier
2013-01-10
Provide a better warning when case value overflows.
Fariborz Jahanian
2013-01-09
Issue warning when case value is too large to fit
Fariborz Jahanian
2013-01-09
When name lookup for a redeclaration finds declarations that are known
Douglas Gregor
2013-01-09
put back diagnostics when flexible members are captured
Fariborz Jahanian
2013-01-08
Fix typo (again).
Fariborz Jahanian
2013-01-08
Remove lambda from my last patch.
Fariborz Jahanian
2013-01-08
Fixes typo in comment.
Fariborz Jahanian
2013-01-08
objectiveC blocks: It is impractical to capture
Fariborz Jahanian
2013-01-08
Clear LV cache when dropping availability attributes.
Rafael Espindola
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
Don't crash when trying to apply the availability attribute to a block.
Rafael Espindola
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
Move loop variable update.
Rafael Espindola
2013-01-08
Mark all subsequent decls used.
Rafael Espindola
2013-01-08
Use Decl::getAvailability() rather than checking for the "unavailable"
Douglas Gregor
2013-01-08
Clear the LV cache when merging the availability attribute.
Rafael Espindola
2013-01-08
Don't warn about undefined varargs argument behavior in unreachable code.
Ted Kremenek
2013-01-08
PR14838: When a member reference is bound to a temporary, don't forget to
Richard Smith
2013-01-08
Back out my no-op change from r171783.
Douglas Gregor
2013-01-07
Use the C++11 POD definition in C++11 mode to determine whether one
Douglas Gregor
2013-01-07
Use getter. Fixes the build from a bad merge.
Rafael Espindola
2013-01-07
Add support for attribute((mode(unwind_word))).
Rafael Espindola
2013-01-07
objective-C: when searching for declarations in protocol
Fariborz Jahanian
2013-01-07
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David Tweed
2013-01-05
Fixes a breakage in dejagnu++ test suite where it included
Fariborz Jahanian
2013-01-04
Fix up various builtin declaration of objc_msgSend families
Fariborz Jahanian
2013-01-03
Warn on unused auto variables.
Rafael Espindola
2013-01-03
Use early returns to reduce indentation.
Rafael Espindola
[prev]
[next]