2013-03-13 |
Argyrios Kyrtzidis | [Modules] Resolve top-headers of modules lazily. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Reed Kotler | Cause the mips16/nomips16 attribute to be passed to... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Anna Zaks | [analyzer] BugReporter - more precise tracking of C... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Ted Kremenek | Remove stray space. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Ted Kremenek | [analyzer] Handle Objc Fast enumeration for "loop is... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Daniel Jasper | Fix incorrect cast identification. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Anton Yartsev | [analyzer] fixed the logic changed by r176949 |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Adrian Prantl | relax check to allow for attributes (fix buildbot for... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Daniel Jasper | Fix comment indentation before labels. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Daniel Jasper | Fix formatting issue with builder-type calls. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Alexander Kornienko | Added AnnotatedToken::isOneOf + a few other refactorings |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Anton Yartsev | Refactoring: |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Dmitri Gribenko | Documentation: formatting fixes |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Edwin Vane | Reverting r176944 until Author fixes test failure. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Edwin Vane | ClangTool output cleanup |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Evgeniy Stepanov | Add llvm-symbolizer as test dependency. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Daniel Jasper | Fix formatting of new arrays of pointers. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Evgeniy Stepanov | Set symbolizer path in the test environment. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
John McCall | Remove trailing comma in enum list. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
John McCall | Tighten up the rules for precise lifetime and document |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Matt Beaumont-Gay | Test for LLVM r176911 |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Fariborz Jahanian | Objective-C: In my last path, also check |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Ted Kremenek | Make modules.m test portable, now that autolinking... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Adrian Prantl | Eliminate backend dependency in CFE testcase. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Ted Kremenek | [driver] Only enable -fmodules-autolink if we are using... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Adrian Prantl | Force column info to be generated for call expressions... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Jim Grosbach | Driver: -ccc-install-dir should affect cc1 -resource-dir |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Bob Wilson | Revert "Revert r166370 and r166540 now that Xcode 4... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Richard Smith | Make C++11 status page more consistent: we mark entries... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | Add an interesting testcase we already handle correctly. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Fariborz Jahanian | Objective-C: Issue warning in couple of obscure cases |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | Move the extern "C" sema tests to a new file. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Bob Wilson | Revert r166370 and r166540 now that Xcode 4.6 has been... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Fariborz Jahanian | Objective-C: Fixes a comment. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Ted Kremenek | Revert "Disallow using -fmodules with -no-integrated... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | We already reported an error for |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Alexander Kornienko | Implemented formatting of rvalue references |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Sean Silva | [docs] Add rtags to the external examples. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Fariborz Jahanian | Modify comment in user test. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | Correctly compute linkage of decls forward declared... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | Error if an extern C declaration matches a previous... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Rafael Espindola | Remove a bogus assert so we don't crash in |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Daniel Jasper | Remove bad space after "default". |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Matthew Curtis | Remove driver support for Hexagon V2 and V3 |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Sean Silva | [docs] Add SourceWeb as external example. |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Fariborz Jahanian | Objective-C: When using super.prop, property should be |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Jordan Rose | [analyzer] Look for calls along with lvalue nodes in... |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Ted Kremenek | Disallow using -fmodules with -no-integrated-as. |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Adrian Prantl | Improve the caching of debuginfo Objective C interface... |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Richard Smith | Add -Wc99-compat warning for C11 unicode string and... |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Jan Wen Voung | Partly revert "Move clang tests that depend on llvm... |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Sean Silva | [docs] Add ellipsis. |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Argyrios Kyrtzidis | [libclang] Fix a test and a warning on windows. |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Joey Gouly | Add a test case for the 'vec_type_hint' attribute that... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Anton Yartsev | PR15480: fixed second parameter types of vec_lde, vec_l... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Benjamin Kramer | Driver: do not strip file extensions when printing... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Guy Benyei | Fix indirect byval passing of records in address spaced... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Richard Smith | www tweaks to embiggen up our near-complete C++11 and... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Richard Smith | When lexing in C11 mode, accept unicode character and... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Richard Smith | Handle _Pragma on a u8, u, or U string literal per... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Benjamin Kramer | Remove unused diagnostic. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Benjamin Kramer | Make helper function static. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Anna Zaks | [analyzer] Make Suppress IDC checker aware that it... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Anna Zaks | [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Anna Zaks | [analyzer] Add test case for reference to null pointer... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Jordan Rose | [analyzer] Be more consistent about Objective-C methods... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
John McCall | Adjust the special non-C++ enum block return type inference |
commit | commitdiff | tree | snapshot |
2013-03-09 |
John McCall | Add TagDecl::hasNameForLinkage(), which is true if... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Fariborz Jahanian | Documentation parsing. Some refactoring and code |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jordan Rose | [analyzer] Look for lvalue nodes when tracking a null... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jordan Rose | [analyzer] Don't rely on finding the correct return... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] Change clang_findReferencesInFile and clang_... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Douglas Gregor | <rdar://problem/13170740> Be a little more careful... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jan Wen Voung | Move clang tests that depend on llvm/ADT/Statistic... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jordan Rose | Sema: Preserve attributes on parameters in instantiated... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Douglas Gregor | <rdar://problem/13094134> Don't try to wire up typedef... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Jordan Rose | ArrayRef-ize ASTContext::getFunctionType and Sema:... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Douglas Gregor | <rdar://problem/13140795> Transform the scope type... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [PCH] When complaining that a header from the PCH was... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] Modify clang_findReferencesInFile and clang_... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Manuel Klimek | Fixes breaking of string literals. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Joey Gouly | Add support for the OpenCL attribute 'vec_type_hint'. |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] Introduce clang_findIncludesInFile, that... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] When calling the function of CXCursorAndRang... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Argyrios Kyrtzidis | [libclang] Add Logger::operator<< overloads for CXCurso... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Chad Rosier | [driver] If we're just linking, don't report --param... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Fariborz Jahanian | HeaderDoc: Support more of HeaderDoc documentation |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Douglas Gregor | Add code completion for @import <rdar://problem/13344306>. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Douglas Gregor | Improve LLDB's implicit cast-to-id to work with C+... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Douglas Gregor | When possible, move __block variables to the heap rathe... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Promote atomic type sizes up to a power of two, capped by |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Move the atomics code into its own file. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Change hasAggregateLLVMType, which conflates complex and |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Add CharUnits::alignmentAtOffset. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
John McCall | Evaluate compound literals directly into the result... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Benjamin Kramer | Remove temporary std::vectors that ca be replaced with... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Daniel Jasper | Remove unncessary whitespace when triggered on empty... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Edwin Vane | Adding lvalue and rvalue reference type matchers |
commit | commitdiff | tree | snapshot |
next |