2011-11-14 |
Ted Kremenek | Fix potential memory leak for clients of clang_getOverr... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Benjamin Kramer | A space in a diagnostic group is a bead idea. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Benjamin Kramer | Print a typo correction hint for unknown warning flags. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Matt Beaumont-Gay | Don't track depfiles as result files which need to... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Douglas Gregor | When we're checking access in a dependent context,... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Argyrios Kyrtzidis | [libclang] Slight changes to the indexing API and bigge... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Douglas Gregor | Use Sema::RequireCompleteType to check for the complete... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Ted Kremenek | ARC: make assignment to 'self' within class methods... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Ted Kremenek | [static analyzer] Tweak RetainCountChecker's diagnostic... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Ted Kremenek | [analyzer;Regionstore] handle loads from StringLiteral... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
John McCall | In ARC, don't reclaim objects of Class type. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Richard Trieu | Change the checks in the type aka printing. A confusin... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Ted Kremenek | [analyzer] teach AnalysisDeclContext::getSelfDecl(... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Eric Christopher | Fixup comment. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Argyrios Kyrtzidis | [PCH] Load the chained objc categories only after recur... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Nico Weber | Fix a regression in wide character codegen. See PR11369. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Argyrios Kyrtzidis | [PCH] Do not crash if a class extension in a chained... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Argyrios Kyrtzidis | [PCH] In ASTWriter::WriteChainedObjCCategories use... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Argyrios Kyrtzidis | [libclang] Move the check for errors in c-index-test... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Argyrios Kyrtzidis | [PCH] When chaining a PCH and serializing HeaderSearch... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Argyrios Kyrtzidis | [libclang] for c-index-test, check for CINDEXTEST_FAILO... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Argyrios Kyrtzidis | Don't crash when a duplicate interface/protocol is... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Rafael Espindola | Fix the signature of the getcontext builtin. Patch... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Benjamin Kramer | Silence unused variable warning. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Peter Collingbourne | When reference binding array rvalues, such as those... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Richard Smith | Represent an APValue based on a Decl as that Decl,... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Argyrios Kyrtzidis | [PCH] Fix the test. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Argyrios Kyrtzidis | Add a method in ASTMutationListener for the last use... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Argyrios Kyrtzidis | [PCH] When completing an objc forward reference, do... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
David Blaikie | Remove unnecessary 'else's after 'return's. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Eli Friedman | Add missing casts to AST. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Argyrios Kyrtzidis | [libclang] Further simplify the indexing API. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Douglas Gregor | Tweak the module map file test slightly, by putting... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Douglas Gregor | Implement a minor optimization when loading module... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Douglas Gregor | When searching for a module, speculatively load module... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Eli Friedman | Make test compatible with ARM hosts. |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | Teach the search for modules to consider modules descri... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | Fix some typos, grammar errors, etc. in cursor kind... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | Wire up the mapping from header files mentioned in... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | Resolve the header files named in module map "header... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Richard Smith | Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | Introduce basic support for parsing module map files. |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Sean Callanan | When importing an ObjCInterfaceDecl, ensure that |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ted Kremenek | Tweak CXLoadedDiagnosticSetImpl::makeString() to includ... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Benjamin Kramer | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Richard Smith | Constant expression evalation: const_cast support. |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Bob Wilson | Search for libstdc++.dylib in llvm-gcc's files on darwi... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
NAKAMURA Takumi | libclang/CXLoadedDiagnostic.cpp: Work around not to... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Richard Smith | Don't recurse so deep in this test, pending APValue... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Richard Smith | Reduce the constexpr stack pressure somewhat. Hopefully... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
NAKAMURA Takumi | test/Misc/serialized-diags.c: Tweak FileCheck expressio... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Richard Smith | Constant expression evaluation: support for constexpr... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ted Kremenek | Place 'argument unused during compilation' under a... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
John McCall | Don't apply NRVO to over-aligned variables. The caller... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
John McCall | Be sure to insulate block literals from any cleanups... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Eli Friedman | Add Linux multiarch include directories for mips/mipsel... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
NAKAMURA Takumi | include/clang-c/Index.h: Update CINDEX_LINKAGE on 6... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Eli Friedman | Make sure that restrict-qualifying an array actually... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ted Kremenek | [serialized diagnostics]: add test cases for serialized... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Douglas Gregor | I predict that HeaderSearch will need the ability to... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Argyrios Kyrtzidis | [libclang] Simplify the indexing API. |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Argyrios Kyrtzidis | Add a const version of ObjCClassDecl::getForwardDecl... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Francois Pichet | Move "Unqualified lookup into dependent bases of class... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ted Kremenek | [static analyzer] be more specific when running removeD... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Ted Kremenek | Add top-level driver option '--serialize-diagnostics... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Richard Smith | Implicit casts from rvalue to lvalue are not meaningful... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Ted Kremenek | [static analyzer]: only call RemoveDeadBindings() when... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Pete Cooper | Add invariant.load metadata to loads from selector... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Eli Friedman | Add missing dependency for shared library build to... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Devang Patel | Revert r144273. It causes clang self-host build failure. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Benjamin Kramer | serialized diagnostics: simplify code. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
John McCall | Whenever explicitly activating or deactivating a cleanu... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
NAKAMURA Takumi | include/clang/AST/APValue.h: Try to fix *900* of cast... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
NAKAMURA Takumi | c-index-test.c: Fix a comment style. /* It is C source. */ |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Richard Smith | Constant expression evaluation: support for constexpr... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
NAKAMURA Takumi | c-index-test.c: Fix syntax. It is C source. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
John McCall | Fix a subtle bug with cleanups: when activating |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Richard Smith | PR11148: Fix crash-on-invalid if an invalid member... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Ted Kremenek | serialized diagnostics: implement full deserialization... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
John McCall | Enter the cleanups for a block outside the enclosing |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Richard Smith | Constant expression evaluation: support for evaluation... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
David Blaikie | Removing unused initialization. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
John McCall | There's no good reason to track temporaries in ExprWith... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Richard Smith | Temporary fix for a performance problem Eli spotted... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Nick Lewycky | Reflow lines, remove else-if after returns, rename... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Eli Friedman | Fix some additional x86 intrinsics to use "I" (ICE... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Rafael Espindola | Fix the signature of __sigsetjmp and sigsetjmp. Patch... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Devang Patel | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Fariborz Jahanian | objc rewriter: use a more specific name for local varia... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
John McCall | We don't add ExprWithCleanups to the CFG, and getSVal... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Douglas Gregor | Define some built-ins macros on mips32 platform, from... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Benjamin Kramer | Update test. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chandler Carruth | Try to fix an issue on some hosts where the 'lib' in... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Blaikie | Fixing 80 col violations (& removing any trailing white... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
David Blaikie | Fix 80 cols violations & remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Nick Lewycky | Reflow one line I missed in previous cleanup commit... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Nick Lewycky | Minor cleanup, mostly reindenting. Remove one helper... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chandler Carruth | Fix an issue that Duncan discovered on a specific ... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
John McCall | Emit the copy and dipose helpers for ARC __strong |
commit | commitdiff | tree | snapshot |
next |