]> granicus.if.org Git - clang/history - include
Support language selection for \code blocks.
[clang] / include /
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prorv{d|q}{128|256...
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128...
2016-02-23 Bruno Cardoso LopesRevert "[VFS] Add 'overlay-relative' field to YAML...
2016-02-23 Duncan P. N. Exon... Lex: Return "" when HeaderMap::lookupFilename fails
2016-02-22 Hans WennborgFix Visual Studio build after r261574
2016-02-22 Samuel Benzaquen[ASTMatchers] Add matcher hasAnyName.
2016-02-22 Bruno Cardoso Lopes[VFS] Add 'overlay-relative' field to YAML files
2016-02-22 Andy GibbsMake Sema::CheckFormatString a static function inside...
2016-02-22 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256...
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-21 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d...
2016-02-20 Duncan P. N. Exon... Lex: Change HeaderMapImpl::getString() to return String...
2016-02-20 Duncan P. N. Exon... Lex: Add some unit tests for corrupt header maps
2016-02-20 Duncan P. N. Exon... Lex: clang-format HeaderMap.h, NFC
2016-02-20 Duncan P. N. Exon... Lex: Remove explicitly deleted copy constructor, NFC
2016-02-20 David Majnemer[MSVC Compat] Implement -EHc semantics
2016-02-20 David Majnemer[MSVC Compat] Add support for /GX, /GX-
2016-02-20 David MajnemerRemove -fnew-ms-eh
2016-02-19 Richard Smith[modules] Flatten -fmodule-name= and -fmodule-implement...
2016-02-19 Anastasia Stulova[OpenCL] Generate metadata for opencl_unroll_hint attribute
2016-02-19 Nico WeberImplement the likely resolution of core issue 253.
2016-02-19 Devin Coughlin[analyzer] Add checker callback for beginning of function.
2016-02-18 Richard TrieuAdd -Wcomma warning to Clang.
2016-02-18 Devin Coughlin[analyzer] Improve modeling of ObjC synthesized propert...
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-18 Benjamin Kramer[Parse] Code complete expressions in bracket declarators.
2016-02-18 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d...
2016-02-18 Saleem AbdulrasoolSema: provide an extension warning for enable_if
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 Richard Smith[modules] Cache 'acceptable decl' lookups for namespace...
2016-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2016-02-17 Alexey Bataev[OPENMP 4.5] Codegen support for data members in 'first...
2016-02-17 Anastasia Stulova[OpenCL] Added half type literal with suffix h.
2016-02-17 Sean Silva[AttrDocs.td] Fix up some reST syntax.
2016-02-17 Richard SmithImprove diagnostics for ill-formed literal operator...
2016-02-16 Artem Belevich[CUDA] pass debug options to ptxas.
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-16 Nico Weberclang-cl: Expose -isystem.
2016-02-16 Alexey Bataev[OPENMP] Improved handling of pseudo-captured expressio...
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-15 Argyrios Kyrtzidis[AST/index] Introduce an option 'SuppressTemplateArgsIn...
2016-02-14 Argyrios Kyrtzidis[index] Factor libclang's functionality to determing...
2016-02-14 Argyrios Kyrtzidis[index] Fix gcc builds.
2016-02-14 Argyrios Kyrtzidis[index] Enhance c-index-test tool and have it link...
2016-02-14 Argyrios Kyrtzidis[index] Allow calling createIndexingAction() without...
2016-02-13 Argyrios Kyrtzidis[AST] Add a print() method in DeclarationName that...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-13 Bob Wilson[Sema] More changes to fix Objective-C fallout from...
2016-02-13 Argyrios Kyrtzidis[RecursiveASTVisitor] Introduce dataTraverseStmtPre...
2016-02-13 Matt ArsenaultAMDGPU: Add sin/cos builtins
2016-02-13 Matt ArsenaultAMDGPU: Update builtin for intrinsic change
2016-02-12 Argyrios Kyrtzidis[index] Add llvm/Support/DataTypes.h header to fix...
2016-02-12 Argyrios Kyrtzidis[libclang] Separate the underlying indexing functionali...
2016-02-12 Artem Belevich[CUDA] Tweak attribute-based overload resolution to...
2016-02-12 Jonas Hahnfeld[CMake] Add option to switch default C++ stdlib
2016-02-11 Carlo BertolliAdd parse+sema and regression test for OpenMP firstpriv...
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-11 Justin LebarRemove unused ToolChain arg from Driver::ConstructPhase...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-02-10 Andrey Turetskiy[X86] Fix stack alignment for MCU target (Clang part...
2016-02-09 Richard SmithPR26349: correctly check whether a digit sequence is...
2016-02-09 Richard SmithAdd Tooling functionality to get a name for a QualType...
2016-02-09 Argyrios Kyrtzidis[Frontend] Handle ASTConsumer::shouldSkipFunctionBody...
2016-02-09 Argyrios Kyrtzidis[ASTUnit] Change the parameter of ASTUnit::LoadFromComp...
2016-02-09 David BlaikieSimplify EnterTokenStream API to make it more robust...
2016-02-09 Richard SmithRemove 'llvm::TrailingObjects::operator delete', clang...
2016-02-09 Richard SmithFix undefined behavior when compiling in C++14 due...
2016-02-08 Nathan Wilson[Concepts] Remove the IsConcept bit and associated...
2016-02-08 Rong XuFix missing space (NFC)
2016-02-08 Samuel AntaoRe-apply for the 2nd-time r259977 - [OpenMP] Reorganize...
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-07 Argyrios Kyrtzidis[Frontend] Make the memory management of FrontendAction...
2016-02-07 Argyrios Kyrtzidis[libclang] Add missing CINDEX_LINKAGE from a function.
2016-02-07 Matthew SimpsonMake -fno-math-builtin a cc1 option
2016-02-07 Devin Coughlin[analyzer] Invalidate destination of std::copy() and...
2016-02-07 Renato GolinRevert "Re-apply r259977 - [OpenMP] Reorganize code...
2016-02-06 Samuel AntaoRe-apply r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel AntaoRevert r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel Antao[OpenMP] Reorganize code to allow specialized code...
2016-02-06 Richard Smith[modules] Compress files embedded into a .pcm file...
2016-02-05 Paul RobinsonEliminate an unnecessary enum, use the LLVM version...
2016-02-05 Paul RobinsonMove DebugInfoKind enum from Driver to Basic. NFC
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-05 Richard Smith[modules] Separately track whether an identifier's...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Manman RenBump DiagnosticSemaKinds count; we're close to hitting it.
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Matt ArsenaultAdd builtins for bitreverse intrinsic
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Aaron BallmanMinor cleanup to remove casts and improve some const...
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
next