aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-02-13libclang: fix a bug in processing invalid arguments, introduced in r201249,Dmitri Gribenko
2014-02-13Remove assert added in r201249.Daniel Jasper
2014-02-13[OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev
2014-02-13Really fix unused variable warnings in CIndex.Reid Kleckner
2014-02-12Silence unused variable warning in CIndex.cpp with NDEBUGReid Kleckner
2014-02-12libclang: report error code for bad PCH filesDmitri Gribenko
2014-02-12libclang: fix a crash in clang_disposeDiagnosticSet when it is passed a NULL ...Dmitri Gribenko
2014-02-12'svn add' files I forgot for r201224 (Add an option to allow Clang verifyDmitri Gribenko
2014-02-12Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko
2014-02-11update of the clang version (should probably managed in the configure)Sylvestre Ledru
2014-02-11Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko
2014-02-11libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko
2014-02-11libclang: use namespace qualifiers in the macro, so that it does not requireDmitri Gribenko
2014-02-09[libclang] While visiting a C++ destructor decl, keep the type identifier ass...Argyrios Kyrtzidis
2014-02-07ASTUnit: ArrayRef'ize RemappedFilesDmitri Gribenko
2014-02-05Update for llvm api change.Rafael Espindola
2014-02-05Make the OptionCategory variable static.Alexander Kornienko
2014-01-31[CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs...NAKAMURA Takumi
2014-01-31[CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.NAKAMURA Takumi
2014-01-31libclang/Makefile: Reorder libraries.NAKAMURA Takumi
2014-01-26Update for llvm api change.Rafael Espindola
2014-01-25Rename getResultLoc() tooAlp Toker
2014-01-25Rename getResultType() on function and method declarations to getReturnType()Alp Toker
2014-01-24[CMake] libclang: Update GENERATED_HEADERS with actually used.NAKAMURA Takumi
2014-01-23[CMake] Move LIBCLANG_BUILD_STATIC above. NFC.NAKAMURA Takumi
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi
2014-01-23[analyzer] Strip trailing whitespace characters from input.Anton Yartsev
2014-01-22[CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_FILE to suppress LNK4197.NAKAMURA Takumi
2014-01-22Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker
2014-01-21Correct various uses of 'argument' that in fact refer to function parametersAlp Toker
2014-01-21clang-format: Enable formatting for .proto and .protodevel files.Daniel Jasper
2014-01-21Update FunctionTypeLoc and related names to match r199686Alp Toker
2014-01-20Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker
2014-01-20[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.NAKAMURA Takumi
2014-01-19[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi
2014-01-15Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson
2014-01-08Use -std=gnu89 in tools/c-index-test/CMakeLists.txtRafael Espindola
2014-01-07[analyzer] Files with .c extensions are still C++ files if the compiler is CXX.Jordan Rose
2014-01-07Shorten the output of `clang-format --version`, include revision number.Nico Weber
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth
2014-01-02CMake separate projects: finish output-directory changes.Douglas Gregor
2014-01-02CMake: Unbreak separated LLVM/Clang project builds for Xcode.Douglas Gregor
2014-01-01Eliminate UnaryTypeTraitExprAlp Toker
2013-12-30Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber
2013-12-29Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.Nico Weber
2013-12-28Briefly document diag-build.shAlp Toker
2013-12-27Set NO_DEAD_STRIP for clang after llvm r198087.Nico Weber
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany
2013-12-20Move tools/libclang/RecursiveASTVisitor.h -> include/clang/AST/DataRecursiveA...Argyrios Kyrtzidis
2013-12-19Fix usage description of clang-format-diff.py.Daniel Jasper