summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Revert r273705Carlo Bertolli2-12/+0
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2-0/+12
2016-06-24Use more ArrayRefsDavid Majnemer1-2/+2
2016-06-23Use ranges to concisely express iterationDavid Majnemer1-11/+10
2016-06-15cc1_main: Do not print statistics twice in -disable_free mode.Matthias Braun1-2/+0
2016-06-15Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2-6/+0
2016-06-15[MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2-0/+6
2016-06-09Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart1-1/+1
2016-06-09CIndex: add support for static_assertOlivier Goffart2-0/+11
2016-06-09Update to match LLVM r272232.Richard Smith9-23/+13
2016-05-31Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren2-0/+3
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman1-1/+1
2016-05-31clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari3-0/+52
2016-05-31Revert r253909 because it was committed with an incorrect messageEhsan Akhgari3-52/+0
2016-05-29Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola1-0/+4
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2-3/+6
2016-05-27Update for following LLVM commit.George Rimar1-1/+1
2016-05-26[OpenMP] Parsing and sema support for the from clauseSamuel Antao1-0/+3
2016-05-26[OpenMP] Parsing and sema support for the to clauseSamuel Antao1-0/+3
2016-05-26[OpenMP] Parsing and sema support for target update directiveSamuel Antao2-0/+5
2016-05-18Update for llvm change.Rafael Espindola1-6/+5
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic1-0/+2
2016-05-03[scan-build] fix dead store warnings emitted on clang code baseDavid Blaikie1-2/+2
2016-05-03[libclang] Expose the ElaboratedTypeSergey Kalinichev2-0/+13
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe3-1/+69
2016-04-25driver: Add a `--rsp-quoting` flag to pick response file quoting.Nico Weber1-5/+12
2016-04-22[index] Add a SymbolSubKind for an ObjC unit test.Argyrios Kyrtzidis1-1/+2
2016-04-22[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis2-13/+11
2016-04-20MarkEOLs should only be true for clang-cl.exe.Stephen Hines1-5/+13
2016-04-19cc1as: Don't crash when CIE is requested and no DWARF version is specified.Adrian Prantl1-1/+1
2016-04-19D17487: [analyzer][scan-build-py] flag filter modification for compilation da...Laszlo Nagy20-735/+823
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic1-2/+0
2016-04-13libclang: Use early-return to reduce indentation.David Blaikie1-104/+96
2016-04-13Simplify memory management of CXEvalResultKind/ExprEvalResult using unique_pt...David Blaikie1-39/+28
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic1-0/+2
2016-04-13[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader1-1/+1
2016-04-11libclang: fix two memory leaks (PR26292)Hans Wennborg1-2/+3
2016-04-08[Perf-Training] Reworked workflow improvements for order-file generationChris Bieneman1-2/+19
2016-04-08[OpenCL] Complete image types support.Alexey Bader1-12/+3
2016-04-03[c-index-test] Fix leak in print_completion_result, NFCVedant Kumar1-3/+5
2016-03-31[index] Fix regression where ObjC method declarations may mistakenly get inde...Argyrios Kyrtzidis1-11/+17
2016-03-30[c-index-test] Delete dead function, NFCVedant Kumar1-19/+0
2016-03-29[Order Files] Fix order file usageChris Bieneman1-1/+1
2016-03-25[index] Remove redundancy between symbol kind and languageBen Langmuir1-24/+34
2016-03-16Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein1-0/+2
2016-03-09[OPENMP 4.5] Codegen for data members in 'linear' clause.Alexey Bataev1-0/+1
2016-03-09[index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...Argyrios Kyrtzidis1-0/+8
2016-03-04[OPENMP] Simplify handling of clauses with postupdates, NFC.Alexey Bataev1-2/+1
2016-03-03Tweak CMakeLists not for libclang to depend on the variable CLANG_TOOL_EXTRA_...NAKAMURA Takumi2-2/+4
2016-03-03[libclang] Link clang-tidy plugin into libclang if present.Benjamin Kramer2-0/+12