2007-10-11 |
Fariborz Jahanian | Patch to create protocol conforming class types. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | add scafolding to play around with and bring up the... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | update argument. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | rename -parse-ast-view to -ast-view |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | rename -parse-ast-print to -ast-print |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | fix a bunch of regressions I introduced :( |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Steve Naroff | Refinements to Sema::GetObjcIdType()... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Commented out header with no section body. Will write... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Added some documentation on clang CFGs. It is very... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Steve Naroff | - Make sure default return/argument types (for methods... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | avoid accessing off the end of identifiers. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Anders Carlsson | Emit a warning when the body of an if block is a NullStmt. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | clang -E should not print tokens from the predefines... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Added idea for a simple C++ checker. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | add an idea |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | resolve a fixme, by moving __builtin_va_list to a more... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Steve Naroff | Fix a latent bug in MinimalActions (created by a recent... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Steve Naroff | Remove Scope argument from ObjC actions that either... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Add a dummy for the id typedef. Steve, plz fill this... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Make a significant change to invert the control flow... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Steve Naroff | Make sure methods with no return type default to "id". |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Recognize while(1) and avoid extra blocks. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | new test |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | avoid a noop virtual method call on the hot scope popin... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Recognize "do {} while (0)" idiom and avoid extra... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Use LLVMFoldingBuilder |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Fariborz Jahanian | Remove comment about protocols and namespace no longer... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Fariborz Jahanian | Minor code clean up to make it more readable. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Update DeclKind enums to reflect ObjcProtocolDecl's... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Fariborz Jahanian | Remove addition of protocol names to declaration scopes... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | convert driver over to use Token::is/isNot APIs. fwew... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Switch lexer/pp over to new Token::is/isNot api |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | swtich to Token::is/isNot |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | switch more code to use Token::is/isNot where possible. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | switch some more of the parser over to using Token... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Add two new Token helper functions, "is" and "isNot... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Fariborz Jahanian | Added better comment about protocol list for class... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | rename some "Parse" actions to "ActOn". Move code... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Use const& for RHS. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Fix comment. Describe what it is, instead of how it... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Fariborz Jahanian | Prevent memory leak by not creating a category object... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Steve Naroff | Remove 2 protocol related actions from MinimalActions... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Fariborz Jahanian | Added a new class for Interfaces qualified by protocol... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Steve Naroff | Removed unused instance variable from FieldDecl. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Lattner | Rename FileVariable -> FileVar for consistency with... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Lattner | Move identifierTable.h to the right folder. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Steve Naroff | Convert Selector Maps/Sets to use stronger typing ... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Devang Patel | Code gen case statement ranges. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Fariborz Jahanian | Several small patches to do pretty printing for objecti... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Fariborz Jahanian | Removed unnecessary base class from some of objective... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Fariborz Jahanian | Return NULL on invalid protocol. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | remove unneeded #include |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | move IdentifierTable.h from liblex to libbasic. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | implement the Token class in the Lexer.cpp file instead... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | improve layering: |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | change calls to getMacroInfo into hasMacroDefinition... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | add a hasMacroDefinition() method to IdentifierInfo... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Remove the PPID bitfield from IdentifierInfo, shrinking... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | First step to fixing a long lived layering violation... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | The identifier shouldn't be added to the scope, the... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | classof isn't right. This is causing assertion failure... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Shrink the builtinID down by 3 bits, allowing all the... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Rename ASTStreamers.* -> ASTConsumers.* |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | simplify the interfaces to create selectors: getSelecto... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | simplify some Selector interfaces. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | move ImplementationClassInfo out of ASTContext into... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | add comments. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | switch ObjcCategoryImplDecl over to being a NamedDecl... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | introduce a new NamedDecl class, switch a couple of... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | Every decl has a SourceLocation, move the location... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Kevin | future notes & minor changes |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | simplify the interface to create ObjcClassDecl's. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | simplify the interface for creating ObjcForwardProtocolDecl |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | add a missing ; |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | stub out some printing of objc decls. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | speed up clang startup another 28% by avoiding std... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | speed up clang startup time by about 23% by avoiding... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | fix grammaro |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | edits |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | fix accidental commit |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | edits |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | various minor edits, e.g. & -> & |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Kevin | New directory. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | add a warning. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | minor edits |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Bill Wendling | Fix spacing issues. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Bill Wendling | Just say "No" to non-ASCII things. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Bill Wendling | Remove non-ASCII ' |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Kevin | 1. May fix encoding issues: server uses UTF; HTML file... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Ted Kremenek | Modifications to XCode project: |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Ted Kremenek | Removed DataflowStmtVisitor. It is no longer used... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | A message on the main page about bulding clang. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | new site -- the rest of it |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | new site |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Fariborz Jahanian | This is the first patch toward supporting protocol... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Devang Patel | Support case statement ranges. |
commit | commitdiff | tree | snapshot |
next |