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
2008-11-25
Only call TryAnnotateScopeToken when parsing C++.
Daniel Dunbar
2008-11-25
Handle returning complex types that get coerced. Fixes PR3131
Anders Carlsson
2008-11-25
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-25
Fix 80-col violations.
Daniel Dunbar
2008-11-25
Refactored checking on readonly property into a method.
Fariborz Jahanian
2008-11-25
Patch to allow over-riding of readonly property to
Fariborz Jahanian
2008-11-25
Remove more #ifdeffed code
Anders Carlsson
2008-11-25
Remove the #ifdeffed out code.
Anders Carlsson
2008-11-25
remove unused var
Nuno Lopes
2008-11-25
Simple parsing of exception specifications, with no semantic analysis yet
Douglas Gregor
2008-11-25
Comment fix.
Daniel Dunbar
2008-11-24
Patch to remove bogus waring when a property declaration
Fariborz Jahanian
2008-11-24
Remove an empty if and add a reminder for when we implement C++ try-catch.
Sebastian Redl
2008-11-24
Fix CFG bug where the 'increment' block for a 'for' statement would not be
Ted Kremenek
2008-11-24
Remove some bad characters from comment.
Sebastian Redl
2008-11-24
Fix the fix of revision 59974. Now array-struct.c passes too.
Sebastian Redl
2008-11-24
Fix crash of array bounds checking under 64-bit.
Sebastian Redl
2008-11-24
Remove FIXME comment.
Ted Kremenek
2008-11-24
Add support for AllocaRegion extent with GDM.
Zhongxing Xu
2008-11-24
Add utility methods.
Zhongxing Xu
2008-11-24
Cleanup code with utility method.
Zhongxing Xu
2008-11-24
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832.
Anders Carlsson
2008-11-24
Strings are NULL terminated. So the region size should plus one.
Zhongxing Xu
2008-11-24
The address of a variable is only constant if the variable has global storage.
Anders Carlsson
2008-11-24
Fix bug in the constant evaluator. Fixes PR3115.
Anders Carlsson
2008-11-24
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
simplify this code.
Chris Lattner
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
Add a comment about the signedness.
Zhongxing Xu
2008-11-24
Add getSize() support for StringRegion.
Zhongxing Xu
2008-11-23
convert some more warnings to NOTEs.
Chris Lattner
2008-11-23
remove warn_previous_declaration
Chris Lattner
2008-11-23
make the 'to match this' diagnostic a note.
Chris Lattner
2008-11-23
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
make some objc redefinition warnings more consistent: call definitions
Chris Lattner
2008-11-23
Tweak duplicate category diagnostic to work like the duplicate protocol diagn...
Chris Lattner
2008-11-23
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
add support for inserting a DeclarationName into a diagnostic directly
Chris Lattner
2008-11-23
Genericize the qualtype formating callback to support any diag argument.
Chris Lattner
2008-11-23
Add support for sending QualType's directly into diags and convert two
Chris Lattner
2008-11-23
Add out-of-bound memory access warning report code.
Zhongxing Xu
2008-11-23
Clean up code by using utility methods.
Zhongxing Xu
2008-11-22
Return false if we encounter a type we can't handle.
Anders Carlsson
2008-11-22
An expression is not foldable if it can't be fully evaluated. Fixes PR3060
Anders Carlsson
2008-11-22
Implemented ir-gen for 'implicit' properties using the new AST nodes.
Fariborz Jahanian
2008-11-22
Case values must be evaluated
Anders Carlsson
2008-11-22
Use Expr::Evaluate for case statements. Fixes PR2525
Anders Carlsson
[prev]
[next]