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
2010-04-17
Fix a bug where we would sometimes incorrectly mark an vtable function as unu...
Anders Carlsson
2010-04-17
Add printName to DeclarationName which prints the human-readable name on a
Benjamin Kramer
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
revert r101568, which miscompiles this testcase, distilled from ldecod:
Chris Lattner
2010-04-17
Driver: Add missing claim() for -mllvm options.
Daniel Dunbar
2010-04-17
New test to verify that we see constant integers here.
Eric Christopher
2010-04-17
Consolidate most of the integer constant expression builtin requirement
Eric Christopher
2010-04-17
Wrap 'data' key in quotes.
Ted Kremenek
2010-04-17
Make script actually work.
Ted Kremenek
2010-04-17
Log code completion data in json format.
Ted Kremenek
2010-04-17
Send code completion data in json format.
Ted Kremenek
2010-04-17
Remove unneeded assertion and don't return a null CXString.
Ted Kremenek
2010-04-16
emit warn_char_constant_too_large at most once per literal, fixing PR6852
Chris Lattner
2010-04-16
make our existing "switch on bool" warning work for C. Since
Chris Lattner
2010-04-16
If a non-noreturn virtual member function is guaranteed not to return,
Douglas Gregor
2010-04-16
Switch Sema::FindCompositePointerType() over to InitializationSequence.
Douglas Gregor
2010-04-16
fix PR6766: codegen of var initialized with wide char
Nuno Lopes
2010-04-16
Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio...
Douglas Gregor
2010-04-16
Make Sema::BuildCXXCastArgument static, since it now only has one caller. No ...
Douglas Gregor
2010-04-16
Collapse the three separate initialization paths in
Douglas Gregor
2010-04-16
Rework USR generation for symbols with no linkage. Many of the USRs are now ...
Ted Kremenek
2010-04-16
ignore Output folder
Nuno Lopes
2010-04-16
ignore Output folder
Nuno Lopes
2010-04-16
add another test for the undef patch just for to have peace of mind :)
Nuno Lopes
2010-04-16
fix a bogus assertion exposed by a recent change: packing the
Chris Lattner
2010-04-16
emit padding as undef values, take 2
Nuno Lopes
2010-04-16
Switch the checking of implicit casts for static_cast, C-style, and
Douglas Gregor
2010-04-16
Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient
Nick Lewycky
2010-04-16
allow mapping fatal errors to errors.
Chris Lattner
2010-04-16
Kill ForceRValue once and for all
Douglas Gregor
2010-04-16
Static analyzer: Don't crash when casting a symbolic region address to a floa...
Ted Kremenek
2010-04-16
Eliminate the ForceRValue parameter from TryCopyInitialization.
Douglas Gregor
2010-04-16
Move Sema::TryCopyInitialization into a static function in
Douglas Gregor
2010-04-16
Eliminate ForceRValue parameters from reference binding. Did I mention
Douglas Gregor
2010-04-16
Silence warning.
Benjamin Kramer
2010-04-16
Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate
Douglas Gregor
2010-04-16
Eliminate the ForceRValue parameter from most of Sema's Add*Candidate
Douglas Gregor
2010-04-16
Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's ...
Douglas Gregor
2010-04-16
Eliminate the default value for the UserCast parameter of Sema::IsUserDefined...
Douglas Gregor
2010-04-16
Eliminate the Elidable parameter to PerformImplicitConversion; we
Douglas Gregor
2010-04-16
Remove this hard-coded buffer size. In some basic experiments preprocessing
Dan Gohman
2010-04-16
Make CGRecordLayoutBuilder deal with wide bit-fields. Will land tests shortly...
Anders Carlsson
2010-04-16
Remove printfs.
Anders Carlsson
2010-04-16
More work on wide bit-fields, WIP.
Anders Carlsson
2010-04-16
Add Debug+Coverage to svn:ignore.
Dan Gohman
2010-04-16
Start working on handling wide bitfields in C++
Anders Carlsson
2010-04-16
Rename the ASTContext member 'Context'.
Anders Carlsson
2010-04-16
Only predefine the macro _GNU_SOURCE in C++ mode when we're on a
Douglas Gregor
2010-04-16
tidy up
Chris Lattner
2010-04-16
Expand the argument diagnostics for too many arguments and give
Eric Christopher
[next]