2013-04-11 |
Bob Wilson | Add a new -mimplicit-float option for symmetry with... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Reid Kleckner | Follow Jordan's advice and use {{^}} and {{$}} for... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Reid Kleckner | [ms-cxxabi] Implement member pointer emission and deref... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Argyrios Kyrtzidis | [PCH] Change test/PCH/headersearch.cpp to use -emit... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Argyrios Kyrtzidis | [libclang] Improve a doxygen comment, as suggested... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Jyotsna Verma | Hexagon: Remove -g option from the assembler command... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Argyrios Kyrtzidis | [libclang] Have clang_getCXXAccessSpecifier() also... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Daniel Jasper | Change clang-format's affinity for breaking after retur... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Reid Kleckner | Fix failing dependencies-and-pp.c test |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Reid Kleckner | Use lit's internal shell runner on Windows for Clang... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Reid Kleckner | FileCheck-ify more grep tests with quoted double quotes |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Daniel Jasper | Fix formatting of overloaded assignment operators. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Ryan Govostes | [analyzer] Factor common code from {SymSym,SymInt,IntSy... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
NAKAMURA Takumi | ARCMigrate/Transforms.h: Remove \arg in comment. [... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
John McCall | Drop ObjCIndirectCopyRestoreExprs during template insta... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Argyrios Kyrtzidis | [libclang] Expose record layout info via new libclang... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Jordan Rose | Force a load when creating a reference to a temporary... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Anton Yartsev | [analyzer] Refactoring: better doxygen comment; renamin... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Fariborz Jahanian | comment parsing. Add couple more needed doxygen tags. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Adrian Prantl | get rid of stdio.h include in testcase |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Adrian Prantl | add mips target requirement to testcase |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anna Zaks | [analyzer] Address Jordan’s review of r179219 |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anna Zaks | [analyzer] Address Jordan’s code review of r 179221 |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anton Yartsev | [analyzer] +Testcase: several used-after-free args... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anton Yartsev | [analyzer] Switched to checkPreCall interface for detec... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Jack Carter | Mips specific inline asm memory operand modifier test... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anna Zaks | [analyzer] Fix a crash in SyntaxCString checker when... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anna Zaks | [analyzer] When reporting a leak in RetainCount checker... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Anna Zaks | [analyzer] Cleanup leak warnings: do not print the... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Eric Christopher | For split dwarf we should also run the objcopy action... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Chad Rosier | Remove unused arguments. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Chad Rosier | [driver] Add a -Ofast option, which enables -O3, -ffast... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Reid Kleckner | FileCheck-ify some clang grep tests that use double... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Dmitri Gribenko | -fparse-all-comments: remove redundant check, as sugges... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Chad Rosier | [ms-inline asm] Move a few test cases from the 32-bit... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Chad Rosier | [ms-inline asm] Add a few test cases that were regresse... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Dmitri Gribenko | Add testcases for -fparse-all-comments |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Dmitri Gribenko | Add an option to parse all comments as documentation... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Manuel Klimek | Fixes recovering from errors when parsing braced init... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Daniel Jasper | Fix labels with trailing comments and cleanup. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Ted Kremenek | Handle "typeof" in Objective-C format string checking... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Richard Smith | Add support for computing the exception specification... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
John McCall | Don't crash when mangling types defined in ObjC class... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Richard Smith | C++11 inheriting constructors: support for inheriting... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Douglas Gregor | <rdar://problem/13605348> Don't consider invalid user... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Argyrios Kyrtzidis | [frontend] -frewrite-includes: turn implicit module... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Argyrios Kyrtzidis | [frontend] When preprocessing, turn implicit module... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Argyrios Kyrtzidis | [frontend] -frewrite-includes: if there was no inclusio... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Ilseman | Repeat some #line directive tests for the GNU line... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Ilseman | Improve the diagnostics of the number-reading preproces... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Matt Beaumont-Gay | Suppress -Wunused-variable for variables declared in... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Richard Trieu | Remove outdated run lines from tests. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Edwin Vane | Updating cpp11-migrate transform list in ClangTools... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Edwin Vane | Adding new AST Matchers isVirtual and isOverride |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Argyrios Kyrtzidis | [c-index-test] Enable 'display diagnostics' when using... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Argyrios Kyrtzidis | [libclang] In cxtu::getASTUnit(), check for a null... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Fariborz Jahanian | Objective-C: This patch fixes a none-issuance of warning |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Daniel Jasper | Fix comments before labels. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexander Kornienko | Again macros without trailing semicolons: don't care... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Daniel Jasper | Improvements to clang-format integrations. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Rafael Espindola | Mention the changes in the handling of language linkage... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Reid Kleckner | [ms-cxxabi] Add "$$C" when mangling template arg QualTypes |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Samsonov | One more follow-up to r179082 - parse PIC/PIE arguments... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Samsonov | Follow-up for r179082: more careful handling of -f... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Peter Collingbourne | If the user requested a zero-base-shadow sanitizer... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Jordan Rose | [analyzer] Replace isIntegerType() with isIntegerOrEnum... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
John McCall | When checking for illegal expressions in a default... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Douglas Gregor | Skip transparent contexts when looking for using direct... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Argyrios Kyrtzidis | Mark as referenced the functions from instantiated... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Anna Zaks | [analyzer] Keep tracking the pointer after the escape... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Ted Kremenek | Add test case calling a deprecated method from a subcla... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
John McCall | Don't copy just to capture a strong block pointer under... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/13584715> Converted constant expression... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/13540899> Collect using directives... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
NAKAMURA Takumi | clang/test/Index/annotate-tokens.cpp: Appease msvc... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Alexander Kornienko | Recognize function-like macro usages without semicolon... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Nick Lewycky | Fix typo in assertion. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Eli Bendersky | The PNaCl target no longer permits __attribute__((regpa... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/13559825> Further reduce template insta... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Richard Trieu | Fix PR15634, better error message for template deductio... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Ted Kremenek | Update checker build to checker-273 |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/13540921> Fix a crasher when an Objecti... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Adrian Prantl | fix indentation |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Bill Wendling | The recent GCOV changes expect the initial version... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Daniel Jasper | Revamp indentation behavior for complex binary expressions. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
DeLesley Hutchins | Thread safety analysis: turn on checking within lock... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Fariborz Jahanian | fixes a typo in my last patch. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Chris Lattner | In the comparison, both clang and GCC are popular and... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Fariborz Jahanian | doce parsing: adding few more headerdoc tags. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/13540921> Cope with instantiations... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/13540921> Cope with deduced 'auto'... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Ted Kremenek | Tweak warning text for nil value in ObjC container... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Chad Rosier | Test case for r179030. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Douglas Gregor | <rdar://problem/12806802> Propagate access specifiers... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Daniel Jasper | Add matcher for NamespaceDecls. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Daniel Jasper | Remove outdated part of help message. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Daniel Jasper | Revert accidental commit r179015. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Daniel Jasper | x |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Benjamin Kramer | Sema: Don't crash when trying to emit a warning for... |
commit | commitdiff | tree | snapshot |
2013-04-06 |
Richard Smith | Remove nondeterminism introduced in r178950. |
commit | commitdiff | tree | snapshot |
next |