- 4b0f1e1 [AST] Add a flag indicating if any subexpression had errors by Haojian Wu · 6 years ago
- d5edcb9 [clang] Prune 'IsOMPStructuredBlock' Stmt bit by Roman Lebedev · 6 years ago
- 7ea9a6e Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs" by Hans Wennborg · 6 years ago
- b481f02 [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
- 5c02fe1 Revert "[Concepts] Placeholder constraints and abbreviated templates" by Sam McCall · 6 years ago
- e57a9ab [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
- 62e4b50 Revert "[Concepts] Placeholder constraints and abbreviated templates" by Jonas Devlieghere · 6 years ago
- e03ead6 [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
- a0f50d7 [Concepts] Requires Expressions by Saar Raz · 6 years ago
- baa84d8 Revert "[Concepts] Requires Expressions" by Saar Raz · 6 years ago
- 0279318 [Concepts] Requires Expressions by Saar Raz · 6 years ago
- ff1e0fc [Concepts] Type Constraints by Saar Raz · 6 years ago
- cbc9d22 make -fmodules-codegen and -fmodules-debuginfo work also with PCHs by Luboš Luňák · 6 years ago
- 729530f -fmodules-codegen should not emit extern templates by Luboš Luňák · 6 years ago
- b65b1f3 [Concepts] Function trailing requires clauses by Saar Raz · 6 years ago
- df061c3 [Concepts] Constrained partial specializations and function overloads. by Saar Raz · 6 years ago
- 79cc9e9 Revert "[Concepts] Constrained partial specializations and function overloads." by Reid Kleckner · 6 years ago
- d3f5769 [Concepts] Constrained partial specializations and function overloads. by Saar Raz · 6 years ago
- 5094e6d Revert concepts changes from D41910 by Vedant Kumar · 6 years ago
- fc0731b98 [Concepts] Constrained partial specializations and function overloads. by Saar Raz · 6 years ago
- 2ac702a Move ASTRecordWriter into its own header; NFC. by John McCall · 6 years ago
- 848934c [c++20] Fix handling of unqualified lookups from a defaulted comparison by Richard Smith · 6 years ago
- 60573ae Remove Expr.h include from ASTContext.h, NFC by Reid Kleckner · 6 years ago
- f3efd69 [ObjC] Make sure that the implicit arguments for direct methods have been setup by Alex Lorenz · 6 years ago
- 7f9b513 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
- 5412913 Revert " Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior="" by Melanie Blower · 6 years ago
- cdbed2d Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
- b0561b3 [NFC] Refactor representation of materialized temporaries by Tyker · 6 years ago
- c9276fb Revert "[NFC] Refactor representation of materialized temporaries" by Nico Weber · 6 years ago
- 08ea1ee [NFC] Refactor representation of materialized temporaries by Tyker · 6 years ago
- 2073dd2 Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. by Adrian Prantl · 6 years ago
- 0330fba [Concept] Associated Constraints Infrastructure by Saar Raz · 6 years ago
- 2b4fa53 For P0784R7: compute whether a variable has constant destruction if it by Richard Smith · 6 years ago
- 0905106 [Sema] Diagnose default-initialization, destruction, and copying of by Akira Hatanaka · 6 years ago
- 6f6156b Revert "[Sema] Diagnose default-initialization, destruction, and copying of" by Akira Hatanaka · 6 years ago
- 81b03d4 [Sema] Diagnose default-initialization, destruction, and copying of by Akira Hatanaka · 6 years ago
- d7aae33 [Concepts] Concept definitions (D40381) by Saar Raz · 6 years ago
- e030827 [Bitcode] Move Bitstream to a separate library by Francis Visoiu Mistrih · 6 years ago
- 796ed03 [C++20] add Basic consteval specifier by Gauthier Harnisch · 6 years ago
- 715f7a1 For DR712: store on a DeclRefExpr whether it constitutes an odr-use. by Richard Smith · 6 years ago
- 76b9027 [c++20] Add support for explicit(bool), as described in P0892R2. by Richard Smith · 7 years ago
- d2b9fc8 Revert r359949 "[clang] adding explicit(bool) from c++2a" by Hans Wennborg · 7 years ago
- 5fe2ddb [clang] adding explicit(bool) from c++2a by Nicolas Lesser · 7 years ago
- f19a8b0 Replace ad-hoc tracking of pattern for an instantiated class-scope by Richard Smith · 7 years ago
- b570060 [clang][OpeMP] Model OpenMP structured-block in AST (PR40563) by Roman Lebedev · 7 years ago
- 9cc10fc [OPENMP 5.0]Initial support for 'allocator' clause. by Alexey Bataev · 7 years ago
- 25ed0c0 [OPENMP 5.0]Add initial support for 'allocate' directive. by Alexey Bataev · 7 years ago
- c5792aa Avoid needlessly copying a block to the heap when a block literal by Akira Hatanaka · 7 years ago
- 520a37f [modules] Fix handling of initializers for templated global variables. by Richard Smith · 7 years ago
- 251e148 [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. by Michael Kruse · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- 1e36882 [ObjCARC] Add an new attribute, objc_externally_retained by Erik Pilkington · 7 years ago
- 8e57b07 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
- 3197484 Revert r343518. by Akira Hatanaka · 7 years ago
- 2bf09cc Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
- 1408f91 [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 7 years ago
- e6aa469 [OPENMP] Fix PR38903: Crash on instantiation of the non-dependent by Alexey Bataev · 7 years ago
- 9bd2452 Revert r341754. by Akira Hatanaka · 7 years ago
- 2e00b98 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
- d01b749 [OPENMP] FIx processing of declare target variables. by Alexey Bataev · 7 years ago
- 9978da3 [CodeGen] Merge equivalent block copy/helper functions. by Akira Hatanaka · 7 years ago
- 1c301dc Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
- f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
- db49a1f Serialize DoesNotEscape. by Akira Hatanaka · 7 years ago
- 9b18eca [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext by Erich Keane · 7 years ago
- 9c66506 [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into DeclContext by Erich Keane · 7 years ago
- f92f31c [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into DeclContext by Erich Keane · 7 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- ab4d730 [ODRHash] Support hashing enums. by Richard Trieu · 7 years ago
- d55661d [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166) by Roman Lebedev · 7 years ago
- c23d734 [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but by Richard Smith · 7 years ago
- 3be68e1 Revert r335019 "Update NRVO logic to support early return (Attempt 2)" by Taiju Tsuiki · 7 years ago
- b000a88 Update NRVO logic to support early return (Attempt 2) by Taiju Tsuiki · 7 years ago
- 5429bd7 Revert "Update NRVO logic to support early return" by Sam McCall · 8 years ago
- 44f9c58 Update NRVO logic to support early return by Taiju Tsuiki · 8 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
- a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 8 years ago
- 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 8 years ago
- e6313ac [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 8 years ago
- d236a34 Revert "[ObjC++] Never pass structs that transitively contain __weak fields in" by Akira Hatanaka · 8 years ago
- f15d29c [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 8 years ago
- ec38cf7 [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ in templatized code under ARC by George Karpenkov · 8 years ago
- fcbe17c [ObjC++] Make parameter passing and function return compatible with ObjC by Akira Hatanaka · 8 years ago
- 1e879d8 Sink PrettyDeclStackTrace down to the AST library by Jordan Rose · 8 years ago
- d791e92 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. by Akira Hatanaka · 8 years ago
- 34fb264 Serialize the NonTrivialToPrimitive* flags I added in r326307. by Akira Hatanaka · 8 years ago
- be7daa3 Revert "[ObjC] Allow declaring __weak pointer fields in C structs in ARC." by Akira Hatanaka · 8 years ago
- c181b12 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. by Akira Hatanaka · 8 years ago
- 02914dc Add support for attribute 'trivial_abi'. by Akira Hatanaka · 8 years ago
- 281d20b Implement Attribute Target MultiVersioning by Erich Keane · 8 years ago
- a263c34 Serialize the IDNS for a UsingShadowDecl rather than recomputing it. by Richard Smith · 8 years ago
- e6caa26 [ODRHash] Support ODR violation detection in functions. by Richard Trieu · 8 years ago
- acfa339 Refactor overridden methods iteration to avoid double lookups. by Benjamin Kramer · 8 years ago
- c4ec87a Revert r320230 to fix buildbots. by Richard Trieu · 8 years ago
- e81caeb [ODRHash] Support ODR violation detection in functions. by Richard Trieu · 8 years ago
- 435e647 PR35456: Track definedness of variable template specializations separately from by Richard Smith · 8 years ago
- 1f3a2af Adjust r316292 - remove the anonymous union for sharing a bitfield in FunctionDecl. by Faisal Vali · 8 years ago
- 1524e67 Modular Codegen: Don't home always_inline functions by David Blaikie · 8 years ago
- 0826729 Modular Codegen: Don't home/modularize static functions in headers by David Blaikie · 8 years ago
- 81b756e [C++17] Fix PR34970 - tweak overload resolution for class template deduction-guides in line with WG21's p0620r0. by Faisal Vali · 8 years ago