aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-04-30Fix build system for rebase.HEADmastermainTim Murray
2014-04-28Update build system for rebase.Tim Murray
2014-04-28Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-28Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber
2014-04-28libclang: split out the documentation comment APIAlp Toker
2014-04-27c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi
2014-04-26libclang: remove 'CXDiagnostic_Remark'Alp Toker
2014-04-24Simplify leak fix of r207076, by just disposing the previous CXString.Argyrios Kyrtzidis
2014-04-24Fix two leaks found by LSan.Nico Weber
2014-04-24Fix two leaks in c-index-test found by LSan.Nico Weber
2014-04-23Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov
2014-04-22Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir
2014-04-22[OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman
2014-04-21Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek
2014-04-18CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner
2014-04-17clang-format.py: Don't omit the first two words from error messages.Nico Weber
2014-04-17When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir
2014-04-15Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir
2014-04-12Replace llvm::array_endof with C++11's std::end.Benjamin Kramer
2014-04-09Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg
2014-04-09clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper
2014-04-07libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko
2014-04-03Add Android build system.Tim Murray
2014-03-31Comment necessity of early initializationDavid Blaikie
2014-03-31DebugInfo compression: Enable compression before any sections are created.David Blaikie
2014-03-31clang/tools/driver/Makefile: Quick fix corresponding to r205181.NAKAMURA Takumi
2014-03-31[OPENMP] Implemented 'copyin' clauseAlexey Bataev
2014-03-28libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko
2014-03-27Support for -Wa,-compress-debug-sections.David Blaikie
2014-03-27[cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth
2014-03-21[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev
2014-03-20[analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.Jordan Rose
2014-03-20[analyzer] scan-build: match whitespace instead of word boundaries around flags.Jordan Rose
2014-03-20Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer
2014-03-20[libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis
2014-03-19[analyzer] scan-build: when matching flags, make sure the - is the first letter.Jordan Rose
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-14[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman
2014-03-14[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman
2014-03-14[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman
2014-03-14static link pollySebastian Pop
2014-03-13[C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman
2014-03-13[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman
2014-03-13[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman
2014-03-12Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner
2014-03-12CodeGen: Use a binary format for instrumentation based profilingJustin Bogner
2014-03-12Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg
2014-03-12Use vector<T>::data() to simplify codeDmitri Gribenko
2014-03-11Be case sensitive when determining driver mode based on argv[0] except on Win...Hans Wennborg
2014-03-10Add a main function to the clang-format.py vim integration.Ahmed Charles