2009-04-14 |
Mike Stump | Fixup CodeGen for __weak __block variables. Radar... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fix build error. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Change dyn_cast<> to isa<>. Pointed out by Anders ... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | When writing a PCH file, keep track of all of the non... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Partial PCH support for FileScopeAsmDecl and BlockDecl... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | PCH support for functions and their parameters. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | Minor work related to removing the assumption that... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | Minor simplification. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | PR3461: reject initializer for incomplete type. Based... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Remove CheckBuiltinMacros script, obsoleted since we... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Ignore Output directory |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | PCH support for record decls/types and their fields... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Update to use hasAttr() instead of getAttr(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Print the number (and percentage) of identifiers read... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Introduce PCH (de-)serialization for most compound... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Reapply 68936, turned out to that clang's better debug... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Move/update recent FIXME (wrt UTF-8 checking for ObjC... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | upgrade "extra tokens at end of directive" to warn... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Fariborz Jahanian | In objc2's None-Fragile ABI, one cannot use the super... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Fixed crasher in <rdar://problem/6780904> [irgen] Asser... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Add PCH support for enumerations and enumerators. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Revert 68936, LLVM still isn't ready to handle debug... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Anders Carlsson | Use the new guard variable mangling function and get... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Anders Carlsson | Add support for mangling guard variables. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Change diagnostic as a result of researching <rdar... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Fix assertion failure in PTH when tokens followed a... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Make the reading of the line table from a PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Include the SourceManager's line table in the PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Factor the internals of SourceManager (specially, LineT... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Make the selection of type declarations in Sema::getTyp... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | the driver caught up. This makes -msse3 correctly... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | fix rdar://6774906, a crash handling implicit conversio... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Devang Patel | Enable debug info generation while optimizing. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | mention the non-standard builtin macros we support. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | implement the microsoft/gnu "__COUNTER__" macro: rdar... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | Improve error recovery for calls, fixing: |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix PR3932: [ObjC]Type defined as 'id' is not recognize... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add some more coverage. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | clean up test. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | if we already know that a decl is invalid in an @catch... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix some out of date comments pointed out by Sebastian |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix a comment typo Sebastian noticed. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add support for handling C++'0x unified initializer... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Fix some C++ error recovery problems in init declarator... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix another case that assumed that GetTypeForDeclarator... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | mark the declspec as invalid when we recover instead... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix code that incorrectly assumed that GetTypeForDeclar... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Diagnose invalid uses of tagged types with a missing... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix a valgrind problem I noticed while developing anoth... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Implement the first set of changes for PR3963 and rdar... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add a new isNull() method to DeclGroupRef. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | a few cleanups to StatementCreatesScope: unnest the... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add a new Decl::hasAttr<T>() predicate. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Fariborz Jahanian | OS dependent code removed. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Sebastian Redl | Add deleted functions and rvalue references to C++... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Sebastian Redl | Parse deleted member functions. Parsing member declarat... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Fix rdar://6770142 - Class and qualified id's are compa... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | merge protocol-test-1.m -> protocol-test-2.m |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Merge forward-circular into protocol-test-2 |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | this test is subsumed by protocol-test-2.m |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Fix rdar://6771034: don't warn on use of forward declar... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix typo in test name. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | call objc interfaces just "interfaces" in diagnostics... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | implement rdar://6780761, making sema reject some code... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Implement support for GCC's -dD mode, which dumps ... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add a ppcallback hook for macro definitions. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | now that we have an identifier table in the PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | test this in non-pch mode as well as in pch mode. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | improve location info for property stuff. In a propert... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | improve the 'conflicting types' diagnostics to include... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | pass -fblocks |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | Set proper location info on objc method arguments. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | simplify code to use adjustParameterType, apply objc... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | fix blocks to reject objc interfaces returned by value... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | diagnose attempts to return objc interfaces by-value... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | Improve the 'cannot pass objc interface by value' diagn... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | change the interface to ActOnMethodDeclaration to pass... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Fariborz Jahanian | Minor refactoring of my last patch. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | sink abstract typedefs like Action::ExprTy from the... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | add some #includes for better compatibility with gcc... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | rename Parser::ParseObjCSelector -> Parser::ParseObjCSe... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | simplify this code to not bother stripping to canonical... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Fariborz Jahanian | Fixes a ir-gen crash for K&R style blocks. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Chris Lattner | add radar number |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Ted Kremenek | analyzer: We cannot bind values to CodeTextRegions. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Daniel Dunbar | Tweak wording, input argument isn't necessarily a ... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Anders Carlsson | Don't mangle variables that are at translation unit... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Anders Carlsson | Add support for generating reference initialization... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Ted Kremenek | Add analyzer support for objc_atomicCompareAndSwap() |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Douglas Gregor | Store unique IDs for identifiers in the PCH file. Use... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Ted Kremenek | Implement analyzer support for OSCompareAndSwap. This... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Fariborz Jahanian | Non-pointer objects are none gc'able regardles of |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Douglas Gregor | Compare the predefines buffer in the PCH file with... |
commit | commitdiff | tree | snapshot |
next |