Age | Commit message (Expand) | Author |
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-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-07 | update for api change. | Chris Lattner |
2010-04-07 | Fix CIndex crash on invalid code reported in <rdar://problem/7833619>. | Ted Kremenek |
2010-04-06 | Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ... | Ted Kremenek |
2010-04-06 | reduce indentation, tidy. | Chris Lattner |
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor |
2010-04-05 | inline in MC assembly parsers. clang -integrated-as now | Chris Lattner |
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-04-01 | Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable | Daniel Dunbar |
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-30 | Teach Clang's -cc1 option -print-stats to print LLVM statistics. | Douglas Gregor |
2010-03-30 | make -ftime-report work even in -disable-free mode. Woo, finally. | Chris Lattner |
2010-03-27 | scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctl... | Ted Kremenek |
2010-03-26 | Return translation units from clang_createTranslationUnitFromSource() | Ted Kremenek |
2010-03-25 | Add c-index-test support for printing USRs. | 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-23 | Frontend: Don't free the CompilerInstance or FrontendActions when running under | Daniel Dunbar |
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 | Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -... | Daniel Dunbar |
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 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
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 |
2010-03-18 | Try to appease MSVC | Douglas Gregor |
2010-03-18 | Explicitly link macro instantiations to macro definitions in the | Douglas Gregor |
2010-03-18 | Expose macro definitions as CIndex cursors. These can still only be | Douglas Gregor |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |
2010-03-18 | More token-annotation experimentation, preprocessing the annotated | Douglas Gregor |