2008-06-11 |
Ted Kremenek | Included page-specific formatting for tables. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Ted Kremenek | Include side-menu. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Ted Kremenek | Minor tweaks/grammar/formatting. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Ted Kremenek | Skip a few more files and linker options. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Argyrios Kyrtzidis | Fix the setup of CodeGen/bitfield.c test. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Eli Friedman | Fix the run line for this test. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Eli Friedman | Make this test C instead of C++; making it C++ causes... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Eli Friedman | Don't include complex.h or tgmath.h for this test;... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Eli Friedman | Fix getTrueExpr for ConditionalOperator to actually... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Argyrios Kyrtzidis | -Add DeclChain member to DeclContext. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Argyrios Kyrtzidis | Make CodeGenFunction::EmitDecl() recognise CXXClass... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Argyrios Kyrtzidis | Dump the name of CXXStruct/CXXUnion/CXXClass Decl subcl... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Argyrios Kyrtzidis | -Changes to TagDecl: |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Argyrios Kyrtzidis | Added new C++ AST Decl subclasses. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Eli Friedman | Get -serialize working again, plus a bit of minor cleanup. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Ted Kremenek | Added link to Mac OS X builds. Provide instructions... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Matthijs Kooijman | Sprinkle some "-o -" clang options to make the examples... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Ted Kremenek | Add redirection page. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Sanjiv Gupta | Generate debug descriptors for array types while genera... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Eli Friedman | Add code to make test/CodeGen/struct-init.c work correc... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Eli Friedman | For struct initialization, check compatibility with... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Chris Lattner | Since this isn't linked from anywhere yet, I'm taking... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Nuno Lopes | implement the alias attirbute (in both Sema and Codegen) |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Nuno Lopes | fix compiler warnings |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Eli Friedman | Don't crash emitting an initializer for a static local... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Eli Friedman | Enable the rewriter tests on all platforms; there don... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Eli Friedman | Don't include objc.h, so the rewriter tests work on... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Chris Lattner | capture whether a CharacterLiteral was wide or not... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Chris Lattner | Fix ast dumping to work with long double literals,... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Chris Lattner | Mark the right ctor explicit, patch by Cédric Venet |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Eli Friedman | Fix crash with conversion to an address-space-qualified... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Eli Friedman | Fix the line endings in the newly added DeclBase.cpp. |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Eli Friedman | Fix Visual Studio project files; patch by Cédric Venet. |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Sanjiv Gupta | Create debug type descriptors for aggregate/enum types. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Use a common SourceManager when processing multiple... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Updated Xcode project. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Reclaim memory owned by ObjCForwardProtocolDecls. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Eli Friedman | Reorganize this loop a bit so it doesn't crash for... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Implement "Destroy" and destructor for ObjCClassDecl... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Implement "Destroy" and destructor for ObjCProtocolDecl... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Eli Friedman | Clean up dead code from SemaInit landing. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Because of a lack of a clear ownership role between... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Initial work on additional memory collection for ObjC... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Nuno Lopes | implement constant expr. sub ptr ptr |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Devang Patel | During interface layout, don't forget super class. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Devang Patel | Undo previous check-in. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Devang Patel | During interface layout, don't forget super class. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Ted Kremenek | Fix crash when running with multiple source files.... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Oops...remove weird printf:-) |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Second half of "fix" for <rdar://problem/5986085> clang... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Ted Kremenek | Ignore a few more linker arguments. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | super fix submitted by David Chisnall. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Fixed a recent test regression from last night (r51976). |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Fix <rdar://problem/5986833> clang on xcode: incompatib... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Fix <rdar://problem/5987482> clang on xcode: null deref... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Sanjiv Gupta | Emit debug information for global and static variables... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Fix trivial crasher and downgrade an error to warning... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Steve Naroff | Support "<p>" as a short-hand for "id<p>". Here's a... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | Fix crash identified by <rdar://problem/5986085>. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Devang Patel | Add ObjCInterface layout support. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | Update a test and add a FIXME. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Devang Patel | Refactoring. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Ted Kremenek | ccc-analyzer now properly eats the -install_name, ... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Ted Kremenek | Added fixmes. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | Parser::ParseObjCSynchronizedStmt() needs to Enter... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Eli Friedman | Make sure the types are consistent for a void condition... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Eli Friedman | For setting attributes, don't assume there are ParamVar... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Nuno Lopes | fix crash when codegening 'cond ? lhs : call-to-void... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Nuno Lopes | fix type of ?: operator. If one of the operator is... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Fariborz Jahanian | Fix a gcc compatibility issue which allows more protoco... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Eli Friedman | Don't assume that the type of a FunctionDecl is a Funct... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Eli Friedman | Make the width and alignment for long double consistent... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Eli Friedman | clang fix to parallel LLVM r51928 |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Ted Kremenek | Moved LangOptions from TranslationUnit to ASTContext... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | ASTContext::typesAreCompatible(): id is compatible... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | Sema::ActOnClassMessage() needs to look through it... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Argyrios Kyrtzidis | Move Decl and DeclContext implementations into a new... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | Make sure we look through categories when searching... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Steve Naroff | Give the "isa" slot a name! |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Add a few more built-in functions. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Put back my temporary hack until Eli addresses this... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Implement another property related FIXME: |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Eli Friedman | Re-fix r51907 in a way which doesn't affect valid code... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Fixup recent "super" regression. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Add a builtin. Fixes <rdar://problem/5982037> clang... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Change Expr::isIntegerConstantExpr() to allow for point... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Allow implicit pointer/int conversions on ObjCQualified... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Finish up r51900. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Allow for a GCC cast extension. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Chris Lattner | make rewrite macros insert a space when commenting... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Steve Naroff | Fix parser bug/FIXME with @catch. |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Steve Naroff | Fix <rdar://problem/5979875> clang on xcode: error... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Ted Kremenek | Use the correct 'ccc-analyzer' when the build command... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Chris Lattner | handle the full assignment-expression grammar when... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Steve Naroff | Fix <rdar://problem/5976164> clang ObjC rewriter: for... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Ted Kremenek | Teach the CF retain checker about "_init" methods.... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Ted Kremenek | Use "file_language" for per-language -x options. |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Nuno Lopes | fix decl attributes cleaning |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Argyrios Kyrtzidis | Include <string> header to allow compiling for MSVC. |
commit | commitdiff | tree | snapshot |
next |