aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-11-24[analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checkerKristof Umann
2018-11-24isEvaluatable() implies a constant context.Bill Wendling
2018-11-22Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet
2018-11-22[ASTMatchers] Add hasSideEffect() matcher.Clement Courbet
2018-11-21Re-Reinstate 347294 with a fix for the failures.Bill Wendling
2018-11-21[OPENMP] Refactor code for parsing omp declare target directive and its claus...Kelvin Li
2018-11-21Revert r347364 again, the fix was incomplete.Nico Weber
2018-11-21Implement YAML serialization of notes in clang::tooling::Diagnostic.Alexander Kornienko
2018-11-20Reinstate 347294 with a fix for the failures.Bill Wendling
2018-11-20[clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev
2018-11-20[NFC] Remove MS line endings in diagnostics file.Erich Keane
2018-11-20[AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci
2018-11-20[AST][NFC] Factor out some repeated code in ArraySubscriptExpr.Bruno Ricci
2018-11-20[AST][NFC] Pack ArraySubscriptExprBruno Ricci
2018-11-20Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber
2018-11-20Allow force updating the NumCreatedFIDsForFileID.Vassil Vassilev
2018-11-20Use is.constant intrinsic for __builtin_constant_pBill Wendling
2018-11-19[FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall
2018-11-18Replace the UTF-8 characters in the error message.Brad Smith
2018-11-18[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it localKristof Umann
2018-11-17[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie
2018-11-17[AST][NFC] Pack CXXDefaultInitExprBruno Ricci
2018-11-17[AST][NFC] Pack CXXDefaultArgExprBruno Ricci
2018-11-17[AST][NFC] Pack CXXThrowExprBruno Ricci
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner
2018-11-16[AST][NFC] Pack CXXThisExprBruno Ricci
2018-11-16[AST][NFC] Pack CXXNullPtrLiteralExprBruno Ricci
2018-11-16[AST][NFC] Pack CXXBoolLiteralExprBruno Ricci
2018-11-16[OpenCL] Enable address spaces for references in C++Anastasia Stulova
2018-11-16[WebAssembly] Change type of wake count to unsigned intHeejin Ahn
2018-11-15[AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci
2018-11-15[AST][NFC] Various NFCs in StringLiteralBruno Ricci
2018-11-15[AST][NFC] Re-add comment in BinaryOperator which was removed by r346954Bruno Ricci
2018-11-15[AST] Pack BinaryOperatorBruno Ricci
2018-11-15[AST] Pack MemberExprBruno Ricci
2018-11-15[AST][NFC] Move the friend decls to the top of MemberExprBruno Ricci
2018-11-15[AST] Pack UnaryOperatorBruno Ricci
2018-11-15Stmt bits: Make ExprBits relative to StmtBitsDavid Blaikie
2018-11-14[codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner
2018-11-14[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith
2018-11-14Reverted D52835 to fix review commentsDavid Bolvansky
2018-11-14[Diagnostics] Check integer to floating point number implicit conversionsDavid Bolvansky
2018-11-14[AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci
2018-11-14[AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall
2018-11-14[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar
2018-11-13OpenCL: Don't warn on v printf modifierMatt Arsenault
2018-11-13[AST] Revert r346793 and r346781Bruno Ricci
2018-11-13[AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci
2018-11-13DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie