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-04-09
Fix another regression introduced by changes to the analyzer's reasoning about
Ted Kremenek
2009-04-09
Refactor/cleanup reasoning of nil receivers in message expressions.
Ted Kremenek
2009-04-08
Driver: Split out CPP specific options for clang so that we don't end
Daniel Dunbar
2009-04-08
Fix <rdar://problem/6770998> make cast of super illegal (again:-)
Steve Naroff
2009-04-08
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
2009-04-08
Added a FIXME.
Fariborz Jahanian
2009-04-08
finish the implementation of -imacros. The driver still needs to be hooked up.
Chris Lattner
2009-04-08
Add code for emitting call arguments (not used yet).
Anders Carlsson
2009-04-08
We weren't generating correct code for calls to variadic member functions.
Anders Carlsson
2009-04-08
Fix buffer overrun when laying out synthesized ivars.
Daniel Dunbar
2009-04-08
Fixed a problem using property syntax on a 'super'
Fariborz Jahanian
2009-04-08
Use presumed location to get line number info.
Devang Patel
2009-04-08
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the
Ted Kremenek
2009-04-08
reject the #__include_macros directive unless it comes from the
Chris Lattner
2009-04-08
Add initial support for -imacros. Right now it has the same semantics as
Chris Lattner
2009-04-08
More fixes to builtin preprocessor defines.
Daniel Dunbar
2009-04-08
Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error-...
Steve Naroff
2009-04-08
Make sure value is initialized when built w/o asserts.
Daniel Dunbar
2009-04-08
-Wmissing-prototypes shouldn't complain about main() missing a prototype.
Douglas Gregor
2009-04-08
Darwin ld: Unconditionally add -lstdc++ if we are pretending to be
Daniel Dunbar
2009-04-08
Make debug info work when using -save-temps.
Daniel Dunbar
2009-04-08
Add a destination type argument to EmitConstantExpr. This will be used for wh...
Anders Carlsson
2009-04-08
Implementation definition of interfaces with __objc_exception attribute.
Daniel Dunbar
2009-04-08
Pointer width on targets like PIC16 is 16-bit, while the valid index size to ...
Sanjiv Gupta
2009-04-08
remove fixme!
Chris Lattner
2009-04-08
improve compatibility with VC+, patch by John Thompson!
Chris Lattner
2009-04-08
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-08
Set __PIC__ (more) correctly.
Daniel Dunbar
2009-04-08
Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.
Anders Carlsson
2009-04-08
Add basic support for arm static analysis checking. Radar 6699395
Mike Stump
2009-04-07
Driver: Fix forwarding of -fpascal-strings.
Daniel Dunbar
2009-04-07
Fix <rdar://problem/6764172> [sema] crash on invalid.
Steve Naroff
2009-04-07
Visibility attributes should only be set on definition.
Daniel Dunbar
2009-04-07
Driver: Fix forwarding of -{std,ansi,trigraphs} when there are
Daniel Dunbar
2009-04-07
Shuffle some call code around. No functionality change.
Anders Carlsson
2009-04-07
Driver: Forward remaining -f options to clang manually.
Daniel Dunbar
2009-04-07
Driver: Only forward last instance of -mmacosx-version-min= and
Daniel Dunbar
2009-04-07
Now that we have __weak defined as attribute in all modes,
Fariborz Jahanian
2009-04-07
Driver: Manually translate a number of -f with no- variants options to
Daniel Dunbar
2009-04-07
Driver: Add default for ArgList::hasFlag and simplify implementation.
Daniel Dunbar
2009-04-07
Allow us to ask for the access specifier of a translation unit
Douglas Gregor
2009-04-07
Propagte -fvisibility to objc2's class symbols.
Fariborz Jahanian
2009-04-07
Diagnose uses of function specifiers on declarations which don't declare
Eli Friedman
2009-04-07
Driver: Explicitly warn that -pg isn't supported (even though we
Daniel Dunbar
2009-04-07
Driver: Add 'q' flag for options which shouldn't be reported as unused.
Daniel Dunbar
2009-04-07
CFG: when there is not continue or break target, mark the CFG as bad.
Ted Kremenek
2009-04-07
Remove some dead code.
Anders Carlsson
2009-04-07
Fixes method name lookup when method appears in
Fariborz Jahanian
2009-04-07
Driver: Fix a parsing bug where some options were matched
Daniel Dunbar
[prev]
[next]