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-03-12
Driver: Add information on Driver input/temporary types.
Daniel Dunbar
2009-03-12
Driver: Add Option flags.
Daniel Dunbar
2009-03-12
Use getAsRecordType() to get around sugar types.
Zhongxing Xu
2009-03-12
Driver: Tweak option naming/def:
Daniel Dunbar
2009-03-12
Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert.
Daniel Dunbar
2009-03-12
Driver: Reorder arguments in Options.def so option name is first.
Daniel Dunbar
2009-03-12
Driver: Add ArgList::hasArg, for testing for the presence of an
Daniel Dunbar
2009-03-12
Driver: Add Option::getId and Option::matches taking an option
Daniel Dunbar
2009-03-11
Properly restore ActiveScope when we exit parsing of a block. This
Douglas Gregor
2009-03-11
Fix various problems with matching out-of-line definitions of static
Douglas Gregor
2009-03-11
Remove '[naming convention]' from bug type.
Ted Kremenek
2009-03-11
add some spaces :)
Chris Lattner
2009-03-11
Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...
Douglas Gregor
2009-03-11
don't use strtoul on a non-null-terminated string.
Chris Lattner
2009-03-11
x86_32 ABI: Don't try and expand structures with bitfields.
Daniel Dunbar
2009-03-11
Add TypedViewRegion::isBoundable() to indicate whether or not the
Ted Kremenek
2009-03-11
Code refactoring. No change in functionality.
Fariborz Jahanian
2009-03-11
More of objc2's ivar layout bitmap (Next: specific).
Fariborz Jahanian
2009-03-11
Make sure that we set the access specifier for an instantiated FieldDecl, and...
Douglas Gregor
2009-03-11
Eliminate CXXClassMemberWrapper
Douglas Gregor
2009-03-11
Eliminate CXXClassVarDecl. It doesn't add anything
Douglas Gregor
2009-03-11
Adjust for linkage name change.
Duncan Sands
2009-03-11
Implement FIXME related to <rdar://problem/6496506> Implement class setter/ge...
Steve Naroff
2009-03-11
Implement basic template instantiation for fields. Reshuffle checking
Douglas Gregor
2009-03-11
Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would
Ted Kremenek
2009-03-11
Add basic, hackish support for instantiation of typedefs in a class
Douglas Gregor
2009-03-11
Add parser support for static_assert.
Anders Carlsson
2009-03-11
Fix <rdar://problem/6655054> clang issues bogus error on property usage in a ...
Steve Naroff
2009-03-11
Fix <rdar://problem/6578665> user declared setter method should be used when ...
Steve Naroff
2009-03-11
Do not stipulate the record type is a definition in BindStruct().
Zhongxing Xu
2009-03-11
Correct for change of this name in LLVM.
Duncan Sands
2009-03-11
Fix crash when LHS of pointer arithmetic is not ElementRegion.
Zhongxing Xu
2009-03-11
RegionStore::getLValueElement: Handle the case where the signedness of the
Ted Kremenek
2009-03-11
GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the...
Ted Kremenek
2009-03-11
Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not
Ted Kremenek
2009-03-11
GRExprEngine: Add pretty-stack trace printing for crashes and assertion failu...
Ted Kremenek
2009-03-11
SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic
Ted Kremenek
2009-03-11
GRExprEngine: For places we might conjure up a new symbol to recover
Ted Kremenek
2009-03-11
Added method "canReasonAbout" to ConstraintManager. This method returns true if
Ted Kremenek
2009-03-11
Use the BugReports in BugReporter to determine the root nodes for "trim-egraph".
Ted Kremenek
2009-03-11
Clear all the linetable state in clear(), fixing problems
Chris Lattner
2009-03-11
fix PR3258 by rejecting invalid numeric operands.
Chris Lattner
2009-03-11
More Next objc2's gc ivar layout bitmap work.
Fariborz Jahanian
2009-03-11
checking for symbolic operands as well as % at end of string.
Chris Lattner
2009-03-10
position the caret properly on asm string diagnostics, e.g.:
Chris Lattner
2009-03-10
reject invalid escape characters in extended-asm strings with a nice diagnostic.
Chris Lattner
2009-03-10
Driver: Add host info (add new files).
Daniel Dunbar
2009-03-10
Add type checking for tentative definitions at the end of the
Douglas Gregor
2009-03-10
Driver: Add host info.
Daniel Dunbar
2009-03-10
add plumbing to report diagnostics back through sema for malformed asmstrings.
Chris Lattner
[prev]
[next]