- 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
- 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
- ada04a1 Sema: Properly indent statements in Sema::ActOnLastBitfield by David Majnemer · 11 years ago
- 895ff0d Sema: trim trailing whitespace in Sema::ActOnLastBitfield by David Majnemer · 11 years ago
- 1e45375 clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts. by NAKAMURA Takumi · 11 years ago
- 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
- cca6f3b Adding triple to lit test fixed in r193901 by Warren Hunt · 11 years ago
- 7f4871f Fixes lit test that doesn't fail on windows by Warren Hunt · 11 years ago
- caf7597 Improves compatibility with cl.exe when laying out array fields by Warren Hunt · 11 years ago
- 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
- 701bc8c Preload module maps in normal user directories, too. by Douglas Gregor · 11 years ago
- 491b714 Add non-type template parameter test for disabled -Wtautological-compare by Richard Trieu · 11 years ago
- d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
- cbc1987 Disable -Wtautological-compare in template instantiations. by Richard Trieu · 11 years ago
- 311cb2b Disable -Wtautological-constant-out-of-range-compare in template instantiations. by Richard Trieu · 11 years ago
- c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
- 2f0754c AArch64: Fix wildcard matching on CHECK lines. Now recognises arch64--. by Amara Emerson · 11 years ago
- e28bdc3 Sema: Make helper function static. by Benjamin Kramer · 11 years ago
- 8b1ab40 Simplify computation of visible module set. by Richard Smith · 11 years ago
- 32b5ca0 Support return type deduction for templates in -fdelayed-template-parsing (microsoft) mode by Faisal Vali · 11 years ago
- 257ddb2 ObjectiveC migrator. When inferring readwrite property, by Fariborz Jahanian · 11 years ago
- 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
- bc64d35 Clang modules: collect exports recursively by Dmitri Gribenko · 11 years ago
- ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
- cd9d305 Fix a C struct diagnostic regression introduced by r187504 (PR17762). by Kaelyn Uhrain · 11 years ago
- f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
- 723cead Use StringRef::endswith_lower. No functionality change. by Rui Ueyama · 11 years ago
- 2a64816 [analyzer] Don't crash when a path goes through a 'delete' destructor call. by Jordan Rose · 11 years ago
- e5849ca iboutletcollection really does have custom parsing. by Aaron Ballman · 11 years ago
- b5901e0 Remove unused diagnostic. by Benjamin Kramer · 11 years ago
- 5eeefe6 ObjectiveC migrator. Change naming hueristic for by Fariborz Jahanian · 11 years ago
- 6b0dc64 sizeof... a parameter pack should be an unevaluated context. by Faisal Vali · 11 years ago
- 1aa8969 Fixed bug with checking the kind of types. by Chris Wailes · 11 years ago
- 3bb1b5c [AArch64] Add some CPU targets for "generic", A-53 and A-57. by Amara Emerson · 11 years ago
- d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
- 6d754e9 ObjectiveC migrator: annotate all protocols/methods in by Fariborz Jahanian · 11 years ago
- 8c099d9 [libclang/python] Add __contains__ to SourceRange class. by Argyrios Kyrtzidis · 11 years ago
- cdd7a96 Fix Windows build by including CGFunctionInfo.h. by Mark Lacey · 11 years ago
- 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
- 6334fd6 clang-cl: Parse the /arch, /Yu and /Fp options (PR17736) by Hans Wennborg · 11 years ago
- 45cac8c [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests by Daniel Sanders · 11 years ago
- 33d7fbc [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
- 5640209 [AArch64] Add support for NEON scalar floating-point compare instructions. by Chad Rosier · 11 years ago
- c94b5ae Avoid diagnosing twice on non-x86 targets by Alp Toker · 11 years ago
- 6167d7f [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
- e58a58d Fix triple / REQUIRES in test from r193685 by Alp Toker · 11 years ago
- 2597315 Recover instead of crashing on MS assembly when no target is loaded by Alp Toker · 11 years ago
- dc837b1 clang-format: Fix indenting corner case with comment and else. by Daniel Jasper · 11 years ago
- 8437957 clang-format: Fix whitespaces in include directives. by Daniel Jasper · 11 years ago
- c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
- 74b7363 clang-format: fix for \r\r\n produced in multiline block comments by Daniel Jasper · 11 years ago
- 2669986 [mips] Delete unused functions. by Akira Hatanaka · 11 years ago
- 190d1af PR17731: When determining whether a tag and a non-tag were declared in the same by Richard Smith · 11 years ago
- 58656de Minor efficiency refactor related to 193661. No functional change. by Warren Hunt · 11 years ago
- cb79df7 Activating latent test case for r193661. by Warren Hunt · 11 years ago
- 1f60017 Fixing code gen to handle microsoft layouts for which size % alignment != 0 by Warren Hunt · 11 years ago
- 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
- 6d0943f Add -lm to sanitizer link arguments. by Evgeniy Stepanov · 11 years ago
- 799bcc7 Add support for the separate version of /FI. by Rafael Espindola · 11 years ago
- 550ed20 [mips] Align the stack to 16-bytes for -mfp64. by Akira Hatanaka · 11 years ago
- 7ebd953 [mips] Use the distance between the current argument's starting address and by Akira Hatanaka · 11 years ago
- 4d1c236 [mips] Move setDescriptionString to base class MipsTargetInfoBase and call it by Akira Hatanaka · 11 years ago
- 4231704 R600: Add Sea Islands GPUs by Tom Stellard · 11 years ago
- d8ee5c1 clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 11 years ago
- b7488d7 Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 11 years ago
- d647efb Fix an assertion when handling a custom case of virtual inheritance; also reduce code duplication by Timur Iskhodzhanov · 11 years ago
- f3af758 Add a missing lit-test expectation (forgotten to write initially?) by Timur Iskhodzhanov · 11 years ago
- fa3d81c Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This allows 'make LDFLAGS=foo' to be set correctly (and matches the way it is done with libllvm and liblldb) by Sylvestre Ledru · 11 years ago
- a6306fc ARM: fix AST for __builtin_arm_strex call by Tim Northover · 11 years ago
- 52af944 clang-format: Fix overloaded operator for global-scoped conversions. by Daniel Jasper · 11 years ago
- 2a9b758 Teach the driver to not try to use 'lib32' multilib spellings on ARM by Chandler Carruth · 11 years ago
- 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
- fe88a10 Doh, got this turned around. This is in fact the consistent ordering. by Chandler Carruth · 11 years ago
- f4ad5ad Clean up the deeply misleading name of the "MultiLibSuffix". This is by Chandler Carruth · 11 years ago
- 6bf97fb Use Rewriter::overwriteChangedFiles() directly by Alp Toker · 11 years ago
- 2dd4710 Revert "Use Rewriter::overwriteChangedFiles() directly" by Alp Toker · 11 years ago
- 66490d2 Remove obsolete RewriteBuffer comment by Alp Toker · 11 years ago
- bc4c6bc Use Rewriter::overwriteChangedFiles() directly by Alp Toker · 11 years ago
- 8fa2cbf Add missing attributes [[gnu::no_sanitize_address]] and by Nick Lewycky · 11 years ago
- 966a0fc Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell by Nick Lewycky · 11 years ago
- 85e10d2 Fix "existant" typos by Alp Toker · 11 years ago
- 76671ed Cleanup comments and braces. No functionality changed, just trying to by Chandler Carruth · 11 years ago
- bb17ff9 Switch %clang -cc1 tests to %clang_cc1 by Alp Toker · 11 years ago
- 9a47824 Revert "Support cross linking to arm on ubuntu." by Rafael Espindola · 11 years ago
- 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
- 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
- 0d89557 More windows path handling. by Rafael Espindola · 11 years ago
- 9f75464 Relax test to pass with windows paths. by Rafael Espindola · 11 years ago
- ba37ef9 Support cross linking to arm on ubuntu. by Rafael Espindola · 11 years ago
- 0e7a1cf [libsanitizer] configure+make: install include/sanitizer into Clang by Alexander Potapenko · 11 years ago
- 9cf7725 StaticAnalyzer/Checkers/DynamicTypePropagation.cpp: Fix in comments. 80-col and an utf8 char. by NAKAMURA Takumi · 11 years ago
- 91f64f3 Fix typo in test's REQUIRES line by Alp Toker · 11 years ago
- 138ef86 Define [U]LLONG_{MIN,MAX} for C++11, add tests. by JF Bastien · 11 years ago
- 0e4f559 Fix the inconsistent order of parameters in the GetVBaseOffsetFromVBPtr definition and declaration by Timur Iskhodzhanov · 11 years ago
- 1f42ca9 Fix option typo. by Rafael Espindola · 11 years ago
- ec538a7 Fix option spelling. by Rafael Espindola · 11 years ago
- 5adfa96 Use -target instead of triple and use FileCheck. by Rafael Espindola · 11 years ago
- 5f3d6a5 Add trunk revision number on the online HTML docs. by Bill Wendling · 11 years ago
- 0e42127 Remove REQUIRES aarch64-registered-target from test by Alp Toker · 11 years ago
- b7bc66a Check IR and don't use temporary files. by Rafael Espindola · 11 years ago