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-08-25
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
Zhongxing Xu
2009-08-25
Remove a test that relies on old debug info format.
Devang Patel
2009-08-25
InitializeVarWithConstructor now returns true on failure.
Anders Carlsson
2009-08-25
BuildCXXConstructExpr now returns an OwningExprResult.
Anders Carlsson
2009-08-25
Factor building of CXXDefaultArgExpr expressions out into a separate function.
Anders Carlsson
2009-08-25
Remove Decl and CFG from ExplodedGraph. This leads to a series small changes.
Zhongxing Xu
2009-08-25
Basic support for default argument expressions for function templates.
Anders Carlsson
2009-08-25
Factor setting default arguments out into SetParamDefaultArgument.
Anders Carlsson
2009-08-25
Fix ivar layout map generation (hopefully).
Anders Carlsson
2009-08-25
Use hasDefaultArg instead of getDefaultArg.
Anders Carlsson
2009-08-25
Add Decl getter/setters for uninstantiated default arguments for function par...
Anders Carlsson
2009-08-25
Check that the default argument is well-formed before checking the initialize...
Anders Carlsson
2009-08-25
Eliminate a GCC warning
Douglas Gregor
2009-08-24
Remove #ifdef'out code.
Fariborz Jahanian
2009-08-24
Keep track of the template parameter depth properly when we have
Douglas Gregor
2009-08-24
Add test case for PR 4759.
Ted Kremenek
2009-08-24
ConstraintManager::AssumeDual now accepts a 'DefinedSVal' instead of 'SVal' for
Ted Kremenek
2009-08-24
Introduce 'DefinedSVal', an intermediate parent class between Loc/NonLoc and
Ted Kremenek
2009-08-24
Add missing '&&'...
Daniel Dunbar
2009-08-24
PR4766: Don't pass -static to 'as' on x86_64 on Darwin.
Daniel Dunbar
2009-08-24
Remove ivarlayout bitmap optimization, instead if all zeros,
Fariborz Jahanian
2009-08-24
Don't try to evaluate an expression that is type- or value-dependent while bu...
Douglas Gregor
2009-08-24
Skip transparent contexts when performing C++ name lookup
Douglas Gregor
2009-08-24
Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCas...
Anders Carlsson
2009-08-24
Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast
Anders Carlsson
2009-08-24
Pass the cast kind to ScalarExprEmitter::EmitCastExpr.
Anders Carlsson
2009-08-24
Use the right cast kind when comparing null to member pointers.
Anders Carlsson
2009-08-24
Implement support for equality comparisons (!=, ==) of member
Douglas Gregor
2009-08-24
normalize the CharacterLiteral::getLocation method name, patch
Chris Lattner
2009-08-24
Fixes pr4763.
Fariborz Jahanian
2009-08-24
More member pointer work.
Anders Carlsson
2009-08-24
Remove dead code
Anders Carlsson
2009-08-24
Try to complete a type before looking for conversion functions within
Douglas Gregor
2009-08-24
Refactor the template-instantiation logic for expressions into a
Douglas Gregor
2009-08-24
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
Improve top-level-semicolon test a bit
Douglas Gregor
2009-08-24
Top-level semicolons are allowed in C++0x. Fixes PR4755.
Douglas Gregor
2009-08-24
Make sure to adjust function template declarations to their templated
Douglas Gregor
2009-08-24
Remove TargetInfo::getTargetPrefix().
Daniel Dunbar
2009-08-24
Switch to StringRef based BitstreamWriter APIs, where appropriate.
Daniel Dunbar
2009-08-24
Remove arch normalization from Driver, this should be unnecessary now that
Daniel Dunbar
2009-08-24
Switch TargetInfo to store an llvm::Triple.
Daniel Dunbar
2009-08-24
Switch ABI selection to use llvm::Triple instead of string munging.
Daniel Dunbar
2009-08-24
fix a GCC type punning warning.
Chris Lattner
2009-08-24
prune #includes.
Chris Lattner
2009-08-23
API changes to match llvm ToT.
Chris Lattner
2009-08-23
Reenable clang using clang-cc for C++ and all archs by default.
Daniel Dunbar
2009-08-23
Fix a few tests to be -Asserts agnostic.
Daniel Dunbar
2009-08-23
Temporarily switch clang back to not using clang-cc by default for C++, and only
Daniel Dunbar
2009-08-23
Replace cerr with errs().
Benjamin Kramer
[prev]
[next]