Age | Commit message (Expand) | Author |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-02-03 | libclang: remove 'using namespace cxstring' | Dmitri Gribenko |
2013-02-03 | libclang: remove unneeded const_cast | Dmitri Gribenko |
2013-02-03 | libclang: migrate USRGenerator to ConstDeclVisitor | Dmitri Gribenko |
2013-02-02 | libclang: introduce cxstring::{createRef,createDup} for StringRefs | Dmitri Gribenko |
2013-02-01 | libclang: itroduce cxstring::createEmpty() | Dmitri Gribenko |
2013-01-26 | libclang: refactor CXStringPool: make it a class | Dmitri Gribenko |
2013-01-23 | libclang: change return type of getCursorDecl() to 'const Decl *' | Dmitri Gribenko |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-07 | [libclang] Declarations inside anonymous namespaces have internal linkage so | Argyrios Kyrtzidis |
2012-11-06 | Remove completely irrelevant code from USR generation. | Ted Kremenek |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-08-31 | Normalize line endings of r163013. | Joao Matos |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-13 | drop more llvm:: prefixes on SmallString<> | Dylan Noblesmith |
2012-02-13 | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith |
2012-02-10 | [libclang] Encode the template specialization parameters of a function | Argyrios Kyrtzidis |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-10 | [libclang] Add defensive checks to make sure we don't try to dereference | Argyrios Kyrtzidis |
2011-11-01 | [libclang] For a class extension, give it a unique USR but for any property o... | Argyrios Kyrtzidis |
2011-10-28 | Use const_cast to make it obvious that it's just removing constness (and sile... | Benjamin Kramer |
2011-10-18 | More metaprogramming with builtin types. | John McCall |
2011-10-18 | [libclang] Since an objc extension semantically continues the interface of th... | Argyrios Kyrtzidis |
2011-10-17 | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis |
2011-10-17 | Add a new placeholder type to represent "unbridged" | John McCall |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-10-12 | [libclang] Allow using getDeclCursorUSR function with a Decl* and not a cursor. | Argyrios Kyrtzidis |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-07-25 | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-05-03 | Use the canonical decl when generating the locations for USRs. | Ted Kremenek |
2011-04-29 | Guard in USRGenerator::GenLoc() against null Decl* from invalid code. | Ted Kremenek |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-05 | Don't crash when generating USRs for ObjC methods in protocols. | Ted Kremenek |
2011-02-04 | USRs for Objective-C methods use the USR of the @interface as their base, not... | Ted Kremenek |
2011-01-19 | Teach libclang to generate USRs containing parameter packs and pack expansions. | Douglas Gregor |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-18 | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer |