]> granicus.if.org Git - clang/history - include
Delay emitting members of dllexport classes until the class is fully parsed (PR23542)
[clang] / include /
2015-08-15 Hans WennborgDelay emitting members of dllexport classes until the...
2015-08-14 Nathan Wilson[CONCEPTS] Add diagnostic; invalid tag when concept...
2015-08-14 Davide Italiano[Sema] main can't be declared as global variable, in...
2015-08-14 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24371: Assert failur...
2015-08-14 Manuel KlimekFix AST matcher documentation.
2015-08-14 Manuel KlimekAdd structed way to express command line options in...
2015-08-14 Richard Smith[modules] Add an experimental -cc1 feature to embed...
2015-08-14 David Blaikieunique_ptrify ConsumedBlockInfo analysis to make it...
2015-08-13 David MajnemerAvoid iteration invalidation issues around Materialized...
2015-08-13 David BlaikieWdeprecated: Ensure CheckNames are copy assignable...
2015-08-13 David BlaikieWdeprecated: Make Filter safely move constructible.
2015-08-13 David BlaikieFix the MSVC build which cannot manifest default move ops
2015-08-13 David BlaikieWdeprecated: BugReporterVisitors are copied for cloning...
2015-08-13 David BlaikieFollow up r244975: The ctors of an abstract class don...
2015-08-13 David BlaikieWdeprecated: CollectReachableSymbolsCallback are move...
2015-08-13 David BlaikieWdeprecated: PathPieces are copied, make them safely...
2015-08-13 David BlaikieWdeprecated: StoredDiagnostics are stored in a SmallVec...
2015-08-13 David BlaikieWdeprecated: Make BumpVectorContext movable
2015-08-13 David BlaikieWdeprecated: LambdaScopeInfos are copied in TreeTransfo...
2015-08-13 David BlaikieWdeprecated: Replace deprecated throw() with LLVM_NOEXC...
2015-08-13 Richard Smith[modules] Change the way we deal with .d output for...
2015-08-13 Ben Langmuir[Modules] Add Darwin-specific compatibility module...
2015-08-13 Ivan KrasinAdd sanitizer blacklists to the rules generated with...
2015-08-13 Richard SmithAdd SourceManager::dump() to dump the current set of...
2015-08-12 David BlaikieWdeprecated: LambdaScopeInfos need to be copied, so...
2015-08-12 Hans WennborgOptions.td: Drop trailing space in -fsanitize= help...
2015-08-12 Saleem Abdulrasoollibclang: Add period to typedef kind docblock
2015-08-12 Piotr PadlewskiDeleted old fixme ( ͡° ͜ʖ ͡°)
2015-08-11 Richard Smith[modules] When instantiating the contents of an importe...
2015-08-11 Aaron BallmanFixing a few C++0x comments to be C++11; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-11 David Majnemer[MSVC Compatibility] Classify ext_ms_cast_fn_obj as...
2015-08-10 Richard SmithRemove some dead code.
2015-08-10 Tyler NowickiAppend options for vectorization when pointer checking...
2015-08-10 Tyler NowickiRemove non-ascii characters.
2015-08-10 Artem Belevich[CUDA] Added stubs for new attributes used by CUDA...
2015-08-10 Tyler NowickiAppend options for floating-point commutivity when...
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata for use with...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
2015-08-09 Richard Smith[modules] Remove now-dead code for lazy loading of...
2015-08-09 Richard Smith[modules] PR22534: Load files specified by -fmodule...
2015-08-09 Richard Smith[modules] When building a dependency file, include...
2015-08-09 Richard Smith[modules] When loading a template specialization, re...
2015-08-07 Eric ChristopherMove the cpu validating virtual method down to the...
2015-08-07 Michael WongThis patch commits OpenMP 4 target device clauses
2015-08-06 Richard Smith[modules] Remove unused ModuleManager::visitDepthFirst...
2015-08-06 Eric ChristopherContinue the work from r243908 by adding a Features...
2015-08-06 Richard Smith[modules] Stop walking all modules when looking for...
2015-08-06 James Y KnightFix alignment of TemplateArgumentList.
2015-08-06 Richard Smith[modules] Remove now-unused MergedLookups map.
2015-08-06 James Y KnightConvert a few classes over to use the new TrailingObjec...
2015-08-06 James Y KnightRemove unused 'Owned' flag from TemplateArgumentList.
2015-08-06 Alexey Bataev[OPENMP 4.1] Allow references in init expression for...
2015-08-06 Alex Denisov[ObjC] Circular containers: add support of subclasses
2015-08-06 Richard Smith[modules] Defer setting up the lookup table for a DeclC...
2015-08-06 Eric ChristopherRename the non-coding style conformant functions in...
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-08-05 Diego NovilloAdd -fno-coverage-mapping flag.
2015-08-05 Richard Smithfunction_ref-ize ExternalASTSource::FindExternalLexical...
2015-08-05 Diego NovilloAdd flags to disable profile generation.
2015-08-05 Douglas KatzmanReword a comment about IncludeDirGroup. NFC
2015-08-05 Eric ChristopherRemove unused header includes.
2015-08-05 Eric ChristopherRename builtin_lang -> Langs to match the rest of the...
2015-08-05 Eric ChristopherRemove unused function GetBuiltinNames.
2015-08-05 James DennettDocumentation: fix another typo, "arrays types" ->...
2015-08-05 Eric ChristopherRemove unused comparison operators from the Builtin...
2015-08-05 James DennettDocumentation: fix a typo, "This flag is determines...
2015-08-05 Reid KlecknerAdd -gcodeview and -gdwarf to control which type Clang...
2015-08-05 Aaron BallmanAdd AST matchers for narrowing constructors that are...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template param list info setters...
2015-08-05 Benjamin Kramer[AST] ArrayRefize BlockDecl::setCaptures. No functional...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template argument packs. No functiona...
2015-08-05 Benjamin Kramer[Comments] Replace custom ArrayRef copying with ArrayRe...
2015-08-04 Benjamin Kramer[ASTContext] Add a templated convenience wrapper for...
2015-08-04 Alexey Bataev[OPENMP 4.1] Support for 'linear' clause in loop direc...
2015-08-04 Benjamin Kramer[Edit] Use StringRef's copy method. No functional chang...
2015-08-04 Chandler Carruth[UB] Fix two cases of UB in copy/pasted code from Small...
2015-08-04 Richard Smith[modules] Make IndirectFieldDecl mergeable to avoid...
2015-08-03 Justin BognerX86: Teach X86 builtins which target features they...
2015-08-03 Nathan Wilson[CONCEPTS] Add concept to VarDecl and diagnostic for...
2015-08-03 Andrey BokhankoAdditional fix for PR14269: Crash on vector elements...
2015-08-03 Asaf Badouh[X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsics
2015-08-02 Asaf Badouh[X86][AVX512VLDQ] add reduce/range/cvt intrinsics
2015-07-31 David Majnemer[MS ABI] Hook clang up to the new EH instructions
2015-07-31 Alexey BataevOutline function Parser::ParseCXXClassMemberDeclaration...
2015-07-31 Argyrios Kyrtzidis[modules] Fix issue where building a module from a...
2015-07-30 Hubert Tong[Concepts] Add diagnostic: non template declaration
2015-07-30 Ulrich WeigandAdd support for System z vector language extensions
2015-07-30 Alexey Bataev[OPENMP 4.1] Initial support for extended 'ordered...
2015-07-30 Sean SilvaAttempt to make clang-x64-ninja-win7 happy.
2015-07-29 Asaf Badouh[X86][AVX512BW] add convert i16 to i8 and unpack intrinsics
2015-07-28 Richard TrieuUse an iterative method instead of recursion for printi...
2015-07-28 Nico WeberRename -Wmsvc-include to -Wmicrosoft-include, now that...
2015-07-28 Chih-Hung HsiehAdd -femulated-tls flag to select the emulated TLS...
2015-07-28 Benjamin Kramer[CodeGen] Simplify creation of shuffle masks.
2015-07-28 Adhemerval Zanella[AArch64] Implement __builtin_thread_pointer
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 4 out of 4
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 3 out of 4
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 2 out of 4
next