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-12-11
Member function templates can occur after . or ->
Douglas Gregor
2009-12-11
Fix for PR5706: let mangleName deal with mangling names without identifiers
Eli Friedman
2009-12-11
Tweak code-completion results by suppressing class template
Douglas Gregor
2009-12-11
Move info vectors and add assertions in preparation of moving the vector dire...
Anders Carlsson
2009-12-11
Use GetAddrOfRTTI when getting the RTTI pointer for a base class.
Anders Carlsson
2009-12-11
Class template (partial) specializations should not show up in code completio...
Douglas Gregor
2009-12-11
Random string-related cleanups.
Benjamin Kramer
2009-12-11
Use StringRef.getAsInteger instead of temporary string + strtol. No intended ...
Benjamin Kramer
2009-12-11
Move the code for converting a member pointer to a bool so that it is usable
Eli Friedman
2009-12-11
Fix for PR5718: implement equality comparisons for member function pointers.
Eli Friedman
2009-12-11
Enhance understanding of VarRegions referenced by a block whose declarations ...
Ted Kremenek
2009-12-11
Completely evaluate malloc/free in MallocChecker.cpp.
Zhongxing Xu
2009-12-11
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
Fix a recent regression from the initialization changes.
Eli Friedman
2009-12-11
Check if the target of a using decl is already declared in this scope before
John McCall
2009-12-11
Implement access declarations. Most of the work here is parsing them, which
John McCall
2009-12-11
Fix the handling of dependent enums per C++ DR 502.
Eli Friedman
2009-12-11
Use named flags in RTTIBuilder::BuildPointerType.
Anders Carlsson
2009-12-11
When extending the lifetime of a temporary, make sure to emit a branch to the...
Anders Carlsson
2009-12-11
Use 'class' instead of 'struct'.
Zhongxing Xu
2009-12-11
When an exception needs to be freed by calling __cxa_exception_free, make sur...
Anders Carlsson
2009-12-11
FileManager: Do not cache failed stats, it is easy to construct common
Daniel Dunbar
2009-12-11
Patch to fix a crash trying to access a category name in
Fariborz Jahanian
2009-12-11
Implement just a bit more of inline assembly.
Mike Stump
2009-12-11
Fix spacing.
Mike Stump
2009-12-10
Don't complain about falling off the end of a function with an asm
Mike Stump
2009-12-10
Support unary type traits in a scalar context. Not that I've actually seen
Eli Friedman
2009-12-10
Clean up enum constants so that they're finally sane. Fixes PR3173 and a
Eli Friedman
2009-12-10
Make sure that explicitly instantiated functions get the right linkage.
Anders Carlsson
2009-12-10
Privatize class members.
Benjamin Kramer
2009-12-10
Add support for finding composite type of twp objective-c pointers
Fariborz Jahanian
2009-12-10
Improve the diagnostic when a new declaration conflicts with a using shadow
John McCall
2009-12-10
Move composite type finding of two objective-c expressions
Fariborz Jahanian
2009-12-10
Implement C++ DR437, which involves exception-specifications that name
Douglas Gregor
2009-12-10
Move initialization via initializer list over to InitializationSequences.
Douglas Gregor
2009-12-10
Implement redeclaration checking and hiding semantics for using declarations....
John McCall
2009-12-10
Fix for PR5515: allow "merging" array bounds both forwards and backwards.
Eli Friedman
2009-12-10
Mangle static variables inside Objective-C methods in Objective-C++. We curre...
Anders Carlsson
2009-12-10
Get rid of static variable.
Eli Friedman
2009-12-10
If we enter parens, colons can become un-sacred, allowing us to emit
Chris Lattner
2009-12-10
fix a more evil case of : / :: confusion arising in ?:.
Chris Lattner
2009-12-10
fix incorrect parsing of bitfields pointed out by Doug. I chose
Chris Lattner
2009-12-10
Actually store the pointer into the global variable, spotted by Eli.
Anders Carlsson
2009-12-10
Setup cleanup on eh edge out of the construction of the cleanup object
Mike Stump
2009-12-10
minimal fix for PR5743
Chris Lattner
2009-12-10
Handle emitting static variables that have reference type.
Anders Carlsson
2009-12-10
Separate generating code for static variables and global variables.
Anders Carlsson
2009-12-10
Second half of r91023, saving files is good.
Chris Lattner
2009-12-10
move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some more
Chris Lattner
2009-12-10
fix PR5740: a colon is sacred when parsing case statement expressions!
Chris Lattner
[prev]
[next]