2009-12-12 |
Eli Friedman | Fix for PR4642: move work in HTMLPrinter out of the... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Anders Carlsson | Fix tyop. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Mike Stump | Implement runtime checks for undefined behavior. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Eli Friedman | Remove empty directory. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Ted Kremenek | We should only scan for nested blocks if we are analyzi... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Daniel Dunbar | Remove clang-cc tool, it has joined in unholy union... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Ted Kremenek | Convert the remainder of this test case over to using... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Daniel Dunbar | XFAIL this test on Win32 until I can take a look. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Daniel Dunbar | Remove non-sensical FIXME. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Ted Kremenek | Make using '-fshort-enums' an error until it is actuall... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Anders Carlsson | Correctly diagnose [basic.stc.dynamic.allocation]p1 |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Anders Carlsson | Factor operator new declaration checking out into a... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Anders Carlsson | More work on improving the operator delete diagnostics. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Switch the Emacs clang-completion-mode over to clang... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Tests: Stop looking for clang-cc, we don't need it. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Fix build. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Improve diagnostics for malformed delete operator funct... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Ted Kremenek | scan-build: when the build command is 'make', override... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Update a few more docs references to clang-cc. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Ted Kremenek | Remove more old references to clang-cc. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Update docs/comments/utils/examples to refer to clang... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Driver: Switch to using "clang" "-cc1" instead of ... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Tests: Change substitution to automagically use 'clang... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Ted Kremenek | Convert scan-build and ccc-analyzer over to using ... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Fariborz Jahanian | Patch to allow C-style cast from 'void *' to block... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Implement clang -cc1. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | StmtDumper::VisitUnresolvedLookupExpr |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Fariborz Jahanian | Consider conversion of objective-c pointer to 'bool' a |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix for PR5714: make sure globals that will be modified... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Switch PathDiagnostic to StringRef. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Fix two typos. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Reorganize testcase. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix linkage of type info and vtable for classes without... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Make sure mangling doesn't crash in another case. ... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Don't enter a new scope for a namespace-qualified decla... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | When code completion of an overload set fails, produce... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Add a function's cv-qualifiers to the code-completion... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Teach code completion to instantiate templates when... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Member function templates can occur after . or -> |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix for PR5706: let mangleName deal with mangling names... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Tweak code-completion results by suppressing class... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | XFAIL this for now, fixing linkage bugs causes the... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Move info vectors and add assertions in preparation... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Use GetAddrOfRTTI when getting the RTTI pointer for... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Class template (partial) specializations should not... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Random string-related cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Use StringRef.getAsInteger instead of temporary string... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Move the code for converting a member pointer to a... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix for PR5718: implement equality comparisons for... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Ted Kremenek | Enhance understanding of VarRegions referenced by a... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zhongxing Xu | Completely evaluate malloc/free in MallocChecker.cpp. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Test member template using hiding. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Improve linkage of RTTI data structures. Introduce... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix a recent regression from the initialization changes. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Check if the target of a using decl is already declared... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Implement access declarations. Most of the work here... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Chris Lattner | Give the "cannot pass object of non-POD type 'class... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix the handling of dependent enums per C++ DR 502. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Use named flags in RTTIBuilder::BuildPointerType. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | When extending the lifetime of a temporary, make sure... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zhongxing Xu | Use 'class' instead of 'struct'. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | When an exception needs to be freed by calling __cxa_ex... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Remove this test for now, it is flaky. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | FileManager: Do not cache failed stats, it is easy... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Fariborz Jahanian | Patch to fix a crash trying to access a category name in |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mike Stump | Testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mike Stump | Implement just a bit more of inline assembly. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Don't complain about falling off the end of a function... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | clang_getCompletionChunkText() will treat optional... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Support unary type traits in a scalar context. Not... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Clean up enum constants so that they're finally sane... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Make sure that explicitly instantiated functions get... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Beef up Clang-on-LLVM testing a bit, by making LLVM... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Benjamin Kramer | Privatize class members. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John McCall | Actually try to trigger the last diagnostic in the... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Fariborz Jahanian | No need to add -x objecitve-c++ |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Fariborz Jahanian | Add support for finding composite type of twp objective... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John McCall | Improve the diagnostic when a new declaration conflicts... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Fariborz Jahanian | Move composite type finding of two objective-c expressions |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Implement C++ DR437, which involves exception-specifica... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Move initialization via initializer list over to Initia... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John McCall | Implement redeclaration checking and hiding semantics... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Fix for PR5515: allow "merging" array bounds both forwa... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Test for r90950. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Mangle static variables inside Objective-C methods... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Get rid of static variable. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | If we enter parens, colons can become un-sacred, allowi... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | fix a more evil case of : / :: confusion arising in ?:. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | fix incorrect parsing of bitfields pointed out by Doug... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Actually store the pointer into the global variable... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Setup cleanup on eh edge out of the construction of... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | minimal fix for PR5743 |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Handle emitting static variables that have reference... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Separate generating code for static variables and globa... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Fix tabs. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | Second half of r91023, saving files is good. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | move GreaterThanIsOperatorScope into RAIIObjectsForPars... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | fix PR5740: a colon is sacred when parsing case stateme... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | rename testcase |
commit | commitdiff | tree | snapshot |
next |