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