2009-08-24 |
Fariborz Jahanian | Remove #ifdef'out code. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Keep track of the template parameter depth properly... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Ted Kremenek | Add test case for PR 4759. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Ted Kremenek | ConstraintManager::AssumeDual now accepts a 'DefinedSVa... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Ted Kremenek | Introduce 'DefinedSVal', an intermediate parent class... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Add missing '&&'... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | PR4766: Don't pass -static to 'as' on x86_64 on Darwin. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Fariborz Jahanian | Remove ivarlayout bitmap optimization, instead if all... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Don't try to evaluate an expression that is type- or... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Skip transparent contexts when performing C++ name... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Anders Carlsson | Handle array to pointer decay in EmitCastExpr and get... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Anders Carlsson | Handle CK_NullToMemberPointer in ScalarExprEmitter... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Anders Carlsson | Pass the cast kind to ScalarExprEmitter::EmitCastExpr. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Anders Carlsson | Use the right cast kind when comparing null to member... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Implement support for equality comparisons (!=, ==... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | normalize the CharacterLiteral::getLocation method... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Fariborz Jahanian | Fixes pr4763. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Anders Carlsson | More member pointer work. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Anders Carlsson | Remove dead code |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Try to complete a type before looking for conversion... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Refactor the template-instantiation logic for expressio... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Torok Edwin | Fix build of clang with gcc-4.4: #include <cstdio>... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Improve top-level-semicolon test a bit |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Top-level semicolons are allowed in C++0x. Fixes PR4755. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Douglas Gregor | Make sure to adjust function template declarations... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Remove TargetInfo::getTargetPrefix(). |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Switch to StringRef based BitstreamWriter APIs, where... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Remove arch normalization from Driver, this should... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Switch TargetInfo to store an llvm::Triple. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Switch ABI selection to use llvm::Triple instead of... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | fix a GCC type punning warning. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | prune #includes. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | API changes to match llvm ToT. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Reenable clang using clang-cc for C++ and all archs... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix a few tests to be -Asserts agnostic. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Temporarily switch clang back to not using clang-cc... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Replace cerr with errs(). |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | cerr -> errs. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Tests for C++ lex.trigraph, patch by Mats! |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | use errs() instead of cerr. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Douglas Gregor | CMake: Improve installation of Clang |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Douglas Gregor | Don't install Clang libraries. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | adjust for raw_fd_ostream api change. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | Whoops, comment this out for now. I'll fix it shortly. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | More work towards zero-initializing structs that contai... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | Remove the PaddingFields member from CGRecordLayout... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Eli Friedman | Catch a few more cases of illegal comparisons. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Eli points out that we really must diagnose "void*... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | Handle CK_NullToMemberPointer casts in the constant... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anders Carlsson | Change the constant expression emitter to look at the... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anders Carlsson | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPo... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anders Carlsson | Add a -fno-elide-constructors option to clang-cc. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Type of a ?: expression whose either expression is... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Don't issue warning on multiple selector found when |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Removed couple of FIXME comments. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Removed -Wundeclared-selector and -Wreadonly-setter... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | tweak some pointer sema checking stuff (which was added... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Edward O'Callaghan | Second half of, clang, AuroraUX toolchain support. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Douglas Gregor | Implement delayed parsing for member function templates... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Updated statuc page to reflect recent implementations |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Remove 'AnalysisContext::setDecl()', as we the Decl... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Constify LocationContext* (parent) and Stmt* fields... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Add test taking the address of a member function templa... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Update Clang C++ status to better reflect what is imple... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Remove 'SelfRegion' field from both BasicStoreManager... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Implement conversion function templates, along with... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | Calculate the address point for a vtable better, and... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Refactor instantiation of destructors to use the common... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Patch to ir-gen copy assigning array members when synth... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Add LocationContext* field to VarRegion. This is neede... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Add test for out-of-line definition of a conversion... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Fix parsing for out-of-line definitions of constructors and |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Introduce support for constructor templates, which... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Patch to provide ir-gen support in copying array members |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | Testcase for a recent checkin. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | remove a dead warning. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Array member construction in prologue of user-declared |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Introduce getConstantArrayElementCount API and use... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Eagerly bind 'self' to SelfRegion. Thus we do not need... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Fix commentos |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Fix refacto. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Sanjiv Gupta | Reversing part of 79544. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Get the code decl from the initial location context. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Get the code decl from the initial location context. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | gcc told me to add these. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Tie the local check NSErrorCheck to a Decl to pave... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | We now support overriding base functions in vtables... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Remove comma at the end of enumerator list. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Argyrios Kyrtzidis | Remove TypeSpecStartLocation from VarDecl/FunctionDecl... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Make the new Objective-C "id" and "Class" redefinition... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Implement support for calling member function templates... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Center the dragon. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Make the dragon a link... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Include LLVM logo ... because dragons are cool. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | Added member arrays to more tests now that ir-gen suppo... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | Patch to ir-gen destruction of array member elements... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Douglas Gregor | Initial support for parsing and representation of membe... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | ir-gen patch to destruct array members. WIP. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
next |