aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-31Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor
2010-08-31Some support for unicode string constantsFariborz Jahanian
2010-08-31Implement __has_feature(cxx_inline_namespaces)Sebastian Redl
2010-08-31Add NetBSD include search pathAnton Korobeynikov
2010-08-31Add convenience accessors for determining whether template declarations are d...John McCall
2010-08-31Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor
2010-08-31Amusingly, I missed this point of abstraction in all my earlierJohn McCall
2010-08-31Make inline namespace not be transparent after all. The concept simply doesn'...Sebastian Redl
2010-08-31Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor
2010-08-31Add libclang support for class template partial specializations,Douglas Gregor
2010-08-31Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor
2010-08-31Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr.Ted Kremenek
2010-08-31Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it...Ted Kremenek
2010-08-31AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian
2010-08-31Implement basic support for indexing function templates inDouglas Gregor
2010-08-31Add support for windows x86-64 varargs, patch by Cameron Esfahani!Chris Lattner
2010-08-31improve isHexaLiteral to work with escaped newlines and trigraphs,Chris Lattner
2010-08-31libclang indexing support for C++ constructors, destructors, andDouglas Gregor
2010-08-31Add a simple test for indexing namespacesDouglas Gregor
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-31Fix a regression that allowed clearly ill formed code. The diagnostic is stillChandler Carruth
2010-08-31Revert my lame attempt at appeasing the CFGBuilderDouglas Gregor
2010-08-31When provide code completions for a variadic Objective-C methodDouglas Gregor
2010-08-31Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr....Douglas Gregor
2010-08-31Implement the __has_nothrow trait family, by Steven Watanabe.Sebastian Redl
2010-08-31Add range of return value expression in ReturnUndefChecker. Patch by Jim Goo...Ted Kremenek
2010-08-31Enable inline namespaces in C++03 as an extension.Sebastian Redl
2010-08-31Add a forgotten place where the enclosing namespace set matters, plus a big t...Sebastian Redl
2010-08-31Enable inline namespaces in the AST.Sebastian Redl
2010-08-31Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl
2010-08-31Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare...Sebastian Redl
2010-08-31When instantiating a function type, instantiate the return type beforeDouglas Gregor
2010-08-30Add a missing return. Bug noticed by Dawn Perchik!Douglas Gregor
2010-08-30When template substitution into a template parameter reduces the levelDouglas Gregor
2010-08-30silence a warningChris Lattner
2010-08-30zap tabsGabor Greif
2010-08-30Fix PR8029, a x86-32 ABI regression in introduced in r112211Chris Lattner
2010-08-30add two more use-cases (explicit instantiation) that should pass nowGabor Greif
2010-08-30fix dual aspect of PR8007,Gabor Greif
2010-08-30Perform the function-to-pointer adjustment during template argumentDouglas Gregor
2010-08-30Translate NEON vmovn builtin to a vector truncation instead of using an llvmBob Wilson
2010-08-30Adjusted the semantics of assign checking in IdempotentOperationCheckerTom Care
2010-08-30Revert my user-defined literal commits - r1124{58,60,67} pendingSean Hunt
2010-08-30add a fixme.Chris Lattner
2010-08-30use 'features' instead of 'PP->getLangOptions'.Chris Lattner
2010-08-30Heap-allocate the attribute vectors inDouglas Gregor
2010-08-30Fix an corner-case assertion introduced by the refactoring in r112258;Douglas Gregor
2010-08-30Now that GCC will have #pragma push/pop (in GCC 4.6), allow theDouglas Gregor
2010-08-30Emulate (some of) Microsoft's looser semantic checking of exceptionDouglas Gregor
2010-08-30In Microsoft compatibility mode, don't parse the exponent as part ofDouglas Gregor