summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+4
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-282-0/+12
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+4
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-231-13/+3
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-231-3/+13
* Replace system() by native perl callsSylvestre Ledru2014-05-232-12/+14
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-221-1/+2
* clang-format: Fix vim-integration for empty files.Daniel Jasper2014-05-221-1/+6
* RAV reunification: merge Lambda body visitation to DRAVAlp Toker2014-05-201-5/+5
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-201-141/+9
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-191-0/+9
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-171-6/+4
* Improve a scan-build messageSylvestre Ledru2014-05-161-1/+5
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-161-2/+2
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+1
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-153-2/+10
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-143-1/+36
* clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper2014-05-141-1/+2
* [scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose2014-05-121-0/+1
* c-index-test: Don't leak diagnostic category text.Nico Weber2014-05-111-0/+1
* Don't leak CXStrings for replacement fix-its in c-index-test.Nico Weber2014-05-101-1/+0
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+1
* Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber2014-05-091-2/+12
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-081-2/+2
* c-index-test: Don't leak the strings returned by makeClientContainer().Nico Weber2014-05-071-6/+37
* Make 2 functions static, remove unneeded cast, rewrap. No behavior change.Nico Weber2014-05-071-10/+13
* Update for llvm api change.Rafael Espindola2014-05-071-1/+0
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+2
* [leaks] Parse the schema file every time we try to verify the XML. Yes,Chandler Carruth2014-05-021-29/+16
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-012-0/+9
* scan-build: Don't use realpath when the user provides an explicit path.Jordan Rose2014-04-291-1/+1
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-281-2/+2
* libclang: split out the documentation comment APIAlp Toker2014-04-284-12/+16
* c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi2014-04-271-1/+4
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-264-4/+4
* Simplify leak fix of r207076, by just disposing the previous CXString.Argyrios Kyrtzidis2014-04-241-9/+2
* Fix two leaks found by LSan.Nico Weber2014-04-241-1/+11
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-241-6/+14
* Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov2014-04-231-1/+5
* Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir2014-04-221-1/+1
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+4
* Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek2014-04-211-1/+1
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-182-1/+2
* clang-format.py: Don't omit the first two words from error messages.Nico Weber2014-04-171-6/+1
* When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir2014-04-171-4/+4
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-152-19/+17
* Replace llvm::array_endof with C++11's std::end.Benjamin Kramer2014-04-121-2/+2
* Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg2014-04-091-0/+7
* clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper2014-04-091-0/+3
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-073-0/+13