Age | Commit message (Expand) | Author |
2010-10-22 | Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. | Douglas Gregor |
2010-10-21 | Improve the implementation of libclang's token-annotation logic for | Douglas Gregor |
2010-10-20 | Extend the preprocessing record and libclang with support for | Douglas Gregor |
2010-10-20 | Call clang_disposeTokens() when we are done with the set of tokens. | Ted Kremenek |
2010-10-18 | Introduce code completion results for Objective-C methods, both when | Douglas Gregor |
2010-10-18 | Do not use absolute path on the clang++ symlink. | Oscar Fuentes |
2010-10-17 | Use a script for creating the clang++ executable. | Oscar Fuentes |
2010-10-16 | Tweak scan-build to work with naked clang commands. | Ted Kremenek |
2010-10-15 | Add clang_getLocationForOffset() to libclang, for gives a source location fro... | David Chisnall |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-10-13 | Don't claim that things that are Objective-C keywords if preceded by an @ are... | David Chisnall |
2010-10-13 | Call InitSections when assembling. This makes clang's output match that of | Rafael Espindola |
2010-10-12 | This patch remove the Win32 XFAIL from remap-complete.c | Francois Pichet |
2010-10-12 | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor |
2010-10-11 | Eliminate CIndexer::getClangPath(), since libclang no longer depends | Douglas Gregor |
2010-10-11 | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor |
2010-10-11 | Eliminate clang_codeComplete(). libclang clients should be using the | Douglas Gregor |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-10-11 | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor |
2010-10-08 | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor |
2010-10-08 | libclang: Disable LLVM pretty stack trace functionality, which inadvertently | Daniel Dunbar |
2010-10-05 | Fix a marvelous chained AST writing bug, where we end up with the | Douglas Gregor |
2010-10-02 | Introduce a new libclang function, clang_getCursorDisplayName(), which | Douglas Gregor |
2010-10-02 | Teach clang_getCursorType() about base specifiers and other references | Douglas Gregor |
2010-10-02 | Don't add -fno-spell-checking in libclang if a spell-checking-related argumen... | Douglas Gregor |
2010-10-02 | Provide proper source location and range information for C++ base | Douglas Gregor |
2010-10-01 | Teach clang_getCursorReferenced() about Objective-C property reference | Douglas Gregor |
2010-10-01 | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor |
2010-09-30 | perform_code_completion(): fix type declaration for TU. | Dawn Perchik |
2010-09-30 | c-index-test: Run inside a separate thread iff we have pthread support, to | Daniel Dunbar |
2010-09-30 | Updated scan-build: | Tom Care |
2010-09-29 | Modified the ccc-analyzer script to print the compiler command when log level... | Tom Care |
2010-09-27 | Enable caching of global code completion results in the suggested | Douglas Gregor |
2010-09-24 | Teach libclang to enable multithreading in LLVM, since libclang clients are l... | Douglas Gregor |
2010-09-23 | Add some missing concurrency checks into libclang | Douglas Gregor |
2010-09-22 | Implement libclang API functions for retrieving the lexical and | Douglas Gregor |
2010-09-21 | Correctly register the class extension as the lexical DeclContext for ObjC me... | Ted Kremenek |
2010-09-21 | Fix indentation. | Ted Kremenek |
2010-09-21 | Check for null ObjCInterfaceDecls returned from getClassInterface() when gene... | Ted Kremenek |
2010-09-20 | Introduce a simple, substitution-based compression scheme for USRs, so | Douglas Gregor |
2010-09-17 | When traversing an InitListExpr, there may not be a syntactic form; | Douglas Gregor |
2010-09-16 | Fix a silly typo and its pasteo. Thanks to Francois Pichet for noticing my mi... | Douglas Gregor |
2010-09-16 | build: Add support for a CLANG_ORDER_FILE build variable to specify the path to | Daniel Dunbar |
2010-09-14 | I will not mix declaration and statements in C90. | Douglas Gregor |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-13 | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor |
2010-09-10 | Fix my silly sorting predicate. I hate integer-to-bool conversions | Douglas Gregor |
2010-09-10 | Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't | Daniel Dunbar |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-10 | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl |