index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sema
Age
Commit message (
Expand
)
Author
2007-08-30
Fix 80 col violations.
Chris Lattner
2007-08-30
Fix a regression on test/Sema/unused-expr.c by fixing the type predicates
Chris Lattner
2007-08-30
Fix the following redefinition errors submitted by Keith Bauer...
Steve Naroff
2007-08-29
Spaces not tabs.
Neil Booth
2007-08-29
Ensure we diagnose long long literals in C90 mode.
Neil Booth
2007-08-29
Added checking (during parsing) of comparison of floating point values using ...
Ted Kremenek
2007-08-29
Implement GCC-compatible layout and typing of enum constants and enum decl.
Chris Lattner
2007-08-29
Fix a null dereference Neil ran into
Chris Lattner
2007-08-28
Implement default argument promotions (for old-style function calls and varia...
Steve Naroff
2007-08-28
Finish converting decls over to the new invalid decl API.
Steve Naroff
2007-08-28
Move the "invalid decl" idiom up to Decl (where we have some bits to steal:-)
Steve Naroff
2007-08-28
Emit a slightly better warning for unused values for unary and binary operators:
Chris Lattner
2007-08-28
add a sourcelocation to binary operator to keep track of the location of the ...
Chris Lattner
2007-08-28
Change EnumDecl to store its corresponding integer type
Chris Lattner
2007-08-28
Fixed return-of-stack-address checker to correctly handle stack/global
Ted Kremenek
2007-08-28
extwarn about VLAs in C89 mode.
Chris Lattner
2007-08-28
c++'0x has long long also.
Chris Lattner
2007-08-28
warn about long long when in c89 mode.
Chris Lattner
2007-08-28
fix 80 col violation
Chris Lattner
2007-08-28
compute the required destination type for an enum, emitting various warnings.
Chris Lattner
2007-08-28
add a diagnostic:
Chris Lattner
2007-08-28
move a todo
Chris Lattner
2007-08-28
now that all the infrastructure is in place, enforce C99 6.8.5p3.
Chris Lattner
2007-08-28
If the condition of a for statement is promoted, make sure the
Chris Lattner
2007-08-28
Implement more thoughful error recovery when dealing with bogus declarator ty...
Steve Naroff
2007-08-27
Some minor aesthetic changes to the control flow.
Steve Naroff
2007-08-27
Fix remaining bugs with complex/float promotions.
Steve Naroff
2007-08-27
Fix a few enum-related fixme's
Chris Lattner
2007-08-27
better error recovery for non-i-c-e enum constants.
Chris Lattner
2007-08-27
Updated checker for "return of address of stack variable" to look for
Ted Kremenek
2007-08-27
Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().
Steve Naroff
2007-08-27
extwarn about decls intermixed with code in c89 mode.
Chris Lattner
2007-08-27
Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().
Steve Naroff
2007-08-27
Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...
Steve Naroff
2007-08-27
implement a fixme: __extension__ marker on decls in compound stmts.
Chris Lattner
2007-08-26
Fix %p format checking, patch by Keith Bauer.
Chris Lattner
2007-08-26
For warnings like this:
Chris Lattner
2007-08-26
Fix a bug reported by Keith Bauer
Chris Lattner
2007-08-26
Fix bogus warnings (noticed by Chris) with array-constraints.c.
Steve Naroff
2007-08-26
Break the assumption that any sort of scope (e.g. a loop scope) can
Chris Lattner
2007-08-26
require that operands to __real/__imag are complex or arithmetic. This
Chris Lattner
2007-08-26
Make parse-ast-print print the storage class and inline
Chris Lattner
2007-08-26
add a new ImaginaryLiteral AST node that is used to
Chris Lattner
2007-08-26
1.0 is double, 1.0F is a float.
Chris Lattner
2007-08-26
merge checkrelational and checkequality into CheckCompareOperands,
Chris Lattner
2007-08-26
Cases like this:
Chris Lattner
2007-08-25
Surpress the UsualUnaryConversions for compound assignment operators. This ch...
Steve Naroff
2007-08-25
Give CXXBoolLiteralExpr a type (all expressions need a valid type).
Steve Naroff
2007-08-25
Fix the test/Sema/format-strings.c regression. This code should be refactored.
Chris Lattner
2007-08-25
Fix the regression on test/Sema/cfstring.c
Chris Lattner
[prev]
[next]