aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-01-24[CodeComplete] only respect LoadExternal hint at namespace/tu scopeSam McCall
2018-01-24clang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)Hans Wennborg
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons
2018-01-23[analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov
2018-01-23[OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev
2018-01-23[WebAssembly] Add mem.* builtin functions.Dan Gohman
2018-01-23[Tooling] Added a VFS parameter to ClangToolIlya Biryukov
2018-01-23[ARM] Pass _Float16 as int or floatSjoerd Meijer
2018-01-23[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-22Add hasTrailingReturn AST matcherJulie Hockett
2018-01-22[ASTMatchers] [NFC] Fix code examplesFangrui Song
2018-01-22Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth
2018-01-22[modules] Correctly overload getModule in the MultiplexExternalSemaSourceRaphael Isemann
2018-01-20[X86] Add rdpid command line option and intrinsics.Craig Topper
2018-01-19[AArch64] Add ARMv8.2-A FP16 scalar intrinsicsAbderrazek Zaafrani
2018-01-19[WebAssembly] Add target flags for sign-ext opcodes.Dan Gohman
2018-01-19[clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev
2018-01-18Remove TautologicalInRangeCompare from Extra and TautologicalCompare.Nico Weber
2018-01-18[Frontend] Allow to use PrecompiledPreamble without calling CanReuseIlya Biryukov
2018-01-18[ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu
2018-01-18[analyzer] a few helper methods for getting and comparing symbolic valuesGeorge Karpenkov
2018-01-18[analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls().Artem Dergachev
2018-01-18[analyzer] NFC: Use "= default" for default ProgramPoint constructors.Artem Dergachev
2018-01-18[analyzer] operator new: Add a new ProgramPoint for check::NewAllocator.Artem Dergachev
2018-01-18Use an enum value instead of a string.Rafael Espindola
2018-01-17[analyzer] operator new: Add a new checker callback, check::NewAllocator.Artem Dergachev
2018-01-17[ASTMatchers] Support generating docs for single-line matchersBenjamin Kramer
2018-01-17[analyzer] NFC: Forbid array elements of void type.Artem Dergachev
2018-01-17[analyzer] operator new: Use the correct region for the constructor.Artem Dergachev
2018-01-17[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov
2018-01-17[analyzer] Make isSubRegionOf reflexiveGeorge Karpenkov
2018-01-17[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarationsRoman Lebedev
2018-01-17[Parse] Forward brace locations to TypeConstructExprVedant Kumar
2018-01-17[Tooling] Don't deduplicate tool results in the All-TUs executor.Eric Liu
2018-01-17Update dump_ast_matchers for many recent changes.Benjamin Kramer
2018-01-17[clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev
2018-01-17[Sema] Add visited contexts to CodeCompleteContextHaojian Wu
2018-01-17[clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev
2018-01-17[analyzer] support a mode to only show relevant lines in HTML diagnosticsGeorge Karpenkov
2018-01-17Make DiagnosticsEngine() take DiagOpts as DiagnosticsEngine.Nico Weber
2018-01-16Add va_start()/va_copy()/va_end to Builtins.defNico Weber
2018-01-16Ensure code complete with !LoadExternal sees all local decls.Sam McCall
2018-01-16Add missing CINDEX_LINKAGEIvan Donchevskii
2018-01-16[libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe
2018-01-15Revert 319303: Add _Float128 as alias to __float128 to enable compilations on...Erich Keane
2018-01-15[PCH] Serialize skipped preprocessor rangesCameron Desrochers
2018-01-15[OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev
2018-01-15[clang-format] Adds a FormatStyleSetKrasimir Georgiev
2018-01-13DR126: partially implement the const-correct rules for exception handler matc...Richard Smith
2018-01-12Refactor handling of signext/zeroext in ABIArgInfoAlex Bradbury