- a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
- fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
- bce8c92 Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add by Nick Lewycky · 11 years ago
- 084be2d Fix up fallout from r187156. by Bob Wilson · 11 years ago
- fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
- 3d9559b Teach typo correction to look inside of classes like it does namespaces. by Kaelyn Uhrain · 11 years ago
- 0e4bdb0 clang-cl: Add /FI (forced include) as an alias for -include by Reid Kleckner · 11 years ago
- 0fe441a [driver] Ignore -fno-var-tracking; it's a GCC option we don't support. by Jordan Rose · 11 years ago
- 6a09ad2 Remove fno_builtin_strcat and fno_builtin_strcpy. by Rafael Espindola · 11 years ago
- 729be24 Remove -fbuiltin-strcat and -fbuiltin-strcpy. by Rafael Espindola · 11 years ago
- 4e77e06 Ignore unknown -fno-builtin-*. by Rafael Espindola · 11 years ago
- e48ceda Remove unused parameter. by Rafael Espindola · 11 years ago
- 7178f6e Ignore some -f options that are supported by gcc. by Rafael Espindola · 11 years ago
- 064c3f1 Replace a bool with an enum for clarity, based on review comment from James Dennett. by Richard Smith · 11 years ago
- 859b622 Implement C++1y digit separator proposal (' as a digit separator). This is not by Richard Smith · 11 years ago
- 92011d0 Update NumTypeBits on Type to match the actual number of used bits. by Mark Lacey · 11 years ago
- a924f84 ObjectiveC: Handle the case of qualifying protocols by Fariborz Jahanian · 11 years ago
- 49b3533 Produce an error for unknown -f options. by Rafael Espindola · 11 years ago
- 8155722 [analyzer] Handle destructors for the argument to C++ 'delete'. by Jordan Rose · 11 years ago
- db10fe2 Move --relocatable-pch to Options.td. by Rafael Espindola · 11 years ago
- 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
- 74cd65e Remove unused option. by Rafael Espindola · 11 years ago
- 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
- da8d37c [analyzer] This patch removes passing around of const-invalidation vs regular-invalidation info by passing around a datastructure that maps regions and symbols to the type of invalidation they experience. This simplifies the code and would allow to associate more different invalidation types in the future. by Anton Yartsev · 11 years ago
- ed91938 Produce an error for unknown -m options. by Rafael Espindola · 11 years ago
- a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
- f26d8bc Remove a use of OPT_m_Joined. by Rafael Espindola · 11 years ago
- 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
- ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
- fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
- ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
- 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
- aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
- c3c6687 Remove unused option. by Rafael Espindola · 11 years ago
- 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
- 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
- b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
- 867521c Some comment updates and tweaks for clarity. by Richard Smith · 11 years ago
- 13b228d Rearrange narrowing checks in initialization to be a different form of step by Richard Smith · 11 years ago
- ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
- a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
- 8adf837 PR17290: Use 'false' macro in fix-it hint for initializing a variable of type by Richard Smith · 11 years ago
- c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
- f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
- f6ae52b clang-cl: Accept -fmsc-version so we can set it without -Xclang by Reid Kleckner · 11 years ago
- 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
- b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
- d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
- 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
- 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
- 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
- a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
- 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
- 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
- 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
- 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
- 6028860 Remove unnecessary comment regarding AsTypeExpr base class by Hal Finkel · 11 years ago
- 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
- 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
- 64228b6 Add comment about exporting clang::driver::ArgStringList, by Hans Wennborg · 11 years ago
- 5c6ecf5 Revert r190902 and r190906 by Hans Wennborg · 11 years ago
- 4832ee3 Revert "Move using directive from Job.h to Job.cpp" (r190902) by Hans Wennborg · 11 years ago
- aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
- f1666bb Move using directive from Job.h to Job.cpp by Hans Wennborg · 11 years ago
- 007ef4f clang-cl: ignore ths /GS- flag by Hans Wennborg · 11 years ago
- 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
- 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
- d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago
- 6560839 clang-cl: ignore all /w<foo> options by Hans Wennborg · 11 years ago
- e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
- e1668a3 Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. by Aaron Ballman · 11 years ago
- 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
- 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
- 0f43a6d Add support for -ggnu-pubnames matching the llvm support. by Eric Christopher · 11 years ago
- d7ae870 Fix a comment. by Michael Han · 11 years ago
- 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
- 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
- 30961ca Fix indentation of closing }; by David Blaikie · 11 years ago
- cb2dfc7 Added missing field comparisons to the FormatStyle::operator== by Alexander Kornienko · 11 years ago
- 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
- 1b9e4eb Documentation: Doxygen-ification of existing docs for Sema/DelayedDiagnostic.h. by James Dennett · 11 years ago
- d8e1358 Documentation cleanup: Fixing \brief comments, migrating away from old style by James Dennett · 11 years ago
- a1ec2b0 Fix two incorrect comments. by Jordan Rose · 11 years ago
- b2956ba Fix typo in llvm_unreachable string. by Nick Lewycky · 11 years ago
- 9bd3cdc PR13657 (and duplicates): by Richard Smith · 11 years ago
- 8a1fdfc PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a by Richard Smith · 11 years ago
- aaaa2a1 Move the execution code from Compilation::ExecuteCommand to Command::Execute by Hans Wennborg · 11 years ago
- fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
- d068607 Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. by Aaron Ballman · 11 years ago
- 42ade49 clang-cl: Warn about overriding /MD with /MT etc. by Hans Wennborg · 11 years ago
- 4b6730d Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182. by Michael Han · 11 years ago
- 71fcba8 Split -Wunused-variable warning. by Daniel Jasper · 11 years ago
- 595ff7f [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics by Daniel Sanders · 11 years ago
- 75804ca Remove unused diagnostics. by Benjamin Kramer · 11 years ago
- 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
- f365bb2 Do not quote YAML plain string myself. Let YAMLIO do that. by Rui Ueyama · 11 years ago
- ebaee6b The cleanup attribute no longer uses an unresolved, simple identifier as its argument. Instead, it takes an expression that is fully resolved. by Aaron Ballman · 11 years ago
- 66118c2 PR17075: When performing partial ordering of a member function against a by Richard Smith · 11 years ago
- 2956ef4 Add -fansi-escape-codes option by Nico Rieck · 11 years ago
- 4ad09e6 getMostSpecialized for function template sets is never used in the context of a by Richard Smith · 11 years ago