aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-10-02[libclang] When indexing an AST file, only deserialize the preprocessing recordArgyrios Kyrtzidis
2012-10-02Add info in the preprocessing record whether an inclusion directiveArgyrios 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 provideArgyrios Kyrtzidis
2012-10-01availability in structured documents. TakesFariborz Jahanian
2012-09-30Remove this hack in favor of another, better way of performing the same thing.Bill Wendling
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-29For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis
2012-09-28[Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian
2012-09-27Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis
2012-09-27Use a variable to stop us from building clang testing tools.Bill Wendling
2012-09-26Have set-xcode-analyer report an error if no xcspec file could be found.Ted Kremenek
2012-09-26Make 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-26Have ASTUnit::Save() return a bool to indicate save error.Argyrios Kyrtzidis
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-09-25[libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl.Argyrios Kyrtzidis
2012-09-19ccc-analyzer: pass -stdlib=libc++ through to the analyzer.Benjamin Kramer
2012-09-18Follow up on llvm r164132.Roman Divacky
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-09-15Revert "Utilize new build system support in Xcode 4.5 for easier interposition"Ted Kremenek
2012-09-14Utilize new build system support in Xcode 4.5 for easier interpositionTed Kremenek
2012-09-14scan-build: Determine the location of the clang binary before printing help.Jordan Rose
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-09-11Just revert r163605 for now. It broke the build and had someChandler Carruth
2012-09-11Select 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-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-10Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko
2012-09-07Fixed http://llvm.org/bugs/show_bug.cgi?id=13777Alexander Kornienko
2012-09-04Revert r163083 per chandlerc's request.Joao Matos
2012-09-04Revert r163099 per chandlerc's request.Joao Matos
2012-09-03Added a new cursor for SEHLeaveStmt to libclang.Joao Matos
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos
2012-09-01[libclang] Fix indexing type alias declarations. rdar://11878406Argyrios Kyrtzidis
2012-09-01[libclang] The annotation of tokens operation visits statement nodes code-rec...Argyrios Kyrtzidis
2012-09-01Comment that clang.dll is unavailable on cygming yet.Ted Kremenek
2012-09-01c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygmin...NAKAMURA Takumi
2012-09-01Tweak link order to hopefully resolve a buildbot failure.Ted Kremenek
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Fix the build (-Wswitch violation introduced by r163013).David Blaikie
2012-08-31Normalize line endings of r163013.Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-08-30Fix C++ comment in C sourceMichael Liao
2012-08-29Use double instead of single quote to expand .Ted Kremenek
2012-08-28Fix 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 functionalChad Rosier
2012-08-25Change --with-analyzer to --use-analyzer, per sage feedback from Jordan.Ted Kremenek