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-11-17
Remove unused NoPreprocess variable.
Daniel Dunbar
2009-11-17
Remove unused program action.
Daniel Dunbar
2009-11-17
Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency.
Daniel Dunbar
2009-11-17
Add missing defaults to AnalyzerOptions.
Daniel Dunbar
2009-11-17
Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...
Daniel Dunbar
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
More const is always good.
Anders Carlsson
2009-11-17
Add a comment.
Zhongxing Xu
2009-11-17
Fix typo. Thanks Ted.
Mike Stump
2009-11-17
Add typeinfo support for T* and const T* for all builtin types T.
Mike Stump
2009-11-17
Add test to verify that the analyzer plist output is what we expect.
Ted Kremenek
2009-11-17
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-17
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-17
Fix tests after enabling -split-phi-edges.
Jakob Stoklund Olesen
2009-11-17
PR5526: Make sure to set the right cast kinds for the inserted implicit casts.
Eli Friedman
2009-11-17
When querying type qualifiers on QualType via one of the "non-local"
Douglas Gregor
2009-11-17
Ensure we peer through () when handling typeid(*p).
Mike Stump
2009-11-17
Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/...
Ted Kremenek
2009-11-17
Note why this doesn't yet work.
Mike Stump
2009-11-17
Trim spacing.
Mike Stump
2009-11-17
Since we always have 2 edges, we don't need to reserve 3 slot for the
Mike Stump
2009-11-17
Minor CFG refinements for typeid and dynamic_cast.
Mike Stump
2009-11-16
Fix up EmitMemberInitializer to handle many more cases.
Eli Friedman
2009-11-16
Testcase for dynamic_cast.
Mike Stump
2009-11-16
Reorganize EmitMemberInitializer to put anonymous unions on the common codepath.
Eli Friedman
2009-11-16
Simplify the AST a bit by skipping creating member initializers for members
Eli Friedman
2009-11-16
Make member initializers for union members work correctly.
Eli Friedman
2009-11-16
Implement dynamic_cast<void*>(E).
Mike Stump
2009-11-16
Update test, I don't know why this changed but seems innocuous.
Daniel Dunbar
2009-11-16
Trim includes.
Daniel Dunbar
2009-11-16
Store more information in HeaderSearchOptions so that its initialization is not
Daniel Dunbar
2009-11-16
clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.
Daniel Dunbar
2009-11-16
Implement a few more cases for copy constructor synthesis.
Eli Friedman
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
Clean up scalar cast kind handling; make cast kind handling explicitly handle
Eli Friedman
2009-11-16
Audit done, all the required casts are already done.
Mike Stump
2009-11-16
revert r88963.
Devang Patel
2009-11-16
Use TrackingVH to hold forward decl. This one is for RecordType.
Devang Patel
2009-11-16
Parallel fix to r88951: use TrackingVH to hold forward decl.
Eli Friedman
2009-11-16
Repair broken FindCompositePointerType. Correct early termination condition. ...
Sebastian Redl
2009-11-16
Fix valgrind uninitialized error.
Eli Friedman
2009-11-16
Use TrackingVH to hold forward decl.
Devang Patel
2009-11-16
Fix condition in LocationCheck::classof(). Thanks to Marius Wachtler for poi...
Ted Kremenek
2009-11-16
Use configure options for searching for libstdc++.
Rafael Espindola
2009-11-16
Fix members to be public.
Mike Stump
2009-11-16
Make bots happy.
Mike Stump
2009-11-16
Fix PR5488: special-case the overloaded arrow operator so that we don't try to
Eli Friedman
2009-11-16
Fixed two minor differences between clang and GCC-generated runtime structure...
David Chisnall
2009-11-16
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
Fix spelling for target triplet.
Mike Stump
[prev]
[next]