- 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
- e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
- 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
- b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
- 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
- 5c8a92e Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that by Richard Smith · 11 years ago
- a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
- a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
- 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
- d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
- dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
- d71b15b Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 11 years ago
- 6b96742 Try to fix the bots with a forward decl. by Reid Kleckner · 11 years ago
- 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
- cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
- 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
- 7273289 Remove unused file. by Richard Smith · 11 years ago
- 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
- 58df042 Add warning group -Wdeprecated-register for C++11 warning on 'register' being by Richard Smith · 11 years ago
- ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
- 0012dd4 Add testcase for DR39 from PR5916. by Richard Smith · 11 years ago
- 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
- 19707c2 Fixed one buildbot-failure-causing bug... by Larisse Voufo · 11 years ago
- 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
- 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
- 539470e Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. by Larisse Voufo · 11 years ago
- d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
- 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
- d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
- 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
- 3bf6805 Fix comments referring to non-existent types. by Eli Friedman · 11 years ago
- ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
- 6b759f4 Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a by Richard Smith · 11 years ago
- b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
- 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
- 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
- 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
- 0b588cd [docs] Fix wrong clang-format example. by Rui Ueyama · 11 years ago
- 162579a Remove implicit fallthrough from AArch64 to Mips in lib selection by Tim Northover · 11 years ago
- 13f8404 Avoid fallthrough in header, to allow external users of Clang libraries to by Richard Smith · 11 years ago
- 678eca4 Fix the linkage of static locals inside a CapturedStmt. (Found in the by Eli Friedman · 11 years ago
- aa12d8f Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 11 years ago
- 6f2e23b Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 11 years ago
- 95099ef Followup to r183931 to fix the lambda conversion-to-block-pointer member. by Eli Friedman · 11 years ago
- 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
- 38fa961 Fix a small bug in the linkage computation for the lambda conversion-to-function-pointer member. by Eli Friedman · 11 years ago
- 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
- ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
- 7b7db26 Clean up test to appease NDEBUG builds. by Richard Smith · 11 years ago
- 2f9c035 InheritViz.cpp uses sys::Path, include PathV1.h by Rafael Espindola · 11 years ago
- 8b81df3 Use version of DisplayGraph that takes a StringRef. by Rafael Espindola · 11 years ago
- 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
- 0b21490 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 11 years ago
- 009d7d5 libclang: Remove clang::RemapFiles, it's dead code. by Benjamin Kramer · 11 years ago
- 082ad2b libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality change. by Benjamin Kramer · 11 years ago
- 1b03464 Add Ubuntu Saucy to the list of known Ubuntu releases by Sylvestre Ledru · 11 years ago
- a438e68 Make it clear in Decl::hasBody that it can return true on redeclarations. by Manuel Klimek · 11 years ago
- 5350ded More for PR12457: fix handling of __builtin_isinf_sign and test. by Richard Smith · 11 years ago
- acaf72a Towards PR12457: constant expression evaluation support for __builtin_parity{,l,ll}, __builtin_ffs{,l,ll}, and __builtin_fpclassify. by Richard Smith · 11 years ago
- 43cbfb6 Updated C++1y status for contextual conversions to 'partial' (without review) by Larisse Voufo · 11 years ago
- 4dbf408 Fix part of PR12457. Patch by Justin Bogner! by Richard Smith · 11 years ago
- 6698be8 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 11 years ago
- 36155c1 C++11: If a class has a user-declared copy operation or destructor, the by Richard Smith · 11 years ago
- f050d24 Implement core issue 903: only integer literals with value 0 and prvalues of by Richard Smith · 11 years ago
- 1b2209f In C++11, promote access declaration diagnostic from warning to error. There by Richard Smith · 11 years ago
- 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
- 4e47ecb When copy-initializing a temporary for a reference binding, don't allow use of by Richard Smith · 11 years ago
- 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
- d4ec562 Simplify: we don't need any special-case lifetime extension when initializing by Richard Smith · 11 years ago
- d3ff325 Don't suggest putting 'operator new' or 'operator delete' in a namespace to fix a two-phase lookup issue. That's not permitted. by Richard Smith · 11 years ago
- 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
- a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
- 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
- a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
- 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
- 39bdd4f Retain linker flags specified on cmake command line. by Andy Gibbs · 11 years ago
- e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
- 1342a4e Port HTMLDiagnostics to PathV2. No intended functionality change. by Benjamin Kramer · 11 years ago
- 00f86f9 Fix buildbot breakage on PPC64. by Eli Friedman · 11 years ago
- eba7d2f Silencing a signed vs unsigned comparison mismatch in MSVC. by Aaron Ballman · 11 years ago
- 3b8f77d Fix memory corruption in CStringChecker by Pavel Labath · 11 years ago
- 0934e18 Add support for complex compound assignments where the LHS is a scalar. by Eli Friedman · 11 years ago
- 7a1b586 Make va_arg and argument passing to varargs functions work correctly with by Eli Friedman · 11 years ago
- 81359b0 Tweak r183791 so we don't print a note without a source location. by Eli Friedman · 11 years ago
- 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
- 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
- edcf511 Add a testcase for PR7434, which is a bug we no longer appear to have. by Richard Smith · 11 years ago
- 2db9828 Include PathV1.h in a file that uses it. by Rafael Espindola · 11 years ago
- a265461 Try to fix the windows build. by Rafael Espindola · 11 years ago
- 3439237 Include PathV1.h in files that use it. by Rafael Espindola · 11 years ago
- a57be56 Revert r183721. It caused cleanups to be delayed too long in some cases. by Richard Smith · 11 years ago
- cf69590 Reduce the number of symbols on the object file. by Samuel Benzaquen · 11 years ago
- da6a6f0 [libclang/python] Add a few "cursor kinds" that were missing in the python binding for libclang. by Argyrios Kyrtzidis · 11 years ago
- 605c59a Make ASTContext::Allocate use size_t for the size argument. by Eli Friedman · 11 years ago
- 739f9e5 Modify a comment to reflect changes of r183717. by Argyrios Kyrtzidis · 11 years ago
- 2b2faa5 Insert a space at the start of a line comment in case it starts with an alphanumeric character. by Alexander Kornienko · 11 years ago
- b6f521a Silence GCC warning. by Benjamin Kramer · 11 years ago
- b62b8b9 ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePreambleConsumer. by Benjamin Kramer · 11 years ago
- ac2bfd8 Make it possible to assign clang-format-buffer to a keybinding. by Manuel Klimek · 11 years ago
- 0f9b855 Remove some unicode that sneaked in. by David Majnemer · 11 years ago