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-09-21
Make case sorting deterministic by not depending on pointer
Chris Lattner
2007-09-20
Updated XCode project with locations of "Analysis" visitor header files.
Ted Kremenek
2007-09-19
Added support to clang driver to view ASTs using GraphViz. This
Ted Kremenek
2007-09-18
Progress on message expressions...
Steve Naroff
2007-09-17
Re-added UninitializedValues.cpp to the XCode project because the file was re...
Ted Kremenek
2007-09-17
- Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...
Steve Naroff
2007-09-17
Added ASTConsumer.h to XCode project.
Ted Kremenek
2007-09-17
Add support for ObjC keyword selectors.
Steve Naroff
2007-09-16
switch the llvm emitter to ASTConsumer interface.
Chris Lattner
2007-09-15
Initial checkin of rewriter interface. It is just stubbed out for now.
Chris Lattner
2007-09-15
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-14
Added several files to XCode project file...
Ted Kremenek
2007-09-14
Several improvement to Sema::ParseRecordBody()...
Steve Naroff
2007-09-14
Patch to store ivars into interface class object.
Fariborz Jahanian
2007-09-13
Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
Steve Naroff
2007-09-13
Patch for collecting ivars before running action on them.
Fariborz Jahanian
2007-09-12
Add ASTContext::StringMap<char> to unique selector names.
Steve Naroff
2007-09-12
Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project.
Ted Kremenek
2007-09-11
- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
Steve Naroff
2007-09-11
Change ObjcMethodDecl class derivation.
Fariborz Jahanian
2007-09-10
Some small tweaks to the recent Objc support...
Steve Naroff
2007-09-06
Added "Dead Stores", a flow-sensitive checker that checks for stores
Ted Kremenek
2007-09-06
Added an early implementation of Live-Variables analysis built on
Ted Kremenek
2007-09-05
Start implementing Actions interface for ObjC classes, instance variables, an...
Steve Naroff
2007-09-04
Simplified initializer semantic analysis by adding the following 2 methods:
Steve Naroff
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
[next]