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
/
AST
Age
Commit message (
Expand
)
Author
2010-04-12
Have the CXXBaseOrMemberInitializer keep track of whether an initializer init...
Anders Carlsson
2010-04-10
Fix another vbase layout bug.
Anders Carlsson
2010-04-10
Add a simple debug-only verification pass to the record layout builder.
Anders Carlsson
2010-04-10
Simplify the virtual base layout code and fix a bug where we wouldn't store t...
Anders Carlsson
2010-04-09
Fixes a regression caused by implementing cstyle methods
Fariborz Jahanian
2010-04-08
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
Fix a misuse of iterators when iterating through block's
Fariborz Jahanian
2010-04-08
Implement dependent friend function template specializations.
John McCall
2010-04-08
AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout.
Daniel Dunbar
2010-04-08
When a template (without arguments) is passed as a template type
Jeffrey Yasskin
2010-04-07
Don't emit an 'unused expression' warning for '||' and '&&' expressions that ...
Ted Kremenek
2010-04-06
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-04-06
Put type restriction on convesion to nonconforming 'id' back in
Fariborz Jahanian
2010-04-05
Match MemoryBuffer API changes.
Chris Lattner
2010-04-05
Extend the type printing policy to allow one to turn off the printing
Douglas Gregor
2010-04-05
fix PR6780, properly handling the IR {|} escapes in inline asm strings.
Chris Lattner
2010-04-02
AST: Add ObjCIvarDecl::getContainingInterface().
Daniel Dunbar
2010-04-02
Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria...
Daniel Dunbar
2010-04-02
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-01
Relax the typesafty rules of block pointers types which
Fariborz Jahanian
2010-03-31
Change the representation of dependent elaborated-type-specifiers
Douglas Gregor
2010-03-31
Extend DependentNameType with a keyword enum that specifies whether
Douglas Gregor
2010-03-31
Remove the AST statistics tracking I added yesterday; it didn't pan out.
Douglas Gregor
2010-03-31
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2010-03-31
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-30
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
Introduce new AST statistics that keep track of the number of isa (or
Douglas Gregor
2010-03-30
Add Support for 'warn_unused_result" attribute on
Fariborz Jahanian
2010-03-29
When copying a partial diagnostic into a DependentDiagnostic, allocate
Douglas Gregor
2010-03-29
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-29
When collecting virtual bases it's very important to use the canonical type o...
Anders Carlsson
2010-03-29
Fix a nasty bug in the virtual base computation which would lead to us initia...
Anders Carlsson
2010-03-29
Be a bit more consistent in using operator->
Rafael Espindola
2010-03-26
Properly account for redeclarations when explicitly instantiating class templ...
John McCall
2010-03-24
Implement a framework for the delay of arbitrary diagnostics within
John McCall
2010-03-23
Implement computation of the final overriders for each virtual
Douglas Gregor
2010-03-22
More clean up of ivars which are either in class extensions and
Fariborz Jahanian
2010-03-22
Sort calls to add_clang_library()
Kovarththanan Rajaratnam
2010-03-20
Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an
Daniel Dunbar
2010-03-19
Remove the capture, serialization, and deserialization of comment
Douglas Gregor
2010-03-19
Make the CIndex API more resilient to being used on invalid code.
Ted Kremenek
2010-03-19
Pretty-print anonymous types using their kind and presumed location.
John McCall
2010-03-18
Make PredefinedExpr::ComputeName() more robust to incorrect
Ted Kremenek
2010-03-18
Some cleanup, change diagnostic when assigning to
Fariborz Jahanian
2010-03-17
objective-c patch to provide type safty when blocks are passing or
Fariborz Jahanian
2010-03-16
Implement -Wshadow. Based on a patch by Mike M.!
John McCall
2010-03-16
Let SourceManager::getBufferData return StringRef instead of a pair of two co...
Benjamin Kramer
[next]