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