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
Age
Commit message (
Expand
)
Author
2009-07-29
Check for identical types in C++ catch expression. Patch by Erik Verbruggen.
Sebastian Redl
2009-07-29
Use the new statement/expression profiling code to unique dependent
Douglas Gregor
2009-07-29
Incorporate feedback from Chris (on r76979).
Steve Naroff
2009-07-29
delete an undefined method.
Zhongxing Xu
2009-07-29
Code refactoring to define getCXXRecordDeclForPointerType
Fariborz Jahanian
2009-07-28
Some minor cleanups, thanks Chris.
Mike Stump
2009-07-28
Some style fixes, thanks Chris.
Mike Stump
2009-07-28
Add support for -Wmissing-noreturn.
Mike Stump
2009-07-28
Refactor the code that produces a TemplateSpecializationType, so that
Douglas Gregor
2009-07-28
Add noreturn support for blocks.
Mike Stump
2009-07-28
Add missing break statement.
Ted Kremenek
2009-07-28
Update comments.
Mike Stump
2009-07-28
Fix regression in attribute 'nonnull' checking when a transition node
Ted Kremenek
2009-07-28
Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...
Anders Carlsson
2009-07-28
Bounds checking for address spaces.
John McCall
2009-07-28
Reimplement QualifierSet using a single word, as requested by dgregor.
John McCall
2009-07-28
Implement ObjCMethodDecl::getCanonicalDecl().
Argyrios Kyrtzidis
2009-07-28
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...
Argyrios Kyrtzidis
2009-07-28
Make longjmp a real builtin.
Mike Stump
2009-07-28
Allow functions to be marked "implicit return zero" and so mark main().
John McCall
2009-07-28
Add a Profile function for statements so that we can (eventually) determine
Douglas Gregor
2009-07-28
Make sure to move the comment with the code.
Mike Stump
2009-07-27
(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"
Ted Kremenek
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-27
Add noreturn for exit.
Mike Stump
2009-07-27
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
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
Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Improve comments (Thanks Fariborz).
Mike Stump
2009-07-25
Add noreturn as a type attribute, handle printing for them and handle
Mike Stump
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-25
Flesh out the QualifierSet API.
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
More work toward initialization of objects
Fariborz Jahanian
2009-07-24
Allow front-end 'isa' access on object's of type 'id'.
Steve Naroff
2009-07-24
Add getDecl() to CallGraph and CallGraphNode.
Zhongxing Xu
2009-07-24
Constify methods.
Zhongxing Xu
2009-07-24
Implement new warning for functions declared 'noreturn' when they fall off th...
Mike Stump
2009-07-24
Mark destructor of Checker virtual.
Ted Kremenek
2009-07-23
This patch fixes the implementations of the __has_trivial_destructor
Douglas Gregor
2009-07-23
Diagnose when base classes and members to be intialized
Fariborz Jahanian
2009-07-23
Clean up the ActOnTag action, so that there is only a single entry
Douglas Gregor
2009-07-23
Add two nodes to the call graph:
Zhongxing Xu
2009-07-23
Add template specializations to view the call graph in dot format.
Zhongxing Xu
[prev]
[next]