2012-06-21 |
Anna Zaks | [analyzer] Do not step into statements while collecting... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
David Blaikie | PR13165: False positive when initializing member data... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Fariborz Jahanian | objective-c: deprecated C-like parameters in Objective-C |
commit | commitdiff | tree | snapshot |
2012-06-21 |
John McCall | Adjust this code so that it strictly honors |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Alexey Samsonov | Less restrictive check in unit test for unsupported... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
NAKAMURA Takumi | Revert r158423 corresponding to r158796, "test/Driver... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Chandler Carruth | Clang side of a refactoring of the CMake unit test... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Daniel Jasper | Make the RecursiveASTVisitor visit the body of a range... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Alexey Samsonov | Improve support for -g options accepted by Clang: |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Jordan Rose | Pretend that enum constants have enum type when inferri... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Jordan Rose | Don't warn for -Wstatic-in-inline if the used function... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Chandler Carruth | Switch Clang to re-use the the newly factored common... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Richard Smith | MS: Mangle rvalue references and nullptr_t, and produce... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Chandler Carruth | Simplify the Clang unittest function in the CMake build... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Chandler Carruth | Remove a goofy CMake hack and use the standard CMake... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Richard Smith | If an object (such as a std::string) with an appropriat... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Chandler Carruth | Remove an unused feature of the clang unittest macro. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Richard Smith | Do not complain about junk on the end of a #endif in... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Dmitri Gribenko | RawCommentList::addComment: fix the assertion so it... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Anna Zaks | [analyzer] Malloc leak false positive: Allow xpc contex... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Fariborz Jahanian | objective-c: place quotes around named items in a diagn... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Fariborz Jahanian | objc: tweak my last patch to warn if class extension |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Fariborz Jahanian | objective-c: Normally, a property cannot be both 'reado... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: escape a < character in a Doxyge... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
John McCall | Introduce ObjCRuntime::hasWeakClassImport() and use... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Alexander Kornienko | Added test with sizeof conditions (relies on to-be... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Jordan Rose | Reword -Winternal-linkage-in-inline, and rename it... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Anna Zaks | [analyzer] Do not walk the types for call graph constru... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Anna Zaks | [analyzer] Malloc: cleanup, disallow free on relinquish... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Anna Zaks | [analyzer] Remove dead code. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: escaping # characters in Doxygen... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dmitri Gribenko | Remove unused ASTContext& arg in RawCommentList::addCom... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Nico Weber | Allow unqualified lookup of non-dependent member functions |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Jordan Rose | Remove -Winternal-linkage-in-inline in C++. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Chad Rosier | [ms-style asm] Change the fatal error to an extension... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Benjamin Kramer | Don't circumvent the debug info type cache when emittin... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Fariborz Jahanian | objc: improved diagnostic when property autosynthesis... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Sean Hunt | Fix a thinko and a stray debugging hunk in my attribute... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Chandler Carruth | Fix a big layering violation introduced by r158771. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Chandler Carruth | Remove a 'static' specifier from an 'inline' function... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Ted Kremenek | Revert "Provide a -no-pedantic to cancel out -pedantic... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Chandler Carruth | Fix a warning on a fully covered switch with a default: |
commit | commitdiff | tree | snapshot |
2012-06-20 |
John McCall | Restructure how the driver communicates information... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Jordan Rose | [analyzer] Move failing 'new' test cases back into... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Argyrios Kyrtzidis | [arcmt] |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Jordan Rose | [analyzer] Invalidate placement args; return the pointe... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Argyrios Kyrtzidis | [objcmt] Have the modern objc migration warning change... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Rafael Espindola | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Argyrios Kyrtzidis | [arcmt] When migrating to ARC disable -Werror so as... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dmitri Gribenko | Unbreak GCC build: GCC doesn't like clang::Parser:... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: adding/fixing Doxygen markup... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: escape "::" to avoid a Doxygen... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dmitri Gribenko | Unbreak CMake build: remove not-yet-committed CommentLe... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: escape # character in a Doxygen... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-06-20 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Kaelyn Uhrain | Add the PCH file name to the message about not being... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Dmitri Gribenko | Structured comment parsing, first step. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Nico Weber | Do a second lookup for type_info in the global namespac... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Sean Hunt | Reapply r158700 and fixup patches, minus one hunk that... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Sean Hunt | Do not crash when we dynamic cast a final type to void*. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
DeLesley Hutchins | Thread Safety Analysis: Move some warnings on thread... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Tanya Lattner | Extend the support for cl-std to include 1.2. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fariborz Jahanian | objective-c: warn when autosynthesizing a property... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Aaron Ballman | Reapplying the changes from r158717 as they were rolled... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Jakob Stoklund... | Revert r158700 and dependent patches r158716, r158717... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Richard Smith | Fix -Wc++11-narrowing warnings for narrowing negative... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
David Blaikie | Enable -Wnull-conversion for non-integral target types... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
James Dennett | Documentation cleanup: escape "::", and other minor... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
James Dennett | Documentation cleanup: add \verbatim markup for grammar... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
James Dennett | Documentation cleanup: fixing file headers to use Doxyg... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Fariborz Jahanian | objc-arc: captured block variable accessed in its block... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Ted Kremenek | Adjust scan-build to enable color output for xterm... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Chad Rosier | [driver] Per Bob's suggestion, emphasize the file dumps. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Kaelyn Uhrain | Remove some debugging code that snuck into r158691. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Meador Inge | Revert predefined decl tracking. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Sean Hunt | Remove redundant uses of SmallString |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Chad Rosier | [driver] Print the compiler version before the diagnost... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Chad Rosier | [driver] Make the crash diagnostic message more visable... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Aaron Ballman | Improves parsing and semantic analysis for MS __declspe... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Sean Hunt | Stop abusing StringRef. Fixes the Windows build. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Anna Zaks | [analyzer] Allow pointers to escape into NSPointerArray. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Sean Hunt | Improve the specification of spellings in Attr.td. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Jordan Rose | Fix the location of the fixit for -Wnewline-eof. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Argyrios Kyrtzidis | [objcmt] When checking whether the subscripting methods... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Rafael Espindola | Add a -fuse-init-array option to cc1 and map to the... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Kaelyn Uhrain | Improve the error message when a function overload... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Ted Kremenek | Sink definition of IBOutlet, IBOutletCollection, and... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Jordan Rose | Change -Winternal-linkage-in-inline from ExtWarn to... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Michael J.... | XFAIL linker-opts.c on win32 now that it doesn't preten... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Tanya Lattner | Add language std for OpenCL 1.1 and 1.2. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Jordan Rose | Support -Winternal-linkage-in-inline in C++ code. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Jordan Rose | Add new tool 'diag-build' for showing enabled warnings... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Jordan Rose | [analyzer] Add a comment: why we treat array compound... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Matt Beaumont-Gay | Move a few static functions from DiagnosticRenderer... |
commit | commitdiff | tree | snapshot |
next |