Age | Commit message (Expand) | Author |
2012-10-02 | [libclang] When indexing an AST file, only deserialize the preprocessing record | Argyrios Kyrtzidis |
2012-10-02 | Add info in the preprocessing record whether an inclusion directive | Argyrios Kyrtzidis |
2012-10-02 | [libclang] Even though we disable the preprocessing record during indexing, | Argyrios Kyrtzidis |
2012-10-02 | [libclang] Implement the importedASTFile indexing callback to provide | Argyrios Kyrtzidis |
2012-10-01 | availability in structured documents. Takes | Fariborz Jahanian |
2012-09-30 | Remove this hack in favor of another, better way of performing the same thing. | Bill Wendling |
2012-09-29 | Move the 'find macro by spelling' infrastructure to the Preprocessor class and | Dmitri Gribenko |
2012-09-29 | For PPCallbacks::InclusionDirective() add a parameter for the module, whenever | Argyrios Kyrtzidis |
2012-09-28 | [Doc parsing] Add availability information to generated Comment XML. | Fariborz Jahanian |
2012-09-27 | Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-... | Argyrios Kyrtzidis |
2012-09-27 | Use a variable to stop us from building clang testing tools. | Bill Wendling |
2012-09-26 | Have set-xcode-analyer report an error if no xcspec file could be found. | Ted Kremenek |
2012-09-26 | Make set-xcode-analyzer more tolerant of the naming differenes reported by xc... | Ted Kremenek |
2012-09-26 | [libclang] Remove the ParentKind cursor kind from code-completion results. | Argyrios Kyrtzidis |
2012-09-26 | Have ASTUnit::Save() return a bool to indicate save error. | Argyrios Kyrtzidis |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-09-25 | [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl. | Argyrios Kyrtzidis |
2012-09-19 | ccc-analyzer: pass -stdlib=libc++ through to the analyzer. | Benjamin Kramer |
2012-09-18 | Follow up on llvm r164132. | Roman Divacky |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-09-15 | Revert "Utilize new build system support in Xcode 4.5 for easier interposition" | Ted Kremenek |
2012-09-14 | Utilize new build system support in Xcode 4.5 for easier interposition | Ted Kremenek |
2012-09-14 | scan-build: Determine the location of the clang binary before printing help. | Jordan Rose |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
2012-09-11 | Just revert r163605 for now. It broke the build and had some | Chandler Carruth |
2012-09-11 | Select the correct, or, failing that, compatible, dialect when invoked as cc, | David Chisnall |
2012-09-10 | [libclang] Do index 'extern' declarations inside functions. | Argyrios Kyrtzidis |
2012-09-10 | Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. | Dmitri Gribenko |
2012-09-10 | Workaround for MacOSX build failure with gcc <= 4.4 | Alexander Kornienko |
2012-09-07 | Fixed http://llvm.org/bugs/show_bug.cgi?id=13777 | Alexander Kornienko |
2012-09-04 | Revert r163083 per chandlerc's request. | Joao Matos |
2012-09-04 | Revert r163099 per chandlerc's request. | Joao Matos |
2012-09-03 | Added a new cursor for SEHLeaveStmt to libclang. | Joao Matos |
2012-09-02 | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos |
2012-09-01 | [libclang] Fix indexing type alias declarations. rdar://11878406 | Argyrios Kyrtzidis |
2012-09-01 | [libclang] The annotation of tokens operation visits statement nodes code-rec... | Argyrios Kyrtzidis |
2012-09-01 | Comment that clang.dll is unavailable on cygming yet. | Ted Kremenek |
2012-09-01 | c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygmin... | NAKAMURA Takumi |
2012-09-01 | Tweak link order to hopefully resolve a buildbot failure. | Ted Kremenek |
2012-09-01 | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek |
2012-08-31 | Normalize line endings of r163013 (part 2). | Joao Matos |
2012-08-31 | Fix the build (-Wswitch violation introduced by r163013). | David Blaikie |
2012-08-31 | Normalize line endings of r163013. | Joao Matos |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-08-30 | Fix C++ comment in C source | Michael Liao |
2012-08-29 | Use double instead of single quote to expand . | Ted Kremenek |
2012-08-28 | Fix passing of -analyzer-max-loop from scan-build to clang. | Ted Kremenek |
2012-08-28 | [libclang] When determining the cursor via a location, ignore synthesized iva... | Argyrios Kyrtzidis |
2012-08-27 | [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional | Chad Rosier |
2012-08-25 | Change --with-analyzer to --use-analyzer, per sage feedback from Jordan. | Ted Kremenek |