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
Age
Commit message (
Expand
)
Author
2009-11-02
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-11-02
Added __has_include and __has_include_next.
John Thompson
2009-11-02
Remove unused header.
Daniel Dunbar
2009-11-02
clean up namespace.
Chris Lattner
2009-11-02
Add note to FIXME about PR5371.
Edward O'Callaghan
2009-11-02
Diagnose implementation of a property declared in a category
Fariborz Jahanian
2009-11-01
When determining whether a reference to a static data member is an
Douglas Gregor
2009-11-01
Within a template, qualified name lookup can refer to a non-dependent type
Douglas Gregor
2009-10-31
Fix -pthread on dragonfly. Patch by Sascha Wildner.
Mike Stump
2009-10-31
Refine vcall/vbase ordering with vtable construction.
Mike Stump
2009-10-31
Implement "incremental" template instantiation for non-type template
Douglas Gregor
2009-10-31
Update CMake file.
Benjamin Kramer
2009-10-31
Move CheckDivZero into its own files.
Zhongxing Xu
2009-10-31
Move UndefDerefChecker into its own file.
Zhongxing Xu
2009-10-31
fix 80-col.
Zhongxing Xu
2009-10-30
Fix a crazy canonical-types bug because canonicalizing a
Douglas Gregor
2009-10-30
When looking for a copy-assignment operator to determine the cv-qualifiers on...
Douglas Gregor
2009-10-30
When a friend is declared in a dependent context, don't even try to
Douglas Gregor
2009-10-30
Improved fix for PR3844, which recovers better for class template
Douglas Gregor
2009-10-30
Tighten computation of ExprVal using ?: expression. No functionality change.
Ted Kremenek
2009-10-30
Improve diagnostics when parsing something like
Douglas Gregor
2009-10-30
Instantiate class template friends better; fixes PR5332.
Douglas Gregor
2009-10-30
Change the driver to do the Darwin triple mangling itself instead of forwarding
Daniel Dunbar
2009-10-30
Make checkers run in deterministic order.
Ted Kremenek
2009-10-30
Move NullDerefChecker.h instead a 'Checkers' subdirectory.
Ted Kremenek
2009-10-30
Move all logic for the null dereference checker from GRExprEngineInternalChec...
Ted Kremenek
2009-10-30
Include macros in code-completion results
Douglas Gregor
2009-10-30
Re-arranged some internal functions for coming __has_include changes.
John Thompson
2009-10-30
Add C++ include paths for Exherbo. Patch by Daniel Mierswa!
Benjamin Kramer
2009-10-30
Fix PR5316: make assignment expressions can be visited as lvalue. Then we
Zhongxing Xu
2009-10-30
Handle loading of field values from LazyCompoundVals in GRExprEngine::VisitMe...
Ted Kremenek
2009-10-30
warn about returning the address of a label.
Chris Lattner
2009-10-30
Get throws limping along, still a bunch of FIXMEs. Too bad we don't support c...
Anders Carlsson
2009-10-30
Fix thinko, mangleCXXRtti should obviously take a QualType!
Anders Carlsson
2009-10-30
Add CGException.cpp, to be used for exception related code generation.
Anders Carlsson
2009-10-30
mangleCXXRtti obviously needs to take a type, what was I thinking...
Anders Carlsson
2009-10-30
This patch computes composite type of two objective-c expressions
Fariborz Jahanian
2009-10-30
Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co...
Anders Carlsson
2009-10-30
Include pointee type information in the diagnostic for creating bad pointers or
John McCall
2009-10-30
Report accurate source-location information when rebuilding types during
John McCall
2009-10-29
Fix one more bug with __builtin_object_size.
Mike Stump
2009-10-29
We may need to instantiate a class template specialization as part of a deriv...
Douglas Gregor
2009-10-29
Slightly improve source-location information during template instantiation
Douglas Gregor
2009-10-29
- Add/tweak some comments.
Steve Naroff
2009-10-29
Fix some issues Daniel pointed out.
Mike Stump
2009-10-29
Properly instantiate usage of overloaded operator []. Fixes PR5345.
Sebastian Redl
2009-10-29
A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat...
John McCall
2009-10-29
Yet more instantiation-location information. Fixes PR5336.
Douglas Gregor
2009-10-29
Patch for destruction of array of objects on block exit.
Fariborz Jahanian
2009-10-29
Make sure to call CompleteConstructorCall for bases and members that are init...
Anders Carlsson
[prev]
[next]