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