- f91e86c Fix crash with cast of value-dependent expr. by Eli Friedman · 11 years ago
- d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
- dce250b Avoid including <stdlib.h> in the intrin.h test by Reid Kleckner · 11 years ago
- 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
- a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 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
- 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
- a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
- d76cec5 [analyzer] Don't even try to convert floats to booleans for now. by Jordan Rose · 11 years ago
- f9d38c0 ObjectiveC migrator: Infer property in the presense by Fariborz Jahanian · 11 years ago
- 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
- d569295 Recommited: Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 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
- 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
- 1a97344 Fix ObjC @encode for C++ classes w/virtual bases. by Eli Friedman · 11 years ago
- 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
- aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
- bb2405f ObjectiveC migrator. infer NS_OPTIONS correctly in the by Fariborz Jahanian · 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
- 641645f ObjectiveC migrator. Ignore migrating 'deprecated' entities. // rdar://14989365 by Fariborz Jahanian · 11 years ago
- 89ac741 ObjectiveC migrator: Don't infer a property from isXXX method by Fariborz Jahanian · 11 years ago
- dce3ce3 [arcmt] Don't try to handle files that are already ARC'ified, this is not possible currently. by Argyrios Kyrtzidis · 11 years ago
- 9c47591 ObjectiveC migrator. Infer property in categories by Fariborz Jahanian · 11 years ago
- 786e56f ObjectiveC modern translator: Provide proper cast of by Fariborz Jahanian · 11 years ago
- 69b6515 Fix const-eval of vector init-lists of a vector. by Eli Friedman · 11 years ago
- 73fa252 [analyzer] Stop tracking the objects with attribute cleanup in the RetainCountChecker. by Anna Zaks · 11 years ago
- 1c3441e cl-options.c just use touch to create that .obj file by Hans Wennborg · 11 years ago
- de2b33d Fix test/Driver/cl-options.c test by Hans Wennborg · 11 years ago
- d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago
- 31bc1d2 ffreestanding shouldn't effect main() on win32 by David Majnemer · 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
- 98592d9 Emit an error when attempting to generate IR for SEH __try by Reid Kleckner · 11 years ago
- 175d417 Add some missing ProhibitAttributes calls to some declaration-like #pragmas. by Richard Smith · 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
- 3084518 New message for cases when ownership is taken: by Anton Yartsev · 11 years ago
- 7a97f7b [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. by Argyrios Kyrtzidis · 11 years ago
- 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
- 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
- 84f007b Make F16C feature imply AVX. Matches GCC behavior. by Craig Topper · 11 years ago
- 3225b9c Avoid getting an argument of allocation function if it does not exist. by Serge Pavlov · 11 years ago
- abcfa61 Parse: Template specializations which aren't dependent needn't have their parsing be delayed by David Majnemer · 11 years ago
- 0f43a6d Add support for -ggnu-pubnames matching the llvm support. by Eric Christopher · 11 years ago
- 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
- 1fca547 Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if by Richard Smith · 11 years ago
- b445cb9 vector_size cannot be applied to Booleans. Updated the semantic checking logic, as well as the comment and added a test case. Fixes PR12649 by Aaron Ballman · 11 years ago
- 422ac9e Switching the WeakRef attribute to using the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
- 8b6aaa9 DebugInfo: omit debug info for friends by David Blaikie · 11 years ago
- fbf6f5c Updated the PCS calling convention to use the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
- c561714 As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser. by Benjamin Kramer · 11 years ago
- 5df4045 Add more Cortex CPUs and tests by Renato Golin · 11 years ago
- f37e4f2 Guard availability and thread safety attributes against wide strings. by Benjamin Kramer · 11 years ago
- 1a343e2 Unify handling of string literal arguments for attributes and add fixits. by Benjamin Kramer · 11 years ago
- 2b33b7e [ARMv8] Change the naming of some options to be more consistent. by Joey Gouly · 11 years ago
- 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
- 0909859 Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests by Amaury de la Vieuville · 11 years ago
- 978c5e0 [-cxx-abi microsoft] Mangle user defined entry points properly by David Majnemer · 11 years ago
- cab7dad [-cxx-abi microsoft] Mangle declarations inside extern "C" by David Majnemer · 11 years ago
- 167b774 CHECK -> CHECK-DAG by David Majnemer · 11 years ago
- fbb08b5 Refactor the uninitialized field visitor. Also moved the calls to the visitor by Richard Trieu · 11 years ago
- ce4ad40 Restore the sqrt -> llvm.sqrt mapping in fast-math mode by Hal Finkel · 11 years ago
- 9bd3cdc PR13657 (and duplicates): by Richard Smith · 11 years ago
- 0f115b3 Fix regression from r190427. by Eli Friedman · 11 years ago
- 8a1fdfc PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a by Richard Smith · 11 years ago
- fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
- e825cf3 Fix the end-location of a CXXTemporaryObjectExpr when it is created with a initializer_list. by Argyrios Kyrtzidis · 11 years ago
- 4bb81d6 clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL. by NAKAMURA Takumi · 11 years ago
- bdb5468 ObjectiveC migration. NS_RETURNS_NOT_RETAINED is the default for by Fariborz Jahanian · 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
- e80501b ObjectiveC migrator. Modify inferred property name by Fariborz Jahanian · 11 years ago
- 8524ed1 Test for correct usage of columnWidth in clang fixit hints. by Alexander Kornienko · 11 years ago
- a81f102 ObjectiveC migrator. methods which look like a getter and by Fariborz Jahanian · 11 years ago
- 313a9f4 Added regression tests. by Serge Pavlov · 11 years ago
- d8dfae6 [analyzer] Handle zeroing constructors for fields of structs with empty bases. by Jordan Rose · 11 years ago
- 42ade49 clang-cl: Warn about overriding /MD with /MT etc. by Hans Wennborg · 11 years ago
- 5427211 fix xcore-opts.c test by Robert Lytton · 11 years ago
- a19efaf Adding some additional test cases for the cleanup attribute. by Aaron Ballman · 11 years ago
- e481413 Fix the ASan dll_thunk path by Timur Iskhodzhanov · 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
- 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
- 56bed97 Fix a bug where -msse followed by -mno-sse would leave MMX enabled. by Craig Topper · 11 years ago
- 58e4cd0 [-cxx-abi microsoft] Canonicalize array parameters better by David Majnemer · 11 years ago
- a3d727b volatile types are not trivially copyable. by Eli Friedman · 11 years ago
- 6c3eb6b Fix test. by Eli Friedman · 11 years ago
- ba08161 Fix is_trivially_constructible preconditions. by Eli Friedman · 11 years ago
- 62a3bba Disable the bool and enum sanitizers when emitting the implicitly-defined copy by Nick Lewycky · 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
- e8bcd4c Ignore noreturn when checking function template specializations by Reid Kleckner · 11 years ago
- 812d6bc PR5683: Issue a warning when subtracting pointers to types of zero size, and by Richard Smith · 11 years ago
- 1507bf5 Fix regression from r190382. by Eli Friedman · 11 years ago