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