aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-06-18Remove more unnecessary dependencies now that the Frontend -> ARCMigrateChandler Carruth
2011-06-18tools/arcmt-test: Don't attempt to link redundant libclang (clang-c).NAKAMURA Takumi
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis
2011-06-16Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth
2011-06-16c-index-test also depends on ARCMigrate, oh boyJohn McCall
2011-06-16ARCMigrate depends on libAnalysis, and on unhelpful linkers must appearJohn McCall
2011-06-16Grr. Of course libARCMigrate depends on libRewrite. This is a lot to beJohn McCall
2011-06-16[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis
2011-06-16libFrontend depends on ARCMigrate, so link it into libclang.John McCall
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-06-15Automatic Reference Counting.John McCall
2011-06-04Add support for builtin astype:Tanya Lattner
2011-06-03Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor
2011-05-27Objective-C doesn't consider the use of incomplete types as methodDouglas Gregor
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2011-05-24Implement a new type node, UnaryTransformType, designed to represent aSean Hunt
2011-05-19Support -fatal-warnings for the assembler frontendJoerg Sonnenberger
2011-05-17Do some safety checks.Argyrios Kyrtzidis
2011-05-13Add c-index-test printing and tests for static and virtual methodDouglas Gregor
2011-05-12Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen!Douglas Gregor
2011-05-06Modify some deleted function methods to better reflect reality:Sean Hunt
2011-05-06Introduce a new libclang parsing flag,Douglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-05-05When the environment variable LIBCLANG_RESOURCE_USAGE is set, teachDouglas Gregor
2011-05-04Enhance clang_getCXTUResourceUsage() to return the amount of memory used by t...Ted Kremenek
2011-05-04Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor
2011-05-03Use the canonical decl when generating the locations for USRs.Ted Kremenek
2011-05-01Based on the new information in the AST provided by r130628, writeChandler Carruth
2011-04-30Update API.Rafael Espindola
2011-04-29Guard in USRGenerator::GenLoc() against null Decl* from invalid code.Ted Kremenek
2011-04-28Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek
2011-04-28Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou...Ted Kremenek
2011-04-28Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A...Ted Kremenek
2011-04-28Enhance clang_getCXTUResourceUsage() to report the amount of memory used by S...Ted Kremenek
2011-04-28Parsing/AST support for Structured Exception HandlingJohn Wiegley
2011-04-28Implementation of Embarcadero array type traitsJohn Wiegley
2011-04-27Update regex in scan-build for parsing statistics.Ted Kremenek
2011-04-27Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-ana...Ted Kremenek
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-04-25t/clang/expr-traitsJohn Wiegley
2011-04-22Teach libclang to be more careful around BlockDecls, and don't assumeDouglas Gregor
2011-04-22Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-04-20When translating a Clang source range into a libclang source range,Douglas Gregor
2011-04-20Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek
2011-04-20Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor
2011-04-19Add missing break statements.Ted Kremenek
2011-04-18Report memory usage for global code completion results in CXTUMemoryUsage.Ted Kremenek
2011-04-18Unbreak the MSVC build: Don't mix variable declarations and statements in a ....Francois Pichet
2011-04-18Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek