2009-01-09 |
Ted Kremenek | Invert assertion condition. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Temporarily revert r61956 and r61957 (PTH tests failing). |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Enhance -fsyntax-only test of Carbon.h to also include... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Enhance -fsyntax-only test of Cocoa.h to also include... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | PTH: For the cached spellings of literals, store one... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Anders Carlsson | Add mm_malloc.h, patch by Sam Weinig. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Fariborz Jahanian | Place warning about 'readonly' property attributes... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Douglas Gregor | Revert my previous, failed attempt to pretty-print... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Douglas Gregor | Remove double-insertion of EnumConstantDecls. Thanks... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Added iterator mechanism to ObjCContainerDecl to iterat... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Douglas Gregor | Unify the code for defining tags in C and C++, so that... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Steve Naroff | Add missing castToDeclContext/castFromDeclContext hooks. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Steve Naroff | Remove a dead decl. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Steve Naroff | Move FIXME to a better location. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Steve Naroff | Removed ObjCContainerDecl::getPropertyMethods()...doesn... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Steve Naroff | Remove redundant method context (now that ObjCMethodDec... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Initialized member variable 'Implicit' in Decl's ctor. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Steve Naroff | This is a large/messy diff that unifies the ObjC AST... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Zhongxing Xu | Add isSubRegionOf() method to SubRegion. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Zhongxing Xu | Fix comment because we could have arbitrary number... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | PTH: Hook up getSpelling() caching in PTHLexer. This... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | PTH: |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Remove debugging variable I forgot to remove in my... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Cache the "spellings" of string, character, and numeric... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Refactor CacheTokens to use a PTHWriter class that... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Fariborz Jahanian | Objc's compatibility-alias semantics and code |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Ted Kremenek | Update some doxygen comments to be more rich. Remove... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Ted Kremenek | Refactor MemRegionManager instance variable into parent... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | Fix PR clang/3291 |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | Fix printing of member references to avoid displaying... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Fariborz Jahanian | Don't ICE when messaging on 'super' receiver when class |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Fariborz Jahanian | Another nasty code gen. bug with trivial fix. Calling... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | Finished semantic analysis of anonymous unions in C++. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Daniel Dunbar | ccc: Make proper synthetic arguments in places we have... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Daniel Dunbar | ccc: Change Command to take list of strings for argv... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Steve Naroff | ObjC AST cleanups/simplifications (phase 1). |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | Use DeclContext::getLookupContext wherever necessary... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | Test case for anonymous unions in C++ |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | When determining whether a variable is a file-scoped... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Daniel Dunbar | ccc: Extend ArgList to support indexing into a syntheti... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Daniel Dunbar | ccc: Refactor so that all accesses to actual input... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Douglas Gregor | Initial implementation of anonymous unions (and, as... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Ted Kremenek | This commit reflects changes to the retain/release... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Daniel Dunbar | ccc (old): Pass -arch through to assembler if given. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Douglas Gregor | Allow Objective-C entities to be declared within a... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Ted Kremenek | SourceManager: Implement "lazy" creation of MemBuffers... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Ted Kremenek | Remove redunant (and incorrect) call to SourceManager... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Steve Naroff | Another tweak to handle the MS extensions (<rdar:/... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Ted Kremenek | Add whitespace to silence the following warning in... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Ted Kremenek | Return UnknownVal in RegionStoreManager::getSizeInEleme... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Fariborz Jahanian | Couple of code gen. fixes in ObjC's colection-statement... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Steve Naroff | Fix <rdar://problem/5956221> clang ObjC rewriter: Micro... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Cedric Venet | Fix a typo. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | - Various comment typo fixes in Sema.h |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | it is ok to insert empty source ranges into diagnostics... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | simplify some code using 'continue' and the new 'isInId... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Douglas Gregor | Minor tweaks to the transparent declcontext patch |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | rename MaybeParseCXXScopeSpecifier -> ParseOptionalCXXS... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | minor code cleanups, reduce indentation since 'if'... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Daniel Dunbar | ccc: Remove ValueArg::setValue, this is no longer used. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Daniel Dunbar | ccc: Track last actual argument instance for each optio... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | document annotation tokens. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | Make Token::setLength assert that the token is not... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Douglas Gregor | Oops. Un-publicify SrcMgr::ContentCache::Buffer. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Douglas Gregor | Add QualifiedDeclRefExpr, which retains additional... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | rename tok::annot_qualtypename -> tok::annot_typename... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | add TypeTraits.h to the Xcode project |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Chris Lattner | use getBuffer() to fix compile error. Ted, please... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Daniel Dunbar | ccc: Use dummy InputOption and UnknownOption classes... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Ted Kremenek | Misc changes to SourceManager::ContentCache: |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Daniel Dunbar | ccc: Introduce ArgList for keeping input argv & parsed... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | rename these tests to match the attribute. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | Optimize stringification a bit to avoid std::string... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Remainder is only valid on integer vector operands. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Back out code for handling VectorType's in getFloatingRank. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Use CheckVectorOperands when % is applied to a vector... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Implement getFloatingRank() for extended vectors. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Sebastian Redl | Silence a GCC warning |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Sebastian Redl | PODness and Type Traits |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Daniel Dunbar | Add prototype ccc rewrite. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Douglas Gregor | Add forgotten test case for linkage specifications |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Douglas Gregor | Introduce support for "transparent" DeclContexts, which are |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | simplify Preprocessor::getSpelling now that identifiers... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Douglas Gregor | Fix an uninitialized-variable warning |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | remove optimization to avoid looking ahead for cases... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | Rearrange some code in TryAnnotateTypeOrScopeToken... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | Fix a bug where we'd try to look beyond the current... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Anders Carlsson | Pass '-undefined- to the linker |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToke... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Anders Carlsson | Generate debug info for VLA types |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | add a testcase |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | ParseCXXSimpleTypeSpecifier can only be called on thing... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Chris Lattner | sink a call to TryAnnotateCXXScopeToken down into the |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | Simplify some control flow and remove a call to TryAnno... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | code simplification |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Chris Lattner | sink calls to TryAnnotateTypeOrScopeToken down into... |
commit | commitdiff | tree | snapshot |
next |