index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-10-10
Fix 80 col violations.
Chris Lattner
2007-10-10
fix a bunch of regressions I introduced :(
Chris Lattner
2007-10-10
Refinements to Sema::GetObjcIdType()...
Steve Naroff
2007-10-10
Commented out header with no section body. Will write this eventually.
Ted Kremenek
2007-10-10
Added some documentation on clang CFGs. It is very rough.
Ted Kremenek
2007-10-10
- Make sure default return/argument types (for methods) default to "id".
Steve Naroff
2007-10-10
avoid accessing off the end of identifiers.
Chris Lattner
2007-10-10
Emit a warning when the body of an if block is a NullStmt.
Anders Carlsson
2007-10-10
clang -E should not print tokens from the predefines buffer.
Chris Lattner
2007-10-10
Updated VC++ build system.
Hartmut Kaiser
2007-10-10
Added idea for a simple C++ checker.
Ted Kremenek
2007-10-10
add an idea
Chris Lattner
2007-10-10
resolve a fixme, by moving __builtin_va_list to a more logical
Chris Lattner
2007-10-10
Fix a latent bug in MinimalActions (created by a recent name change).
Steve Naroff
2007-10-10
Remove Scope argument from ObjC actions that either don't need it or can now ...
Steve Naroff
2007-10-09
Add a dummy for the id typedef. Steve, plz fill this in. :)
Chris Lattner
2007-10-09
Make a significant change to invert the control flow handling
Chris Lattner
2007-10-09
Make sure methods with no return type default to "id".
Steve Naroff
2007-10-09
Recognize while(1) and avoid extra blocks.
Devang Patel
2007-10-09
new test
Devang Patel
2007-10-09
avoid a noop virtual method call on the hot scope poping path.
Chris Lattner
2007-10-09
Recognize "do {} while (0)" idiom and avoid extra basic blocks.
Devang Patel
2007-10-09
Use LLVMFoldingBuilder
Devang Patel
2007-10-09
Remove comment about protocols and namespace no longer relevant.
Fariborz Jahanian
2007-10-09
Minor code clean up to make it more readable.
Fariborz Jahanian
2007-10-09
Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change.
Chris Lattner
2007-10-09
Remove addition of protocol names to declaration scopes, use a separate
Fariborz Jahanian
2007-10-09
convert driver over to use Token::is/isNot APIs. fwew, all done.
Chris Lattner
2007-10-09
Switch lexer/pp over to new Token::is/isNot api
Chris Lattner
2007-10-09
swtich to Token::is/isNot
Chris Lattner
2007-10-09
switch more code to use Token::is/isNot where possible.
Chris Lattner
2007-10-09
switch some more of the parser over to using Token::is and isNot
Chris Lattner
2007-10-09
Add two new Token helper functions, "is" and "isNot". This allows us to write
Chris Lattner
2007-10-09
Added better comment about protocol list for class ObjcQualifiedInterfaceType.
Fariborz Jahanian
2007-10-09
rename some "Parse" actions to "ActOn". Move code around in
Chris Lattner
2007-10-09
Use const& for RHS.
Devang Patel
2007-10-09
Fix comment. Describe what it is, instead of how it is used.
Devang Patel
2007-10-09
Prevent memory leak by not creating a category object when there is a
Fariborz Jahanian
2007-10-08
Remove 2 protocol related actions from MinimalActions (protocols shouldn't be...
Steve Naroff
2007-10-08
Added a new class for Interfaces qualified by protocol list.
Fariborz Jahanian
2007-10-08
Removed unused instance variable from FieldDecl.
Steve Naroff
2007-10-08
Rename FileVariable -> FileVar for consistency with its class name,
Chris Lattner
2007-10-08
add a comment.
Chris Lattner
2007-10-08
Move identifierTable.h to the right folder.
Chris Lattner
2007-10-08
Convert Selector Maps/Sets to use stronger typing (now that we have DenseMapI...
Steve Naroff
2007-10-08
Code gen case statement ranges.
Devang Patel
2007-10-08
Several small patches to do pretty printing for objective-c top-level decls
Fariborz Jahanian
2007-10-08
Removed unnecessary base class from some of objective-c classes:
Fariborz Jahanian
2007-10-08
Return NULL on invalid protocol.
Fariborz Jahanian
[next]