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-01-28
Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
2013-01-28
Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
2013-01-25
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-21
Add a fixit for _Noreturn main,
Dmitri Gribenko
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-19
Reapply r172878 with test case.
Ted Kremenek
2013-01-19
Whitespace.
NAKAMURA Takumi
2013-01-19
Revert r172878, "Reword warning about using a *static* variable within its ow...
NAKAMURA Takumi
2013-01-19
Reword warning about using a *static* variable within its own initialization.
Ted Kremenek
2013-01-17
Parsing support for C11's _Noreturn keyword. No semantics yet.
Richard Smith
2013-01-17
Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...
Joey Gouly
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
Implement a fixit for -Wmain-return-type
Dmitri Gribenko
2013-01-16
Delay linkage checks when validating the weakref attribute.
Rafael Espindola
2013-01-16
Check for internal weak decls after merging.
Rafael Espindola
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-15
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
PR12008: defer adding the implicit 'const' to a constexpr member function until
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
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2013-01-11
Reject incompatible redeclarations of extern C symbols.
Rafael Espindola
2013-01-10
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-09
When name lookup for a redeclaration finds declarations that are known
Douglas Gregor
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
Clear the LV cache when merging the availability attribute.
Rafael Espindola
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
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-30
Use hasCLanguageLinkage when warning about non C return types.
Rafael Espindola
2012-12-28
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-27
Implement dcl.link paragraph 5.
Rafael Espindola
2012-12-25
Add 171048 back but invalidate the cache of all redeclarations when setting
Rafael Espindola
2012-12-25
Revert r171048, "Cache visibility of decls."
NAKAMURA Takumi
2012-12-25
Cache visibility of decls.
Rafael Espindola
2012-12-23
Move a declaration closer to its use. No functionality change.
Nico Weber
2012-12-22
Add back -Wduplicate-enum which I mistakenly removed.
Ted Kremenek
2012-12-21
Don't eagerly emit a global static merged with a local extern.
Rafael Espindola
2012-12-20
Revert "Warn if a __weak variable is initialized with an Objective-C object l...
Ted Kremenek
2012-12-20
Warn if a __weak variable is initialized with an Objective-C object literal.
Ted Kremenek
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
[prev]
[next]