index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang.xcodeproj
Age
Commit message (
Expand
)
Author
2007-08-31
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
Chris Lattner
2007-08-31
Added "PrinterHelper" interface (include/AST/PrinterHelper) that can
Ted Kremenek
2007-08-30
Teach the stmtdumper to dump location/range info when a SourceMgr is available.
Chris Lattner
2007-08-29
Implement GCC-compatible layout and typing of enum constants and enum decl.
Chris Lattner
2007-08-26
Fix bogus warnings (noticed by Chris) with array-constraints.c.
Steve Naroff
2007-08-26
add a new ImaginaryLiteral AST node that is used to
Chris Lattner
2007-08-25
refactor enough of the top-level parsing logic to parse and
Chris Lattner
2007-08-24
Teach emit-llvm for scalars to properly handle compound assignment
Chris Lattner
2007-08-24
Added ExprCXX.cpp
Ted Kremenek
2007-08-24
completely refactor codegen of scalar expressions out into its own CGExprScal...
Chris Lattner
2007-08-24
rename two files.
Chris Lattner
2007-08-23
detect and diagnose empty case ranges:
Chris Lattner
2007-08-23
Parse ObjC @protocol expressions.
Anders Carlsson
2007-08-21
add cfg.h/cfg.cpp to the xcode project at Ted's request.
Chris Lattner
2007-08-21
minor nicities.
Chris Lattner
2007-08-21
Implement parsing and code generation of Objective-C string literals.
Anders Carlsson
2007-08-21
Split complex arithmetic codegen out from aggregate codegen.
Chris Lattner
2007-08-21
Switch StmtVisitor from using dynamic to static dispatch. This makes it
Chris Lattner
2007-08-21
Implement code generation for constant CFStrings.
Anders Carlsson
2007-08-10
initial support for checking format strings, patch by Ted Kremenek:
Chris Lattner
2007-08-10
New file, just a placeholder for now.
Chris Lattner
2007-08-08
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-08-04
Implement codegen for __builtin_choose_expr. For example:
Chris Lattner
2007-08-03
Add a test case to validate code gen for typeof/builtin_types_compatible.
Steve Naroff
2007-07-31
add internals manual to project
Chris Lattner
2007-07-31
add two missing files to the xcode project.
Chris Lattner
2007-07-31
make isPointerType() a pure predicate, rename the
Chris Lattner
2007-07-31
Add parsing and AST support for GNU "typeof".
Steve Naroff
2007-07-24
Fix Sema::ParseCallExpr()...it wasn't doing the default array/function promot...
Steve Naroff
2007-07-24
Add a cache to SourceManager to accellerate line # lookup. This is a
Chris Lattner
2007-07-22
Fix a really subtle bug in the macro expander caching code, where
Chris Lattner
2007-07-21
Minor simplification to Expr::isLvalue().
Steve Naroff
2007-07-20
Update project for LexerToken.h -> Token.h
Chris Lattner
2007-07-18
initial layout support for structures and unions. This isn't actually
Chris Lattner
2007-07-16
Change DefaultFunctionArrayConversions and UsualUnaryConversions to return vo...
Steve Naroff
2007-07-16
Make octal constant lexing use AdvanceToTokenCharacter to give more
Chris Lattner
2007-07-13
"Someone typed "PtrToInt" where they meant "IntToPtr".
Chris Lattner
2007-07-12
Two changes...
Steve Naroff
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer