Age | Commit message (Expand) | Author |
2010-07-26 | Fix an apparent bug. | Dan Gohman |
2010-07-26 | When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com... | Douglas Gregor |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-07-25 | Start removing the use of smart pointers from the Parse/Sema | Douglas Gregor |
2010-07-23 | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor |
2010-07-22 | Improve performance during cursor traversal when a region of interest | Douglas Gregor |
2010-07-22 | Fix '<rdar://problem/8214263> MakeCXCursor null dereference when body of bloc... | Ted Kremenek |
2010-07-22 | Switch USR generation to use file offsets instead of line/columns for anonymo... | Ted Kremenek |
2010-07-22 | This was still complaining about the length of the string. I've broken it here | Chandler Carruth |
2010-07-21 | Introduce a new C API function, clang_parseTranslationUnit(), which | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-07-20 | Slip up long string literal | Douglas Gregor |
2010-07-20 | Driver: Switch to using a SmallVector instead of std::vector, and stop | Daniel Dunbar |
2010-07-19 | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor |
2010-07-19 | Implement support for reading arguments specified in a file with @file. If | Rafael Espindola |
2010-07-19 | Revert r108672, "Implement support for reading arguments specified in a file | Daniel Dunbar |
2010-07-19 | Implement support for reading arguments specified in a file with @file. | Rafael Espindola |
2010-07-19 | Reapply r108617. | Zhongxing Xu |
2010-07-19 | Driver: Change the driver to take the path to the main executable, instead of | Daniel Dunbar |
2010-07-19 | Update for LLVM API change. | Daniel Dunbar |
2010-07-18 | Refactor the code a bit so that there is only one call to BuildCompilation. The | Rafael Espindola |
2010-07-17 | Revert r108617, it broke the build. | Benjamin Kramer |
2010-07-17 | Fix cmake build. | Zhongxing Xu |
2010-07-17 | Prepare the analyzer for the callee in another translation unit: | Zhongxing Xu |
2010-07-17 | clang -cc1as: Switch to using AsmParser constructor function. | Daniel Dunbar |
2010-07-15 | build/Darwin: Add missing Info.plist template. | Daniel Dunbar |
2010-07-15 | build/Darwin: Enable version information for clang executable. | Daniel Dunbar |
2010-07-12 | Add a -code-completion-timing= mode to c-index-test, so that we can | Douglas Gregor |
2010-07-11 | Rename clang.dll to libclang.dll, to fix Windows build. | John Thompson |
2010-07-10 | Clang do so have plugins, we can't prune exports. Fixes plugin support. | Nick Lewycky |
2010-07-09 | Document my otherwise-inexplicable change | Douglas Gregor |
2010-07-09 | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-07-03 | Forward -fno-builtin to clang, add .cp as a supported | Shantonu Sen |
2010-07-01 | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar |
2010-06-30 | libclang: When invoking external clang process to get code completion results, | Daniel Dunbar |
2010-06-29 | Minix doesn't support dylibs, PR7294 | Chris Lattner |
2010-06-28 | Per Doug's suggestion, move check for invalid SourceLocation into | Ted Kremenek |
2010-06-22 | Silence warning about C++-style comments. | Benjamin Kramer |
2010-06-21 | Add CXType support for querying the return type of Objective-C methods. This... | Ted Kremenek |
2010-06-21 | Add CXType support for FunctionNoProto and FunctionProto types. This include... | Ted Kremenek |
2010-06-21 | Add clang_getCursorType() support for @property declarations. | Ted Kremenek |
2010-06-18 | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner |
2010-06-16 | Implement first TD-based usage of attributes. | Sean Hunt |
2010-06-16 | Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz... | Daniel Dunbar |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-12 | don't make libclang depend on codegen. Patch by Peter Collingbourne! | Chris Lattner |
2010-06-11 | Driver: Fix arg_iterator typing to reflect that it is really an iterator over... | Daniel Dunbar |