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 |
2009-04-10 |
Mike Stump | Fixup copy/dispose helpers for Objective-C. Radar... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Force driver triple. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Anders Carlsson | Remove asserts that weren't really useful, and that... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Fariborz Jahanian | Fix another fallout from defining __weak unconditionally. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Don't set both readnone and readonly. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | do a dance with predefines, and finally enable reading... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Fariborz Jahanian | Fixed the test. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | move a bunch of code for initializing the predefines... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Fariborz Jahanian | Add a test case for my last patch. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | add support for reading macros. This does all the... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | make a method public |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Force triple for a number of tests that rely on __weak. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | simplify code. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Douglas Gregor | Encode the target triple in the PCH file, and check... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Add arbitrary "tags" to ProgramPoints. While this fatte... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Honor MACOSX_DEPLOYMENT_TARGET environment variable. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Douglas Gregor | Implement serialization/deserialization of LangOptions... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Fariborz Jahanian | Reject compiles for x86_64 target for MacOS versions... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Internal variables could mistakenly have "hidden" visib... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Test case for -miphoneos-version-min, also part of... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Driver: Forward -miphoneos-version-min to clang. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Support -miphoneos-version-min in clang-cc. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Support %S in Python TestRunner |
commit | commitdiff | tree | snapshot |
next |