]> granicus.if.org Git - clang/history - include
[Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag
[clang] / include /
2015-12-10 Artem Dergachev[analyzer] Fix symbolic element index lifetime.
2015-12-10 Craig Topper[Sema] Use UnaryOperatorKind and BinaryOperatorKind...
2015-12-10 Richard SmithPR25416: Improve performance of processing inline assem...
2015-12-09 Sanjay Patelfix typos; NFC
2015-12-09 David Blaikieunique_ptrify some collections in FileManager
2015-12-09 Daniel Jasperclang-format: Improve documentation of AlignOperands.
2015-12-09 NAKAMURA TakumiReformat linefeeds.
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-08 Douglas GregorModule file extensions: pass a Sema through to the...
2015-12-08 George Burgess IV[Sema] Add warning when comparing nonnull and null
2015-12-08 Asaf Badouh[x86][avx512] more changes in intrinsics to be align...
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-08 Richard SmithExplicitly permit undefined behavior in constant initia...
2015-12-08 Eric ChristopherUpdate comment to reflect that we use other tools via...
2015-12-07 Justin BognerAST: defer to TypeLoc::copy in TypeLoc::initializeFullCopy
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-12-07 Asaf Badouh[avx512] rename gcc intrinsics to be align with gcc...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-06 Craig TopperUse llvm::make_range to reduce mentions of iterator...
2015-12-05 Craig Topper[AST] Use std::copy and std::fill to simplify some...
2015-12-04 Craig TopperFix an unused variable warning in released builds....
2015-12-04 Craig Topper[AST] ArrayRef-ize CompoundStmt::setStmts.
2015-12-04 Devin Coughlin[analyzer] Support inlining lambda-converted blocks.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-03 Alexey BataevPR25575: Make GCC 4.4+ comatible layout for packed...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-12-02 Samuel Antao[OpenMP] Update target directive codegen to use 4.5...
2015-12-02 Aaron BallmanMaking the deleted copy constructor parameter const...
2015-12-02 Aaron BallmanAdd a narrowing AST matcher that matches on a FunctionD...
2015-12-02 Aaron BallmanAmending r254423 by deleting the copy constructor and...
2015-12-02 Daniel JasperTraverse the NestedNameSpecifier(Loc) of NamespaceAlias...
2015-12-01 Adrian PrantlClang-format an 80-column violation.
2015-12-01 Adrian PrantlAdd an accessor to Decl::LoadedFieldsFromExternalStorag...
2015-12-01 Aaron BallmanIt appears that this horrible mutating copy constructor...
2015-12-01 Daniel Jasperclang-format: Make it possible to turn off comment...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
2015-12-01 Gabor Horvath[analyzer] Fix IssueHash generation.
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-11-30 Aaron BallmanDo not crash when dumping the objc_bridge_related attri...
2015-11-29 Craig Topper[X86] _mm256_permutevar8x32_ps should take an integer...
2015-11-29 Alexandros LamprineasARM v8.1a adds Advanced SIMD instructions for Rounding...
2015-11-27 Kelvin Li[OpenMP] Parsing and sema support for thread_limit...
2015-11-27 Daniel Sanders[mips] Interrupt attribute support.
2015-11-27 Daniel SandersRevert r254203: [mips] Interrupt attribute support.
2015-11-27 Daniel Sanders[mips] Interrupt attribute support.
2015-11-26 Alexey Bataev[OPENMP 4.5] Fixed rules for 'ordered' clause.
2015-11-26 Richard SmithP0002R1: increment on expressions of type bool is no...
2015-11-26 Richard Smith[modules] Refactor handling of -fmodules-embed-*. Track...
2015-11-25 Richard SmithP0001R1: 'register' storage class specifier is no longe...
2015-11-25 Richard SmithStop using SFINAE to detect whether a derived-class...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-25 Richard SmithFix typo that was being SFINAE'd away (and apparently...
2015-11-24 Richard SmithTeach RAV to pass its DataRecursionQueue to derived...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-24 Richard SmithReduce the stack usage per recursive step when Recursiv...
2015-11-24 Richard Smith[modules] Add -cc1 flag -fmodules-embed-all-files.
2015-11-24 Richard SmithRemove DataRecursiveASTVisitor; it no longer serves...
2015-11-24 Richard SmithUse data recursion in RecursiveASTVisitor when traversi...
2015-11-24 Richard Smith[coroutines] Build a CoroutineBodyStmt when finishing...
2015-11-23 NAKAMURA Takumiclang-c/Index.h: Move \brief. [-Wdocumentation]
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-11-23 Chad RosierFix a warning about commas at the end of enumerator...
2015-11-23 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-23 Daniel Jasperclang-format: Make moving of the Cursor work properly...
2015-11-23 NAKAMURA TakumiOpenMPClause.h: Fix typos. [-Wdocumentation]
2015-11-23 Vedant Kumar[Driver] Mark isForDiagnostics as const. NFC.
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-11-22 Richard Smith[coroutines] Build implicit return_value / return_void...
2015-11-22 Richard Smith[coroutines] Factor out co_await representation into...
2015-11-20 Peter CollingbourneDriver: Defer computation of linker path until it is...
2015-11-20 Hans WennborgRevert r253582: "clang-cl: Make /W4 imply -Wall -Wextra...
2015-11-20 Alexey Bataev[MS] Fix for bug 25013 - #pragma vtordisp is unknown...
2015-11-20 Argyrios Kyrtzidis[libclang] Make sure to use the raw module format for...
2015-11-20 Richard Smith[coroutines] Per latest wording paper, co_* are no...
2015-11-19 Hans Wennborgclang-cl: Make /W4 imply -Wall -Wextra (PR25563)
2015-11-19 Alexey BataevPR10235: support for vector mode attributes + warning...
2015-11-19 Richard Smith[coroutines] Tweak diagnostics to always use fully...
2015-11-19 John McCallDon't actually add the __unsafe_unretained qualifier...
2015-11-18 David Majnemer[MSVC Compat] Make -Wmicrosoft-cast not an error by...
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-11-18 Eugene LeviantSet flag for lldb when qualified name lookup is being...
2015-11-18 Rafael EspindolaUpdate for llvm change.
2015-11-18 NAKAMURA TakumiBuildUniversalActions(): Prune obsolete \param(s)....
2015-11-18 Richard SmithDon't expose iterators into the list of types on the...
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
2015-11-17 Richard Smith[modules] When a #include is mapped to a module import...
2015-11-17 Artem Belevich[CUDA] Detect and link with CUDA's libdevice bitcode...
2015-11-17 Artem Belevich[CUDA] added include paths for both sides of CUDA compi...
2015-11-17 Artem Belevich[CUDA] use -aux-triple to pass target triple of opposit...
2015-11-17 Douglas KatzmanAdd trivial utility to append -L arguments to linker...
2015-11-17 Manuel KlimekRevert "Make FP_CONTRACT ON the default."
2015-11-17 Craig Topper[Sema] Combine similar diagnostics using %select. NFC
2015-11-17 Richard Smith[modules] Fix some more cases where we used to reject...
2015-11-16 Stephen CanonMake FP_CONTRACT ON the default.
next