Age | Commit message (Expand) | Author |
2009-06-26 | Fix failing test. | Anders Carlsson |
2009-06-26 | Fix build break. | Zhongxing Xu |
2009-06-26 | Improve error recovery in C++: when we hit 'implicit int' cases in C++, | Chris Lattner |
2009-06-26 | fix PR4452, a crash on invalid. The error recovery is still terrible in this... | Chris Lattner |
2009-06-26 | oink is dead. | Chris Lattner |
2009-06-26 | Fix another assert related to using decls. | Anders Carlsson |
2009-06-26 | rearrange more code, this avoids a token lookahead for foo< | Chris Lattner |
2009-06-26 | move some code around, no functionality change. | Chris Lattner |
2009-06-26 | simplify some code. | Chris Lattner |
2009-06-26 | When creating LookupResults, see through UsingDecls. Fixes PR4450. | Anders Carlsson |
2009-06-26 | Fix PR4448. | Anders Carlsson |
2009-06-26 | OpenCL 1.0 support: explicit casts to ext-vector types | Nate Begeman |
2009-06-26 | Remove '#include <sstream>' from libAnalysis. | Ted Kremenek |
2009-06-26 | Update method signature. | Ted Kremenek |
2009-06-26 | Unbreak build. | Ted Kremenek |
2009-06-26 | Add missing header file. | Ted Kremenek |
2009-06-26 | Implicit instantiation for function template specializations. | Douglas Gregor |
2009-06-26 | Remove orphaned header file. | Ted Kremenek |
2009-06-26 | Introduce a new concept to the static analyzer: SValuator. | Ted Kremenek |
2009-06-25 | OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL | Nate Begeman |
2009-06-25 | Write/Read new Language Options | Nate Begeman |
2009-06-25 | PCH support for OpenCL language options | Nate Begeman |
2009-06-25 | OpenCL 1.0 patch 2/N: Language options & file extension | Nate Begeman |
2009-06-25 | Test case for my last patch. | Fariborz Jahanian |
2009-06-25 | Check that index-test uses an up-to-date AST file. | Argyrios Kyrtzidis |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-25 | Add some comments and clean-up some leftover code. | Argyrios Kyrtzidis |
2009-06-25 | Patch to diagnose and Mark use of implicit default assignment operator. | Fariborz Jahanian |
2009-06-25 | OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in... | Nate Begeman |
2009-06-25 | Introduce tools/index-test. | Argyrios Kyrtzidis |
2009-06-25 | Introduce the ResolveLocationInAST function which takes an ASTContext and a S... | Argyrios Kyrtzidis |
2009-06-25 | Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist. | Argyrios Kyrtzidis |
2009-06-25 | Set the end range location of a FunctionDecl to the right paren. | Argyrios Kyrtzidis |
2009-06-25 | Fix column checking for SourceManager::getLocation(). | Argyrios Kyrtzidis |
2009-06-25 | Remove declaration for unused and unimplemented static method. | Ted Kremenek |
2009-06-25 | Extra asserts never hurt anybody, right? | Anders Carlsson |
2009-06-25 | Decltype needs to have a dependent type if the expr passed to it is type depe... | Anders Carlsson |
2009-06-25 | Explicit braces to avoid ambiguous ‘else’. | Duncan Sands |
2009-06-25 | remove RegionKills GDM. Now UnknownVal is bound to regions explicitly. | Zhongxing Xu |
2009-06-25 | Move element region retrieving logic into a separate function. | Zhongxing Xu |
2009-06-25 | Make sure install Clang headers when building clang-cc | Douglas Gregor |
2009-06-25 | Add missing dependencies to the CMake build system | Douglas Gregor |
2009-06-25 | Move all logic for retrieving ElementRegion binding into a separate method. | Zhongxing Xu |
2009-06-24 | Remove uses of std::ostream from libAnalysis. | Ted Kremenek |
2009-06-24 | Remove unneeded #includes. | Ted Kremenek |
2009-06-24 | Remove GRStateManager::GetSValAsScalarOrLoc()/GetSVal(). | Ted Kremenek |
2009-06-24 | We now support decltype (as far as I know :) | Anders Carlsson |
2009-06-24 | Backed out my last patch which caused a clang-test breakage. Will | Fariborz Jahanian |
2009-06-24 | C++ decltype support (N2343) | Anders Carlsson |
2009-06-24 | Type::getDesugaredType needs to handle decltype types. | Anders Carlsson |