2013-06-14 |
Richard Smith | Suppress the c++11 -Wdeprecated warning for 'register... |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Reid Kleckner | [Driver] Refactor clang driver to use LLVM's Option... |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Alexander Kornienko | Don't remove backslashes from block comments. |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Chandler Carruth | Fix the warning for divide by zero to be a bit more... |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Richard Smith | Emit initializers for static-storage-duration temporari... |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Rui Ueyama | [docs] Fix wrong clang-format example. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Tim Northover | Remove implicit fallthrough from AArch64 to Mips in... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Avoid fallthrough in header, to allow external users... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Eli Friedman | Fix the linkage of static locals inside a CapturedStmt... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | Don't depend on the transitive inclusion of PathV1.h. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | Use the sys::RemoveFileOnSignal that takes a StringRef. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Eli Friedman | Followup to r183931 to fix the lambda conversion-to... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | Use the sys::ExecuteAndWait that takes StringRefs. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Eli Friedman | Fix a small bug in the linkage computation for the... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | Update for llvm change. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | Allow clang to build __clear_cache on ARM. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Clean up test to appease NDEBUG builds. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | InheritViz.cpp uses sys::Path, include PathV1.h |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Rafael Espindola | Use version of DisplayGraph that takes a StringRef. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Tim Northover | Teach clang about the armv4/armv4t distinction |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Benjamin Kramer | Modernize some low-hanging PathV1 uses. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Benjamin Kramer | libclang: Remove clang::RemapFiles, it's dead code. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Benjamin Kramer | libclang: Port CIndexer::getClangResourcesPath to PathV... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Sylvestre Ledru | Add Ubuntu Saucy to the list of known Ubuntu releases |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Manuel Klimek | Make it clear in Decl::hasBody that it can return true... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | More for PR12457: fix handling of __builtin_isinf_sign... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Towards PR12457: constant expression evaluation support... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Larisse Voufo | Updated C++1y status for contextual conversions to... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Fix part of PR12457. Patch by Justin Bogner! |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Fix some confusing diagnostic wording. s/implicit defau... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | C++11: If a class has a user-declared copy operation... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Implement core issue 903: only integer literals with... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | In C++11, promote access declaration diagnostic from... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | Add -Wdeprecated warnings and fixits for things depreca... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Richard Smith | When copy-initializing a temporary for a reference... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Nick Lewycky | Include the unexpanded packs in the initializer express... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Richard Smith | Simplify: we don't need any special-case lifetime exten... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Richard Smith | Don't suggest putting 'operator new' or 'operator delet... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Richard Smith | PR12086, PR15117 |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Richard Smith | Move detection of reference members binding to temporar... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Richard Trieu | Introducing -Wheader-guard, a warning that checks heade... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Rafael Espindola | Use the global functions instead of the Program methods. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Richard Smith | Reapply r183721, reverted in r183776, with a fix for... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Andy Gibbs | Retain linker flags specified on cmake command line. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Alexander Kornienko | Preserve newlines before block comments in static initi... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Benjamin Kramer | Port HTMLDiagnostics to PathV2. No intended functionali... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Eli Friedman | Fix buildbot breakage on PPC64. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Aaron Ballman | Silencing a signed vs unsigned comparison mismatch... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Pavel Labath | Fix memory corruption in CStringChecker |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Eli Friedman | Add support for complex compound assignments where... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Eli Friedman | Make va_arg and argument passing to varargs functions... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Eli Friedman | Tweak r183791 so we don't print a note without a source... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Rafael Espindola | Include Path.h instead of PathV2.h. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Eli Friedman | Correctly handle designated initializers which modify... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Richard Smith | Add a testcase for PR7434, which is a bug we no longer... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Rafael Espindola | Include PathV1.h in a file that uses it. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Rafael Espindola | Try to fix the windows build. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Rafael Espindola | Include PathV1.h in files that use it. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Richard Smith | Revert r183721. It caused cleanups to be delayed too... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Samuel Benzaquen | Reduce the number of symbols on the object file. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Argyrios Kyrtzidis | [libclang/python] Add a few "cursor kinds" that were... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Eli Friedman | Make ASTContext::Allocate use size_t for the size argument. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Argyrios Kyrtzidis | Modify a comment to reflect changes of r183717. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Alexander Kornienko | Insert a space at the start of a line comment in case... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Benjamin Kramer | Silence GCC warning. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Benjamin Kramer | ASTUnit: Invert the dependency of PrecompilePreambleAct... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Manuel Klimek | Make it possible to assign clang-format-buffer to a... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
David Majnemer | Remove some unicode that sneaked in. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
David Majnemer | Implement DR61: Address of ambiguous bound methods... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
David Majnemer | Implement DR85: Redeclaration of member is forbidden |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Richard Smith | Rework IR emission for lifetime-extended temporaries... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Eli Friedman | Fix a very silly mistake in r183590. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Eli Friedman | Fix a FIXME in a testcase about packed structs and... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Argyrios Kyrtzidis | [libclang] Allow building a precompiled preamble with... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Fariborz Jahanian | Remove mis-grouping of an objc diagostic in my last |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Fariborz Jahanian | Objective-C [qoi]: Issue better warning when nsstring... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Eli Friedman | Make sure we don't emit invalid IR for StmtExprs with... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Adrian Prantl | cleanup (address some more review comments for r183474): |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Reid Kleckner | Use FPT::getArgTypes() instead of manually building... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Jordan Rose | [analyzer] SATestBuild: Don't require reference results... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Richard Trieu | Add a new warning, -Wlogical-not-parentheses, to -Wpare... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Reid Kleckner | [clang-format] Don't flash an ugly cmd prompt in Vim... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Manuel Klimek | Fixes the comment for hasDeclaration. |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Larisse Voufo | Support for contextual conversion tweaks (N3323) was... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Larisse Voufo | reverted test |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Larisse Voufo | test |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Reid Kleckner | [CodeGen] Make CGCleanup.h include what it now uses |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Reid Kleckner | [CodeGen] Move EHScopeStack to CGCleanup.h from CodeGen... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Faisal Vali | Fix the parser's updating of the template depth when... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Faisal Vali | Revert r183618. |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Faisal Vali | Fix the parser's updating of the template depth when... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Reid Kleckner | Add a test case for blocks taking an array typedef |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Reid Kleckner | Revert "[Sema] Make FunctionType's TSI use unadjusted... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Reid Kleckner | [Sema] Make FunctionType's TSI use unadjusted argument... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Serge Pavlov | Recognition of empty structures and unions is moved... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Jin-Gu Kang | Added a type checking which handle the case of an ext... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Anna Zaks | [analyzer] Minor fixups to r183062 |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Anna Zaks | [analyzer; alternate edges] Fix the edge locations... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Michael Gottesman | Fixed comment typo. |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Adrian Prantl | Debug info: An if condition now creates a lexical scope... |
commit | commitdiff | tree | snapshot |
next |