|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Add clang_isPODType() for querying if the CXType is POD.  Implements <rdar://... | Ted Kremenek | 2010-07-30 | 1 | -0/+2 | 
| * | Fix an apparent bug. | Dan Gohman | 2010-07-26 | 1 | -1/+1 | 
| * | Start removing the use of smart pointers from the Parse/Sema | Douglas Gregor | 2010-07-25 | 1 | -1/+1 | 
| * | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 1 | -5/+16 | 
| * | This was still complaining about the length of the string. I've broken it here | Chandler Carruth | 2010-07-22 | 1 | -1/+2 | 
| * | Slip up long string literal | Douglas Gregor | 2010-07-20 | 1 | -1/+2 | 
| * | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -1/+63 | 
| * | Add a -code-completion-timing= mode to c-index-test, so that we can | Douglas Gregor | 2010-07-12 | 1 | -7/+15 | 
| * | Silence warning about C++-style comments. | Benjamin Kramer | 2010-06-22 | 1 | -2/+2 | 
| * | Add CXType support for querying the return type of Objective-C methods.  This... | Ted Kremenek | 2010-06-21 | 1 | -1/+1 | 
| * | Add CXType support for FunctionNoProto and FunctionProto types.  This include... | Ted Kremenek | 2010-06-21 | 1 | -6/+19 | 
| * | Introduce priorities into the code-completion results. | Douglas Gregor | 2010-05-26 | 1 | -1/+2 | 
| * | Add CXType and an initial set of supporting functions to libclang.  This expo... | Ted Kremenek | 2010-05-14 | 1 | -0/+29 | 
| * | Fix USRs for 'extern' variables declaration in functions/method bodies. | Ted Kremenek | 2010-04-20 | 1 | -3/+4 | 
| * | Rework USR generation for symbols with no linkage.  Many of the USRs are now ... | Ted Kremenek | 2010-04-16 | 1 | -1/+1 | 
| * | Add c-index-test support for printing USRs. | Ted Kremenek | 2010-03-25 | 1 | -4/+187 | 
| * | c-index-test's printing of linkage was completely broken, as was the | Douglas Gregor | 2010-03-04 | 1 | -4/+4 | 
| * | Add '-test-print-linkage-source' option to c-index-test | Ted Kremenek | 2010-03-03 | 1 | -1/+32 | 
| * | Rework the CIndex API for displaying diagnostics. Instead of printing | Douglas Gregor | 2010-02-22 | 1 | -2/+6 | 
| * | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor | 2010-02-19 | 1 | -41/+19 | 
| * | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor | 2010-02-18 | 1 | -109/+66 | 
| * | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor | 2010-02-18 | 1 | -66/+109 | 
| * | Introduce debugging/testing hook clang_enableStackTraces() into | Douglas Gregor | 2010-02-18 | 1 | -0/+1 | 
| * | Resurrect the displayDiagnostics parameter to clang_createIndex(), and | Douglas Gregor | 2010-02-18 | 1 | -6/+9 | 
| * | Introduce CIndex API functions for displaying a diagnostic, with some | Douglas Gregor | 2010-02-18 | 1 | -103/+56 | 
| * | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor | 2010-02-18 | 1 | -19/+25 | 
| * | Convert clang_getCompletionChunkText() to return a CXString. | Ted Kremenek | 2010-02-17 | 1 | -2/+6 | 
| * | Change clang_getCursorKindSpelling() to return a CXString | Ted Kremenek | 2010-02-17 | 1 | -112/+122 | 
| * | Change clang_getFileName() to return a 'CXString' instead of 'const char *'. | Ted Kremenek | 2010-02-17 | 1 | -9/+27 | 
| * | c-index-test: Pass appropriate client data. | Daniel Dunbar | 2010-02-16 | 1 | -1/+1 | 
| * | CIndex: Switch CXSourceRange to proper half-open intervals. | Daniel Dunbar | 2010-02-14 | 1 | -3/+2 | 
| * | c-index-test: Unify and always print half-open extents. | Daniel Dunbar | 2010-02-14 | 1 | -8/+7 | 
| * | c-index-test: Simplify file scanning code. | Daniel Dunbar | 2010-02-14 | 1 | -46/+28 | 
| * | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar | 2010-02-14 | 1 | -16/+25 | 
| * | Attempt to always dispose of the CXIndex object in c-index-test. | Ted Kremenek | 2010-02-11 | 1 | -3/+12 | 
| * | c-index-test: Add "none" filter, useful for performance testing. | Daniel Dunbar | 2010-02-10 | 1 | -0/+1 | 
| * | Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! | Douglas Gregor | 2010-02-08 | 1 | -8/+7 | 
| * | When printing diagnostics in c-index-test, also print source ranges | Douglas Gregor | 2010-01-29 | 1 | -2/+85 | 
| * | Switch the remaining diagnostic printing in CIndex over to the | Douglas Gregor | 2010-01-28 | 1 | -10/+9 | 
| * | Implement a diagnostics callback for the C interface to Clang, so that | Douglas Gregor | 2010-01-28 | 1 | -4/+48 | 
| * | Implement 'clang_getInclusions()' in CIndex.  This API allows clients to walk... | Ted Kremenek | 2010-01-26 | 1 | -1/+33 | 
| * | Eliminate clang_getInstantiationLocationOffset(), and instead add an | Douglas Gregor | 2010-01-26 | 1 | -8/+8 | 
| * | Implement clang_annotateTokens(), which associates cursors with each | Douglas Gregor | 2010-01-26 | 1 | -1/+6 | 
| * | Add 'PostVisitTU' callback hook to 'perform_test_load()' to allow a special c... | Ted Kremenek | 2010-01-26 | 1 | -9/+21 | 
| * | Allow the 'visitor' argument to 'perform_test_load()' to be NULL.  The | Ted Kremenek | 2010-01-26 | 1 | -18/+22 | 
| * | Introduce a CIndex API for lexing the raw tokens within a given source | Douglas Gregor | 2010-01-26 | 1 | -30/+151 | 
| * | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor | 2010-01-23 | 1 | -102/+112 | 
| * | Yet more CIndex API cleanup: | Douglas Gregor | 2010-01-22 | 1 | -4/+13 | 
| * | Stash a CXXUnit pointer into each cursor. This allows us to simplify | Douglas Gregor | 2010-01-20 | 1 | -1/+1 | 
| * | Switch c-index-test from clang_loadDeclaration() and | Douglas Gregor | 2010-01-20 | 1 | -55/+44 |