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 |
2009-04-10 |
Mike Stump | Fixup codegen for nested blocks that use copy/dispose... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Fariborz Jahanian | Patch to generate meta-data for prtocol used |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Daniel Dunbar | Driver: CCC_ADD_ARGS could end up using dangling pointers. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Use getDeclName() instead of getIdentifier() (safe... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | add a new PP_MACRO_NAME hack so that I can test object... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Move a few more NonLoc static functions to ValueManager. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Default initialize 'code' instance variable to NULL. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | emit tokens, constify the Preprocessor passed down... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | emit function-like and object-like macros to the PCH... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Douglas Gregor | Add PCH sources to CMake build files |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Douglas Gregor | Various minor fixes to PCH reading and writing, with... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | improve punctuation |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | Arrange for the preprocessor to be passed down into... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | add PCH stuff to project |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | use doug's new %S thing to make this work when run... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Zhongxing Xu | Add prototype for CodeTextRegion. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Zhongxing Xu | update analyzer doc. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Zhongxing Xu | Finally nuke loc::SymbolVal. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | typos |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Anders Carlsson | Use correct alignment and size for references in record... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Wording changes. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Add blurb about attribute "analyzer_noreturn" |
commit | commitdiff | tree | snapshot |
next |