2009-06-29 |
Chris Lattner | Fix the FloatingLiteral API to take the isexact flag... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Douglas Gregor | Move FunctionDecl::TemplateSpecializationInfo out into... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Steve Naroff | Remove ASTContext::getObjCQualifiedIdType(). |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zhongxing Xu | Invalidate the alloca region by setting its default... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zhongxing Xu | The default answer for isBoundable() should be false. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Bill Wendling | Make the StackProtector bitfield use enums instead... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Anders Carlsson | Move the check for vprintf* functions inside of SemaChe... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Chris Lattner | make these tests pass with the stack canary stuff even... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Nate Begeman | Fix incorrect AST's being produced, noticed by Eli. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Now this test case passes. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Adjust retrieve handler priority. If a field is of... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Invalidate a field of struct type by setting its defaul... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Do not crash on binding concrete integer location. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Simplify some code. As in region store, we always expec... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Bill Wendling | Add stack protector support to clang. This generates... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Nate Begeman | OpenCL 1.0 support: |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Nate Begeman | Implement feedback from Eli re: the purpose of lax... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Douglas Gregor | Improve support for overloaded operator templates. |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix the parser error hanlding for __builtin_offsetof... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Douglas Gregor | Add a Last Updated field to the C++ status page |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Fariborz Jahanian | Renamed MarcDestructorReferenced -> MarkDestructorRefer... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix screwup with my previous patch which broke tests... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix a crash with constructs like x<false>() in C++... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix a bogus error overloading an operator where the... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Anders Carlsson | Implement support for the format_arg attribute. Fixes... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Anders Carlsson | Make it possible for using decls to point to operators... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Ted Kremenek | Remove the last 'GetXXX' methods from GRStateManager. |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Douglas Gregor | Make a note of improvements to function templates |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Fariborz Jahanian | Patch to mark destructors when they are used. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Set the rest of the flags we need to perform template... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | During template argument deduction from a function... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | More auto work. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | A little template argument deduction test uncovered... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 Support: fix a bug with lvalue swizzles |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Template argument deduction is no longer responsible... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Can't have arrays of auto. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | An auto variable can't appear in its own initializer. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Implement enough of the 'auto' keyword so we can claim... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | typo |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | Revrt PR4228 fix for now. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Simplify, and fix a possible crash (never happens howev... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Fix bar title in graphs. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Improve template argument deduction for reference param... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 Support: |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Update performance numbers (missed a link) |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Update performance numbers. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Fariborz Jahanian | Minor change per Doug's comments. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 support: attributes |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Add NamedDecl::getUnderlyingDecl that can see through... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | See through UsingDecls in more places. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix failing test. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zhongxing Xu | Fix build break. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | Improve error recovery in C++: when we hit 'implicit... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | fix PR4452, a crash on invalid. The error recovery... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | oink is dead. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix another assert related to using decls. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | rearrange more code, this avoids a token lookahead... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | move some code around, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | When creating LookupResults, see through UsingDecls... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix PR4448. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 support: explicit casts to ext-vector types |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Remove '#include <sstream>' from libAnalysis. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Update method signature. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Unbreak build. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Add missing header file. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Implicit instantiation for function template specializa... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Remove orphaned header file. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Introduce a new concept to the static analyzer: SValuator. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Nate Begeman | OpenCL 1.0 Support: support "bool, true, false" tokens... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Nate Begeman | Write/Read new Language Options |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Nate Begeman | PCH support for OpenCL language options |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Nate Begeman | OpenCL 1.0 patch 2/N: Language options & file extension |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Fariborz Jahanian | Test case for my last patch. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Check that index-test uses an up-to-date AST file. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Douglas Gregor | Improved semantic analysis and AST respresentation... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Add some comments and clean-up some leftover code. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Fariborz Jahanian | Patch to diagnose and Mark use of implicit default... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Nate Begeman | OpenCL 1.0 Support, patch 1/N: upper case swizzle opera... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Introduce tools/index-test. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Introduce the ResolveLocationInAST function which takes... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Handle PCHReader::IgnorePCH, it gets returned for when... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Set the end range location of a FunctionDecl to the... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Argyrios Kyrtzidis | Fix column checking for SourceManager::getLocation(). |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Ted Kremenek | Remove declaration for unused and unimplemented static... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Anders Carlsson | Extra asserts never hurt anybody, right? |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Anders Carlsson | Decltype needs to have a dependent type if the expr... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Duncan Sands | Explicit braces to avoid ambiguous ‘else’. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zhongxing Xu | remove RegionKills GDM. Now UnknownVal is bound to... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zhongxing Xu | Move element region retrieving logic into a separate... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Douglas Gregor | Make sure install Clang headers when building clang-cc |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Douglas Gregor | Add missing dependencies to the CMake build system |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zhongxing Xu | Move all logic for retrieving ElementRegion binding... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Ted Kremenek | Remove uses of std::ostream from libAnalysis. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Ted Kremenek | Remove unneeded #includes. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Ted Kremenek | Remove GRStateManager::GetSValAsScalarOrLoc()/GetSVal(). |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Anders Carlsson | We now support decltype (as far as I know :) |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Fariborz Jahanian | Backed out my last patch which caused a clang-test... |
commit | commitdiff | tree | snapshot |
next |