| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 15 | -5054/+0 |
| * | Teach clang_getLocation() to cope with a NULL file argument. | Douglas Gregor | 2010-04-30 | 1 | -2/+2 |
| * | Add USR support for 'static inline' functions (which can be declared in heade... | Ted Kremenek | 2010-04-29 | 1 | -5/+20 |
| * | Remove USRGenerator::VisitBlockDecl(). We don't need to generate USRs for bl... | Ted Kremenek | 2010-04-29 | 1 | -7/+0 |
| * | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 2 | -1/+11 |
| * | Make TemplateDecl and ObjCContainerDecl abstract | Douglas Gregor | 2010-04-22 | 1 | -4/+0 |
| * | CXXNamedCastExpr is actually an abstract expression. | Zhongxing Xu | 2010-04-21 | 1 | -1/+0 |
| * | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -3/+3 |
| * | Fix USRs for 'extern' variables declaration in functions/method bodies. | Ted Kremenek | 2010-04-20 | 1 | -2/+34 |
| * | Keep proper source location information for the type in an Objective-C | Douglas Gregor | 2010-04-20 | 1 | -0/+6 |
| * | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -3/+3 |
| * | Send code completion data in json format. | Ted Kremenek | 2010-04-17 | 1 | -7/+9 |
| * | Remove unneeded assertion and don't return a null CXString. | Ted Kremenek | 2010-04-17 | 1 | -3/+1 |
| * | Rework USR generation for symbols with no linkage. Many of the USRs are now ... | Ted Kremenek | 2010-04-16 | 1 | -28/+64 |
| * | Convert libCIndex to use the new native EXPORTED_SYMBOL_FILE mechanism. | Dan Gohman | 2010-04-16 | 4 | -83/+169 |
| * | Better support USRs for anonymous enums, structs, by including the location w... | Ted Kremenek | 2010-04-15 | 1 | -3/+42 |
| * | Do not generate USRs for declarations with 'no linkage' except for enums, str... | Ted Kremenek | 2010-04-15 | 1 | -7/+28 |
| * | Add optional timing logging for code completion results. This causes a UDP p... | Ted Kremenek | 2010-04-15 | 1 | -0/+87 |
| * | Add cursor kind for C++ methods. | Ted Kremenek | 2010-04-13 | 2 | -0/+3 |
| * | Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.... | Ted Kremenek | 2010-04-12 | 2 | -0/+64 |
| * | Sort exports file. | Ted Kremenek | 2010-04-12 | 1 | -3/+3 |
| * | Prune includes. | Benjamin Kramer | 2010-04-12 | 9 | -17/+22 |
| * | Add initial USR support for macro definitions. | Ted Kremenek | 2010-04-11 | 1 | -1/+11 |
| * | Augment clang_getCursorUSR() to not always expect that clang_getCursorDecl() ... | Ted Kremenek | 2010-04-11 | 1 | -5/+11 |
| * | Add CIndex support for blocks. | Ted Kremenek | 2010-04-11 | 1 | -2/+19 |
| * | CIndex: move extractUSRSuffix out of extern "C" and simplify it. | Benjamin Kramer | 2010-04-08 | 1 | -6/+4 |
| * | Fix CIndex crash on invalid code reported in <rdar://problem/7833619>. | Ted Kremenek | 2010-04-07 | 1 | -2/+3 |
| * | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor | 2010-04-05 | 2 | -5/+6 |
| * | Match MemoryBuffer API changes. | Chris Lattner | 2010-04-05 | 1 | -3/+2 |
| * | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor | 2010-04-05 | 1 | -9/+5 |
| * | Minor ASTUnit cleanups: | Douglas Gregor | 2010-04-05 | 2 | -6/+6 |
| * | Code completion results that refer to macros now get the cursor kind | Douglas Gregor | 2010-04-05 | 1 | -1/+1 |
| * | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
| * | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
| * | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
| * | Return translation units from clang_createTranslationUnitFromSource() | Ted Kremenek | 2010-03-26 | 1 | -2/+1 |
| * | Require that all Clang-based USRs start with the prefix 'c:' for the "USR spa... | Ted Kremenek | 2010-03-25 | 1 | -6/+15 |
| * | Make sure that we have File IDs for all of the unsaved files before we | Douglas Gregor | 2010-03-24 | 1 | -0/+1 |
| * | Use the cursor's ASTContext rather than the ASTContext computed from a | Douglas Gregor | 2010-03-22 | 1 | -2/+2 |
| * | Use DEFINE_SYMBOL property to control dllexport/dllimport | Kovarththanan Rajaratnam | 2010-03-22 | 1 | -2/+2 |
| * | Fix unused variable warning. | Daniel Dunbar | 2010-03-20 | 1 | -2/+1 |
| * | Optimize region-of-interest based cursor walks through the | Douglas Gregor | 2010-03-20 | 1 | -6/+49 |
| * | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor | 2010-03-19 | 1 | -24/+9 |
| * | Teach clang_getCursorKindSpelling() about CXCursor_InvalidCode. | Ted Kremenek | 2010-03-19 | 1 | -0/+2 |
| * | Make the CIndex API more resilient to being used on invalid code. | Ted Kremenek | 2010-03-19 | 3 | -9/+29 |
| * | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor | 2010-03-19 | 1 | -6/+9 |
| * | Visit preprocessing elements (macro instantiations and macro | Douglas Gregor | 2010-03-19 | 1 | -106/+48 |
| * | Revert 98907 since it is breaking buildbots. | Bob Wilson | 2010-03-19 | 1 | -45/+106 |
| * | Visit preprocessing elements (macro instantiations and macro | Douglas Gregor | 2010-03-19 | 1 | -106/+45 |
| * | Try to appease MSVC's standard library | Douglas Gregor | 2010-03-18 | 1 | -0/+14 |