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