summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-15
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-15
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-14
* clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper2014-05-14
* [scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose2014-05-12
* c-index-test: Don't leak diagnostic category text.Nico Weber2014-05-11
* Don't leak CXStrings for replacement fix-its in c-index-test.Nico Weber2014-05-10
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber2014-05-09
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-08
* c-index-test: Don't leak the strings returned by makeClientContainer().Nico Weber2014-05-07
* Make 2 functions static, remove unneeded cast, rewrap. No behavior change.Nico Weber2014-05-07
* Update for llvm api change.Rafael Espindola2014-05-07
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [leaks] Parse the schema file every time we try to verify the XML. Yes,Chandler Carruth2014-05-02
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-01
* scan-build: Don't use realpath when the user provides an explicit path.Jordan Rose2014-04-29
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-28
* libclang: split out the documentation comment APIAlp Toker2014-04-28
* c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi2014-04-27
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-26
* Simplify leak fix of r207076, by just disposing the previous CXString.Argyrios Kyrtzidis2014-04-24
* Fix two leaks found by LSan.Nico Weber2014-04-24
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-24
* Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov2014-04-23
* Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir2014-04-22
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek2014-04-21
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-18
* clang-format.py: Don't omit the first two words from error messages.Nico Weber2014-04-17
* When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir2014-04-17
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-15
* Replace llvm::array_endof with C++11's std::end.Benjamin Kramer2014-04-12
* Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg2014-04-09
* clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper2014-04-09
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-07
* Comment necessity of early initializationDavid Blaikie2014-03-31
* DebugInfo compression: Enable compression before any sections are created.David Blaikie2014-03-31
* clang/tools/driver/Makefile: Quick fix corresponding to r205181.NAKAMURA Takumi2014-03-31
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-27
* [cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth2014-03-27
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.Jordan Rose2014-03-20
* [analyzer] scan-build: match whitespace instead of word boundaries around flags.Jordan Rose2014-03-20
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-20
* [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis2014-03-20
* [analyzer] scan-build: when matching flags, make sure the - is the first letter.Jordan Rose2014-03-19
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15