- f2e479e Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
- 675906e Remove a bad string compare from r194968 by Alp Toker · 11 years ago
- c8f0342 Relax some preconditions for using FixedCompilationDatabase. by Edwin Vane · 11 years ago
- ce5b5f1 Add -freroll-loops to enable loop rerolling by Hal Finkel · 11 years ago
- 8c927fc Fixes a typo and changes references to the function clang_displayDiagnostic (which was removed in r96823) to clang_formatDiagnostics. by Sylvestre Ledru · 11 years ago
- 72dcd52 Implement vreinterpret ACLE functions in Clang. by Hao Liu · 11 years ago
- b7a747b [analyzer] Better modeling of memcpy by the CStringChecker (PR16731). by Anton Yartsev · 11 years ago
- 99cbf42 Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a minor bug with poly64 name mangling. by Hao Liu · 11 years ago
- e3a4044 Tests for core issue 241-250. by Richard Smith · 11 years ago
- 1a2dc26 Tests for core issues 224-240. by Richard Smith · 11 years ago
- 00be52d ObjectiveC ARC. More validation of toll-free bridging of by Fariborz Jahanian · 11 years ago
- 749152b ObjectiveC ARC. Validate toll free bridge casting by Fariborz Jahanian · 11 years ago
- d478c0d Remove unused but set variable. by Benjamin Kramer · 11 years ago
- 5950181 Move remaining %clang_cc1 tests out of test/Driver by Alp Toker · 11 years ago
- cf19e5b If a replaceable global operator new/delete is marked inline, don't warn if by Richard Smith · 11 years ago
- 9571ab1 ObjetiveC ARC. Start diagnosing invalid toll free bridging. // rdar://15454846. by Fariborz Jahanian · 11 years ago
- 32ca73e X86: Make specifying avx2 simpler on Darwin with '-arch' by Jim Grosbach · 11 years ago
- 5f900e8 Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. Some by Richard Smith · 11 years ago
- 4c3e0bc Consumed analysis: track state of temporary objects. by DeLesley Hutchins · 11 years ago
- faea5bf Corrected comment about MS prgama warning. by John Thompson · 11 years ago
- 51cc017 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 11 years ago
- 6207622 Updated comment - testing commit rights by Ana Pazos · 11 years ago
- 4b777c0 ObjectiveC ARC. Only briding of pointer to struct CF object is allowed. by Fariborz Jahanian · 11 years ago
- a634237 Darwin(ish): enable embedded compiler-rt builds on Darwin. by Tim Northover · 11 years ago
- 7faf81f PR17949: Fix crash if someone puts a namespace inside a class template. by Richard Smith · 11 years ago
- 93982a7 PR8455: Handle an attribute between a goto label and a variable declaration per by Richard Smith · 11 years ago
- 0a5a7c1 ObjectiveC ARG. A positive test of my previous patch. // rdar://15454846 by Fariborz Jahanian · 11 years ago
- 2f2fb5a Fix typo in CGRecordLayoutBuilder.cpp: s/Field/Fields/ in comment by Hans Wennborg · 11 years ago
- e78728a ObjectiveC ARC. Lookup type associated with objc_bridage at by Fariborz Jahanian · 11 years ago
- 38e26ae These ACLE tests no longer need to cast the return value. by Chad Rosier · 11 years ago
- aed0116 Diagnose C++11 attributes before fp_contract pragmas. by Richard Smith · 11 years ago
- b72227f Fix bogus diagnostic wording. There's no such thing as a compound expression. by Richard Smith · 11 years ago
- e22017e Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 11 years ago
- d378144 clang-cl: Make the driver parse all(?) msvc flags by Hans Wennborg · 11 years ago
- 7ff5416 Remove an unused local from r194827 by Alp Toker · 11 years ago
- c3e16a2 Darwin: Look for libc++ headers in include/, rather than lib/ by Justin Bogner · 11 years ago
- 3604841 libc++: Install headers in include/, rather than lib/ by Justin Bogner · 11 years ago
- 4417498 ObjectiveC. Fixes a bogus warning of unused backing by Fariborz Jahanian · 11 years ago
- 9b58b6e Update contact information. by Chad Rosier · 11 years ago
- 93b717a [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions by Hans Wennborg · 11 years ago
- 16205cd [ASan] Fix darwin-sanitizer-ld.c for iossim, which seems to use -lc++ instead of -lstdc++. by Alexander Potapenko · 11 years ago
- cc82b98 [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS simulator. by Alexander Potapenko · 11 years ago
- eb4d7c3 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
- 7194088 [ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime using configure+make. by Alexander Potapenko · 11 years ago
- 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
- ad40eda Tests for core issue 216-223. by Richard Smith · 11 years ago
- 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
- f93ec76 PR17533 and duplicates: don't compute the return type of an overloaded operator by Richard Smith · 11 years ago
- f72bc46 Don't reject dependent range-based for loops in constexpr functions. The loop by Richard Smith · 11 years ago
- 54307da Fix test failures after addrspacecast added. by Matt Arsenault · 11 years ago
- fda9dbf [analyzer] Silence warnings coming from allocators used by std::basic_string. by Jordan Rose · 11 years ago
- d0e5f6a [analyzer] Include bug column numbers in HTML output (in a comment). by Jordan Rose · 11 years ago
- e21432e Modern gcc is happy to constant evaluate __builtin_strlen in various cases by Richard Smith · 11 years ago
- 0de6bc8 R600: Add processor type for Hawaii by Tom Stellard · 11 years ago
- a683404 PR 17916: Don't fail if xcrun is not present. by Joerg Sonnenberger · 11 years ago
- 2317f7b Fix typo by David Peixotto · 11 years ago
- 4ca9eae Pass -Wa,-I and -Xassembler -I args to integrated assembler by David Peixotto · 11 years ago
- 4891e70 Install clang-format's editor integrations in $PREFIX/share/clang/ by Hans Wennborg · 11 years ago
- 418220b DR408: If a static data member of incomplete array type is declared in a class by Richard Smith · 11 years ago
- 2d2f6c2 Makes A Microsoft Layout CodeGen Test Explicit by Warren Hunt · 11 years ago
- e05372a Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-formed in C++11. by Richard Smith · 11 years ago
- f46e56b [AArch64] Add support for legacy AArch32 NEON scalar shift right by immediate by Chad Rosier · 11 years ago
- 93d4b8c ObjectiveC migrator: This patch sets access property by Fariborz Jahanian · 11 years ago
- 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
- 6973a27 [analyzer] Treat MSVC's _wassert as noreturn. by Jordan Rose · 11 years ago
- 2c050f6 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 11 years ago
- 9887f26 [objcmt] -objcmt-atomic-property & -objcmt-ns-nonatomic-iosonly are companion flags. by Argyrios Kyrtzidis · 11 years ago
- 91934df Move classes into anonymous namespaces. by Benjamin Kramer · 11 years ago
- c7120cf [Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. No by Simon Atanasyan · 11 years ago
- b3c52d7 Remove a test failure. by Kevin Qin · 11 years ago
- 84881a7 Add test case for AArch64 NEON poly64 intrinsic. by Kevin Qin · 11 years ago
- 2a2b69b Add test cases for AArch64 NEON instruction set misc. by Kevin Qin · 11 years ago
- 4ae7d04 Revert r194663 and r194647. by Ted Kremenek · 11 years ago
- e452d61 Refine -Wunused-variable to only suppress warning for __bridge_transfer, not all bridge casts. by Ted Kremenek · 11 years ago
- 624bb5e [AArch64 neon] support poly64 and relevant intrinsic functions. by Kevin Qin · 11 years ago
- 8137a60 Implement aarch64 neon instruction class misc. by Kevin Qin · 11 years ago
- 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
- 2e22f29 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
- 1f64cfc Suppress -Wunused-variable when initializer uses bridge casts for memory management. by Ted Kremenek · 11 years ago
- a7cd801 Use a more realistic NS class names in by Fariborz Jahanian · 11 years ago
- 7f82297 ObjectiveC ARC. objc_bridge attribute should be applied to by Fariborz Jahanian · 11 years ago
- 4d0ddec Work around a bug in old gcc on the FreeBSD bot, which complains about by Dmitri Gribenko · 11 years ago
- 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
- 02593f5 [objcmt] If no objcmt options were specified, default to enable literals+subscripting. by Argyrios Kyrtzidis · 11 years ago
- 17c384c [objcmt] Transfer the objcmt flags from the driver to cc1 invocation and by Argyrios Kyrtzidis · 11 years ago
- f1576c1 [objcmt] If the frontend option is frontend::MigrateSource then we don't need to create by Argyrios Kyrtzidis · 11 years ago
- dc8e938 Don't use alias from derived dtor to base dtor at -O0. by Rafael Espindola · 11 years ago
- 6526de4 -fms-extensions: Recognize _alloca as an alias for the alloca builtin by Reid Kleckner · 11 years ago
- f2941ec Only provide MS builtins when -fms-extensions is on by Reid Kleckner · 11 years ago
- d4315fe libclang does not depend directly on clangFormat; but clangIndex does by Dmitri Gribenko · 11 years ago
- 86cfda2 Documentation parsing: move comment-to-XML conversion routines to libIndex by Dmitri Gribenko · 11 years ago
- 1d40d62 No functional change. Renaming a variable in RecordLayoutBuilder and by Warren Hunt · 11 years ago
- ea88107 Add test case for r194593 by Weiming Zhao · 11 years ago
- 2fe4f17 Make inline functions in a header file static. by Dmitri Gribenko · 11 years ago
- a665321 [AArch64] Tests for legacy AArch32 NEON scalar shift by immediate instructions. by Chad Rosier · 11 years ago
- c5f4a8c Drop windows specific handling of equivalent destructors. by Rafael Espindola · 11 years ago
- 7792fde Adds ARM backend options: -mrestrict-it and -mno-restrict-it by Weiming Zhao · 11 years ago
- e909a72 [objcmt] Use FileIDs directly instead of their hash value. by Argyrios Kyrtzidis · 11 years ago
- 42e68d5 No need to use CGM.getCXXABI() from CXXABI by Timur Iskhodzhanov · 11 years ago
- a9f2809 Correctly mark first token in the presence of UTF-8 BOM. by Alexander Kornienko · 11 years ago