index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
Age
Commit message (
Expand
)
Author
2009-08-03
Per advice that Doug Gregor gave me several months ago, clean up the
Ted Kremenek
2009-08-03
Tweak diagnostic wording; patch by Sean Hunt.
Eli Friedman
2009-08-02
Produce a warning that partial ordering of function templates is not yet supp...
Douglas Gregor
2009-07-31
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
Mike Stump
2009-07-31
sp.
John McCall
2009-07-30
Support out-of-line definitions of the members of class template
Douglas Gregor
2009-07-30
PR3679 - handle #pragma weak
Ryan Flynn
2009-07-30
Add support for -Wno-long-long.
Eli Friedman
2009-07-29
Check for identical types in C++ catch expression. Patch by Erik Verbruggen.
Sebastian Redl
2009-07-28
Add support for -Wmissing-noreturn.
Mike Stump
2009-07-28
Add noreturn support for blocks.
Mike Stump
2009-07-28
Bounds checking for address spaces.
John McCall
2009-07-28
Make longjmp a real builtin.
Mike Stump
2009-07-28
Make sure to move the comment with the code.
Mike Stump
2009-07-27
Add noreturn for exit.
Mike Stump
2009-07-27
Fix typo in error message
Douglas Gregor
2009-07-25
PR3575 - warn on declared variable or function attributes after a definition,...
Ryan Flynn
2009-07-25
Implement C++ semantics for C-style and functional-style casts. This regresse...
Sebastian Redl
2009-07-25
Semantic checking for main().
John McCall
2009-07-24
Template instantiation for static data members that are defined out-of-line.
Douglas Gregor
2009-07-24
More Sema check for constructor's member initializer along
Fariborz Jahanian
2009-07-24
Implement new warning for functions declared 'noreturn' when they fall off th...
Mike Stump
2009-07-23
Diagnose when base classes and members to be intialized
Fariborz Jahanian
2009-07-22
Add warning for falling off the end of a function that should return a
Mike Stump
2009-07-22
Implement support for out-of-line definitions of the class members of class
Douglas Gregor
2009-07-22
Make -Wreturn-type be part of -Wmost and therefore -Wall.
Mike Stump
2009-07-22
"This patch implements the restrictions on union members detailed in
Douglas Gregor
2009-07-22
Implement parsing and semantic analysis for out-of-line definitions of static
Douglas Gregor
2009-07-22
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
Steve Naroff
2009-07-22
Complain if we're entering the context of a dependent nested-name-specifier but
Douglas Gregor
2009-07-21
Basic parsing and semantic analysis for out-of-line definitions of the
Douglas Gregor
2009-07-21
Diagnose when a destructor uses a unrelated class type as its name.
Fariborz Jahanian
2009-07-21
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...
Argyrios Kyrtzidis
2009-07-20
Improve message for bad destructor decl. Per Doug's comment.
Fariborz Jahanian
2009-07-20
Improve GCC compatibility by allowing static tentative definitions of
Douglas Gregor
2009-07-20
Issue a more descriptive diagnostics when mis-declaring
Fariborz Jahanian
2009-07-19
enhance the goto checker to reject jumps across __block variable definitions.
Chris Lattner
2009-07-16
codegen string literals using private linkage now like llvm-gcc, eliminating
Chris Lattner
2009-07-16
Generate error on declaration containing 'static' and '__attribute__((weak))'
Fariborz Jahanian
2009-07-15
Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...
Steve Naroff
2009-07-14
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-07-12
add push/pop semantics for diagnostics. Patch by Louis Gerbarg!
Chris Lattner
2009-07-11
Implement more of C++0x 'auto'. A variable with an auto type specifier must h...
Anders Carlsson
2009-07-09
don't crash if class is using itself as its super class.
Fariborz Jahanian
2009-07-09
Sema check on out of order object initialization of
Fariborz Jahanian
2009-07-08
Implement the simple form of overload resolution used when taking the
Douglas Gregor
2009-07-08
It's not allowed to form member pointers to members that have reference type....
Anders Carlsson
2009-07-08
fix PR4513, a build problem with VC++, patch by James Abbatiello!
Chris Lattner
2009-07-07
Implement checking of exception spec compatibility for overriding virtual fun...
Sebastian Redl
2009-07-07
Some (most) type trait expressions require that the argument passed in is a c...
Anders Carlsson
[prev]
[next]