index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-10-05
Provide a common set of routines in Version.h that return Subversion
Douglas Gregor
2009-10-05
Pre-commit commit to get URL keyword expansion for Clang version information
Douglas Gregor
2009-10-05
- Fix assert in clang_getCursorDecl (having to do with recently added ObjC_Pr...
Steve Naroff
2009-10-05
Use new predicates for some type equality tests.
Benjamin Kramer
2009-10-05
Add a -nostdclanginc flag to clang-cc that prevents it from searching
Rafael Espindola
2009-10-03
Pass the canonical method decl to GetVtableIndex. Fixes PR5120.
Anders Carlsson
2009-10-03
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-10-03
Create CXXMemberCallExpr for pointer-to-member calls.
Anders Carlsson
2009-10-03
Ignore No-op casts when evaluating lvalue expressions. Fixes PR5122.
Anders Carlsson
2009-10-03
Teach AggExprEmitter about pointers to member functions.
Anders Carlsson
2009-10-03
Handle base-to-derived casts of member function pointers in CGExprConstant.cpp
Anders Carlsson
2009-10-03
Handle members to function pointers in CGExprConstant.
Anders Carlsson
2009-10-03
Move some functions from CodeGenFunctions to CodeGenModule so they can be use...
Anders Carlsson
2009-10-03
Rewrite member function pointer test not to rely on -O2.
Anders Carlsson
2009-10-02
Fix typo.
Benjamin Kramer
2009-10-02
FileCheckize test case.
Benjamin Kramer
2009-10-02
Don't update the struct alignment when adding fields to a packed struct. Fixe...
Anders Carlsson
2009-10-02
More magic pixie dust.
Mike Stump
2009-10-02
Fix up debug information for block pointers a bit more.
Mike Stump
2009-10-02
When building constant structs, check if the resulting LLVM struct will be bi...
Anders Carlsson
2009-10-01
Make sure to free the explicit template arguments provided for an
Douglas Gregor
2009-10-01
- Remove Sema::FindMethodInNestedImplementations().
Steve Naroff
2009-10-01
When the return type of a function is dependent, don't perform any
Douglas Gregor
2009-10-01
Implement a FIXME. This improves codegen just a tad.
Mike Stump
2009-10-01
enumerator value of 0 is not a null pointer constant for
Fariborz Jahanian
2009-10-01
CodeGen may see out-of-line declarations of the various special member
Douglas Gregor
2009-10-01
Patch to implement static casting which requires one
Fariborz Jahanian
2009-10-01
Set __EXCEPTIONS by checking on darwin's triple.
Fariborz Jahanian
2009-10-01
Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves!
Ted Kremenek
2009-10-01
Move the "needs exception support" logic to clang. This also fixes
Rafael Espindola
2009-10-01
Fix a lame regression in IR gen for C++ delete expressions. PR5102
Douglas Gregor
2009-10-01
Add support for class and protocol references.
Steve Naroff
2009-10-01
A couple of refinements for laying out debug information for
Mike Stump
2009-10-01
Anonymous namespaces, sema + codegen. A lot of semantics are still broken,
John McCall
2009-09-30
Improve template argument deduction in the case where the parameter
Douglas Gregor
2009-09-30
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-09-30
Tweak CHECK lines to eliminate a failure on i686-apple-darwin10
Douglas Gregor
2009-09-30
Issue good diagnostics when initializing a refernce type with
Fariborz Jahanian
2009-09-30
Add an error for function parameters that have a qualified address space sinc...
Tanya Lattner
2009-09-30
fix line #'s
Chris Lattner
2009-09-30
add some more popular examples, color code warning: and error: like the comma...
Chris Lattner
2009-09-30
Convert from nonportable grep to filecheck, patch by John Thompson
Chris Lattner
2009-09-30
Update C++ status page
Douglas Gregor
2009-09-30
Note location of operators caused the circularity.
Fariborz Jahanian
2009-09-30
<rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a...
Fariborz Jahanian
2009-09-30
update copyright.
Chris Lattner
2009-09-30
Improve debugging information for BlockDeclRefExpr. WIP. Given this
Mike Stump
2009-09-30
Spare the processors of those poor wretches who have no choice but to write
John McCall
2009-09-30
Detect operator-> chains of arbitrary length. Use a terrible data structure
John McCall
2009-09-30
self-referecing operator '->' member function was causing
Fariborz Jahanian
[prev]
[next]