2012-09-19 |
Craig Topper | Remove Context argument from TemplateDeductionInfo... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Eli Friedman | Test for r164186. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Eli Friedman | Add the TypeSourceInfo for the lambda call operator... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Hal Finkel | Add the freescale_ppc64_tree that should have been... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Hal Finkel | Add C/C++ header locations for the Freescale SDK. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Hal Finkel | Add e500mc and e5500 to the list of valid PPC CPU names. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Eli Friedman | Fix a small bug in the way we handle builtin candidates for |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Eli Friedman | Add an extra check for invalid decls in the lambda... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Benjamin Kramer | Remove invalid double colon in test case was previously... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Fariborz Jahanian | minor refactoring of my last check-in. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Fariborz Jahanian | c: warn when an integer value comparison with an |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Roman Divacky | Follow up on llvm r164132. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Hans Wennborg | Warn about self references in in-class initializers. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Daniel Jasper | Fix isDerivedFrom matcher. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Daniel Jasper | Add missing matcher for C-style cast expressions. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Benjamin Kramer | Disable some tests that fail when the x86 backend isn... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Daniel Jasper | Make all VariadicDynCast-Expr-matchers StatementMatchers |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Craig Topper | Remove an unused private field exposed by the recent... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Craig Topper | Remove an unused private field exposed by the recent... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Craig Topper | Remove an unused private field exposed by the recent... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Craig Topper | Mark unimplemented copy constructors and copy assignmen... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Richard Smith | If a comma operator is followed by a token which unambi... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Ted Kremenek | Per discussion on cfe-dev, remove -Wunique-enums entire... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Fariborz Jahanian | objective-C: don't warn about class extension property's |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Fariborz Jahanian | objective-C: add Doug's test for my last patch. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Fariborz Jahanian | objective-C: improve on warnings about misplacement... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Alexander Kornienko | Added an example of an empty case label to avoid confusion. |
commit | commitdiff | tree | snapshot |
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 |
next |