2012-09-17 |
Fariborz Jahanian | objective-C: peroform property attribute consistency |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Fariborz Jahanian | objective-C: issue warning when there is no whitespace |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Anna Zaks | [analyzer] Teach the analyzer about implicit initializa... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Jordan Rose | -Warc-retain-cycles: look through [^{...} copy] and... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Axel Naumann | Don't write uninitialized values even if nobody ever... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Alexander Potapenko | Run install_name_tool to fix the dynamic library ID... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Axel Naumann | Open up a few higher-level functions for tools. |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Ted Kremenek | Fix dead store found by static analyzer. |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Douglas Gregor | Update the PCH internals documentation to cover chained... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Dmitri Gribenko | Comment parsing: support \namespace like other commands... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Dmitri Gribenko | Comment parsing: don't treat typedef to a typedef to... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Dmitri Gribenko | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Dmitri Gribenko | Make PTHManager properly noncopyable. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Dmitri Gribenko | Address a long-standing FIXME: remove an unused copy... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Craig Topper | Fix includes of llvm and clang files that used angle... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Dmitri Gribenko | Add bindings for clang_getCompletionBriefComment to... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Richard Smith | const _Atomic(T) is not an atomic type, so do not allow... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Ted Kremenek | Revert "Utilize new build system support in Xcode 4... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Jordan Rose | -Warc-retain-cycles: warn at variable initialization... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Argyrios Kyrtzidis | Allow disabling PCH validation when loading an AST... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Daniel Dunbar | compiler-rt/darwin: Install asan_osx_dynamic with the... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Argyrios Kyrtzidis | In StringLiteral::setString make sure that we copy... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Argyrios Kyrtzidis | [libclang] When loading an AST file, make sure to apply... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ted Kremenek | Utilize new build system support in Xcode 4.5 for easie... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Jordan Rose | scan-build: Determine the location of the clang binary... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Richard Smith | Fix some dead stores which the static analyzer warned... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Richard Smith | When diagnosing multiple mem-initializers in a delegati... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Fariborz Jahanian | Test removed. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Fariborz Jahanian | objective-C arc: remove -Warc-abi in its entirety. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ted Kremenek | Fix copy-paste error in manpage. Should be -stdlib... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Douglas Gregor | Add missing test from r163874. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Dmitri Gribenko | Comment parsing: don't parse comment marker followed... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Dmitri Gribenko | Comment parsing: support the "\invariant" command. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Simon Atanasyan | Do not use "lib32" directory to create a library/object... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Douglas Gregor | Fix warning on qualified typedef with 'unused' attribut... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Douglas Gregor | In debugger mode, allow comparisons between pointers... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Douglas Gregor | As we do with base and member initializers in a depende... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Bob Wilson | Improve the driver title as shown in the --help message... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Eli Friedman | Fix thunk emission for covariant virtual functions... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Eli Friedman | Fix line endings. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Eli Friedman | Fix abbreviation for CharacterLiteral in AST serializat... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Douglas Gregor | When computing the decltype of an expression, consider... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Fix incorrect comment. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Fix up after r163846. Sorry! |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Douglas Gregor | Actually rebuild function types properly when adjusting... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Revert r163829. The world (or libstdc++, at least)... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Douglas Gregor | When we substitute into the type of a function based... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Dmitri Gribenko | Comment to XML conversion: we try not to emit empty... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Implement C++11 [conv.prom]p4: an enumeration with... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Douglas Gregor | Don't perform template argument deduction against inval... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Dmitri Gribenko | Comment parsing: handle \deprecated command. It is... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Fariborz Jahanian | remove duplicate code. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Douglas Gregor | Promote the warning about extra qualification on a... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Remove speculative fix for C++ core issue 1407, since... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Fix grammar. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Recover properly after a parse error in a static_assert... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Use a "better" unicode character, to avoid buildbot... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Fariborz Jahanian | Move back the stuff about missing ownership attribute... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Richard Smith | Make TextDiagnostic more robust against SourceLocations... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | When warning about unsafe uses of dispatch_once, specia... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Fariborz Jahanian | Move no explicit ownership warning to SemaType.cpp. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Add tests for r163778. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Silviu Baranga | This patch introduces A15 as a target in Clang. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
NAKAMURA Takumi | ASTMatchersMacros.h: Appease msvc. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Daniel Jasper | Create initial support for matching and binding NestedN... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Dmitri Gribenko | Fix Doxygen misuse: refer to parameter names in paragra... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Manuel Klimek | Add missing accessor. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Conditionally parse documentation comments in system... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Eric Christopher | Properly link libpthread_p when using profiling on... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
NAKAMURA Takumi | InitHeaderSearch.cpp: [mingw] Handle DOSish paths only... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
NAKAMURA Takumi | clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jordan Rose | Format strings: offer a fixit for Darwin's %D/%U/%O... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Jordan Rose | Format strings: %D, %U, and %O are valid on Darwin... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Anna Zaks | [analyzer] Don't reimplement an existing function. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Teach -Wuninitialized to recognize common "noreturn... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Refactor logic in ExprEngine for detecting 'noreturn... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Chad Rosier | Add a few FIXMEs. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Chad Rosier | [ms-inline asm] Handle the enumeration of input and... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Eric Christopher | Reapply: |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Richard Trieu | Add two new functions to Qualifiers. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Anna Zaks | [analyzer] Do not report use of undef on "return foo... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Anna Zaks | [analyzer] Fix another false positive in malloc realloc... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Anna Zaks | [analyzer] Teach UndefOrNullArgVisitor to track parent... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | [analyzer] Fix another use of the address of a temporar... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | [analyzer] Re-add reinterpret_cast virtual call test... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | [analyzer] Handle when the dynamic type is worse than... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | Revert "[analyzer] Use the static type for a virtual... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Fariborz Jahanian | objective-C++ test for my previous patch. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Daniel Jasper | Rename isA to isSameOrDerivedFrom. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Fariborz Jahanian | objective-C arc: don't issue no explicit ownership... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | Fix test case for Release builds. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Eric Christopher | Revert "Make clang emit a flag for DW_AT_object_pointer... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | [ms-inline asm] Add a test case. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | [ms-inline asm] Test case for r163729. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | [ms-inline asm] If we have a single asm operand that... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Dmitri Gribenko | Comment parsing: recognize more Doxygen commands |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Dmitri Gribenko | Fix a couple of Doxygen issues pointed out by -Wdocumen... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Revert "objective-C: warn under a flag if missing argument" |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Revert "objective-C: warn if selector has nothing but... |
commit | commitdiff | tree | snapshot |
next |