]> granicus.if.org Git - clang/history - include
Validate user headers even if -fmodules-validate-once-per-build-session
[clang] / include /
2014-11-10 Richard SmithImprove diagnostics if _Noreturn is placed after a...
2014-11-10 Benjamin KramerRemove unused diagnostic.
2014-11-08 Aaron BallmanUpdated the wording for a diagnostic to be more grammat...
2014-11-08 Aaron Ballman[c++1z] Support for attributes on namespaces and enumer...
2014-11-08 Richard Smith[c++1z] Support for u8 character literals.
2014-11-08 Richard Smith[c++1z] Implement nested-namespace-definitions.
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
2014-11-07 Alexey SamsonovIntroduce a SanitizerKind enum to LangOptions.
2014-11-06 Alexey BataevFix for exception specification mismatch in explicit...
2014-11-05 Ben LangmuirRemove superceded warning warn_forgotten_module_header
2014-11-04 Alexander Kornienko[clang-tidy] Move -extra-arg handling to CommonOptionsP...
2014-11-03 Fariborz JahanianThis patch reverts r220496 which issues warning on...
2014-11-03 Hans WennborgDon't dllimport inline functions when targeting MinGW...
2014-11-03 Craig TopperAdd FSGSBASE intrinsics to x86 intrinsic headers.
2014-10-31 Kaelyn TakataFix an accidental self-assignment using std::move in...
2014-10-31 Fariborz JahanianObjective-C SDK modernization tool. Use its own option
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-31 Craig TopperRemove StorageClass typedefs from VarDecl and FunctionD...
2014-10-31 Craig TopperRemove CastKind typedef from CastExpr since CastKind...
2014-10-31 Craig TopperRemove a couple typedefs for things in the clang namesp...
2014-10-31 Hao Liu[AArch64]Add 2 intrinsics vmov_n_p64/vmovq_n_p64, the...
2014-10-31 Richard Smith[modules] When a .pcm file is explicitly built separate...
2014-10-30 Alexey SamsonovGet rid of SanitizerOptions::Disabled global. NFC.
2014-10-30 Craig TopperRemove the last couple uses of the ExprArg(just Expr...
2014-10-30 Craig TopperRemove some duplicate functions from the Parser class...
2014-10-29 Hans WennborgSink a #include while we're here. NFC.
2014-10-29 Daniel Jasperclang-format: Cut more clangAST dependencies.
2014-10-29 Daniel JasperRefactor libTooling to reduce required dependencies.
2014-10-29 Saleem AbdulrasoolCodeGen: add __readfsdword builtin
2014-10-29 Alexey BataevImproved capturing variable-length array types in Captu...
2014-10-28 Fariborz JahanianObjective-C remove an unused enumerator which causes
2014-10-28 Fariborz JahanianObjective-C. revert patch for rdar://17554063.
2014-10-28 Fariborz Jahanian[Objective-C]. revert r220740,r220727
2014-10-28 Daniel Jasperclang-format: [ObjC] Add separate flag to control inden...
2014-10-28 Samuel BenzaquenAdd valueDecl() matcher.
2014-10-28 Richard TrieuFix warning text: lower -> higher
2014-10-27 Fariborz JahanianImprove on the diagnostic in my last patch and change...
2014-10-27 Richard Smith[modules] Load .pcm files specified by -fmodule-file...
2014-10-27 Fariborz JahanianObjective-C ARC [qoi]. Issue diagnostic if __bridge...
2014-10-27 Hans WennborgTry to appease the C++ gods
2014-10-27 Hans WennborgGive TypoExprState a move constructor and assignment...
2014-10-27 Samuel BenzaquenFix segfault in hasDeclContext for nodes that have...
2014-10-27 Fariborz Jahanianc++11 patch to issue warning on missing 'override' on
2014-10-27 Kaelyn TakataAdd a callback for recovering using a typo correction.
2014-10-27 Kaelyn TakataAdd simple way for a CorrectionCandidateCallback to...
2014-10-27 Kaelyn TakataStart adding the infrastructure for handling TypoExprs.
2014-10-27 Kaelyn TakataHave TypoCorrectionConsumer remember the TypoCorrection...
2014-10-27 Kaelyn TakataPass around CorrectionCandidateCallbacks as unique_ptrs so
2014-10-27 Kaelyn TakataAdd the initial TypoExpr AST node for delayed typo...
2014-10-27 Kaelyn TakataMove TypoCorrectionConsumer into a header.
2014-10-26 Benjamin KramerMake VFS and FileManager match the current MemoryBuffer...
2014-10-26 Daniel JasperDelete unused method and clangAST dependency it required.
2014-10-25 Saleem AbdulrasoolDriver: reduce search logic duplication
2014-10-24 Richard Smith[modules] Support combining 'textual' with 'private'.
2014-10-24 Reid KlecknerAdd frontend support for __vectorcall
2014-10-24 Serge PavlovUse enumerators instead of hardcoded integers when...
2014-10-24 Olivier GoffartFix initializing TypeOfTypeLoc
2014-10-24 Benjamin KramerASTMatchers: for-rangify loops. No functionality change.
2014-10-24 Benjamin KramerAdd arguments() to CXXConstructExpr so the same interfa...
2014-10-24 Nick LewyckyAdd a new -fmerge-functions -cc1 flag that enables...
2014-10-23 Justin BognerDriver: Include driver diagnostics when we --serialize...
2014-10-23 Daniel JasperRemove code duplication and cut dependency from clangRe...
2014-10-23 Fariborz Jahanianpatch to issue warning on comparing parameters with
2014-10-23 Ben LangmuirAdd a "signature" to AST files to verify that they...
2014-10-23 Richard SmithRefactor implementation of 'exclude header'.
2014-10-22 Richard Smith[modules] Add support for 'textual header' directives.
2014-10-22 David MajnemerBasic: Add ext_delete_void_ptr_operand to -Wdelete...
2014-10-22 Aaron BallmanRemoving the setLBracLoc and setRBracLoc functions...
2014-10-22 Reid KlecknerFix up attribute documentation links to MSDN in a nicer way
2014-10-22 Aaron BallmanCreate a documentation category for the new calling...
2014-10-22 Samuel BenzaquenAdd support for profiling the matchers used.
2014-10-22 Reid KlecknerAdd documentation for calling convention attributes
2014-10-22 Rafael EspindolaRemove unused DiagnosticsEngine::NumErrorsSuppressed...
2014-10-22 Reid KlecknerReland r219810 "Fix late template parsing leak with...
2014-10-22 Rafael EspindolaRemove unused StmtVector& parameters from declaration...
2014-10-22 Richard Smith[modules] Initial support for explicitly loading .pcm...
2014-10-21 Matt ArsenaultR600: Update for div_fmas intrinsic change
2014-10-21 Justin BognerDriver: Move crash report command mangling into Command...
2014-10-21 Aaron BallmanThe nodebug attribute has a C++11-style spelling suppor...
2014-10-21 NAKAMURA TakumiOpenMPClause.h: Fix a warning. [-Wdocumentation]
2014-10-21 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'parallel...
2014-10-20 Justin BognerDriver: Make FailingCommand mandatory for generateCompi...
2014-10-20 Hal FinkelAdd RestrictQualifierLoc to DeclaratorChunk::FunctionTy...
2014-10-20 Richard Smith[modules] Add support for #include_next.
2014-10-19 NAKAMURA TakumiPreprocessor.h: Suppress a warning in SkipMainFilePream...
2014-10-17 Alexey Samsonov[ASan] Improve blacklisting of global variables.
2014-10-17 David BlaikieRename TemplateArgument::getTypeForDecl to getParamType...
2014-10-17 NAKAMURA TakumiRevert r219977, "Re-commit r217995 and follow-up patche...
2014-10-17 Richard SmithTowards PR21289: don't lose track of unexpanded paramet...
2014-10-17 Richard SmithRemove incorrect usage of JoinedOrSeparate.
2014-10-17 Richard SmithPR21215: Support -fmodule-map-file being specified...
2014-10-17 Alexey SamsonovSanitizerBlacklist: blacklist functions by their source...
2014-10-16 Alexey SamsonovTeach SanitizerBlacklist to blacklist by SourceLocation...
2014-10-16 Richard SmithRe-commit r217995 and follow-up patches (r217997, r2180...
2014-10-16 Saleem AbdulrasoolSema: handle additional case of qualified types
2014-10-16 Kostya SerebryanyInsert poisoned paddings between fields in C++ classes...
2014-10-16 Hans WennborgMS Compat: mark globals emitted in read-only sections...
2014-10-16 Aaron BallmanFixing comment grammar; NFC.
2014-10-16 Alexey SamsonovRemove one of SanitizerBlacklist::isIn() overloads...
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
next