2010-04-12 |
Chris Lattner | change Scope::WithinElse to be a normal scope flag... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | fix this test. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | xfail this test for now. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | fix an invalid use of super, you can't use super like... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | Have the parser decide whether a message to super is... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Nick Lewycky | Typo. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | fix a fixme, stop evaluating getCurMethodDecl() repeatedly |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | other half of r101005 |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Chris Lattner | fix PR6287 by accepting and ignoring the returns_twice... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Anders Carlsson | Have the CXXBaseOrMemberInitializer keep track of wheth... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Unbreak test on windows. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Anders Carlsson | Fix another bug where we wouldn't generate secondary... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Add initial USR support for macro definitions. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Augment clang_getCursorUSR() to not always expect that... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Anders Carlsson | More renames. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Anders Carlsson | Rename a function parameter. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Add CIndex support for blocks. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Anders Carlsson | Clarify an assertion. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Anders Carlsson | Fix a bug where we were adding too many vcall offsets... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Chris Lattner | add haiku support, patch by Paul Davey! |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Chris Lattner | avoid double negatives |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Fix CFG bug where bases of member expressions were... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Fix bug in AddStmtChoice:asLValue() where 'AsLValueNotA... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Ted Kremenek | Sort visitor methods. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Benjamin Kramer | Fix run line so this test actually tests something. |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Chris Lattner | fix PR6811 by not parsing 'super' as a magic expression in |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Chris Lattner | actually the interface grossness in the previous patch... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Chris Lattner | factor the code that handles "expr.field" when expr... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Chris Lattner | fix a problem causing us to lose the ''s around objc... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Daniel Dunbar | Simplify test, in the hopes of making linux happy. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Enable an assert and remove a now unnecessary assert. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Fix another vbase layout bug. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Add a simple debug-only verification pass to the record... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Fix a bug where we would add the same function twice... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | revert 100942, pending discussion. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Rename VtableComponent and VtableBuilder. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Rename -dump-record-layouts to -fdump-record-layouts... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
David Chisnall | Fix for PR6811. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Anders Carlsson | Simplify the virtual base layout code and fix a bug... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Chris Lattner | fix PR6805: llvm.objectsize changed to take an i1 inste... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Daniel Dunbar | Driver: Only add extra -L paths on darwin if they exist... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Daniel Dunbar | Tweak test for portability. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Daniel Dunbar | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platfor... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Benjamin Kramer | A bunch of string-related microoptimizations in Mangler. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Benjamin Kramer | Fix use after free. Incrementing an use_iterator after... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Sebastian Redl | When a member pointer is dereferenced, the class it... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
John McCall | Doug pointed out that we have a perfectly reasonable... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
John McCall | Diagnose more cases of initializing distinct members... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
John McCall | Diagnose misordered initializers in constructor templat... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Gabor Greif | rely even less on CallInst internals |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Gabor Greif | do not rely on CallInst interna, use CallSite to access... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Daniel Dunbar | Driver/Darwin/x86: When linking, incorporate -L paths... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Daniel Dunbar | Disable diag::err_file_modified on Win32 completely... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Mangle some expressions with codegen implications but... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Provide an extremely unsatisfactory diagnostic (instead... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Provide manglings for bool and character literal expres... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | When upgrading an Objective-C class from a forward... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Only complain about explicit instantiations following... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Ted Kremenek | Remove copy of 'Optional' in Clang tree, and convert... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Ted Kremenek | Remove fixit for string literal comparison. Telling... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Benjamin Kramer | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Turn access control on by default in the driver. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Argh, I modified the .inc file locally, not the .td. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Turn access control on by default in -cc1. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Suppress access control diagnostics when looking up... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Improve diagnostics like "initializing <type> from... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Remove all "used" static functions *after* we have... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Instantiate default argument expressions even if their... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Chris Lattner | Don't warn about unused static functions if they are... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | On Windows, disable the modification-time check for... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Fariborz Jahanian | Fixes a regression caused by implementing cstyle methods |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Daniel Dunbar | Forcibly disable test/PCH/pr4489.c, it is flaky on... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Add a note to the C++ compatibility page about template... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Improve diagnostics when we fail to convert from a... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Use '%clang_cc1' instead of '%clang' to make the warnin... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | For 'open' check in UnixAPIChecker, hard code value... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Reorder diagnostics to separate the Sema::AssignmentAct... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Temporarily only enable 'open' check on Mac OS X to... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Downgrade the "declaration does not declare anything... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Fariborz Jahanian | Implement method type encoding in the presense |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Match GCC's behavior and do not include '-Wunused-param... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Jeffrey Yasskin | Explain that a template needs arguments to make it... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Set access properly on instantiated friend class templa... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Add static analyzer check for calls to 'pthread_once... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Remove micro-optimization for not issueing CFG-based... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Introduce an egregious hack to work around a bug in... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Fariborz Jahanian | Fix a misuse of iterators when iterating through block's |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Include all warnings under '-Wunused' in '-Wmost' and... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Sort entries in diagnostic group "Most". |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Maybe we should store template arguments in the positio... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Jeffrey Yasskin | Make CXXScopeSpec invalid when incomplete, and propagat... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Anders Carlsson | Rename CGVtable files to CGVTables. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Anders Carlsson | Clarify an assert. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Unbreak the build |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Benjamin Kramer | CIndex: move extractUSRSuffix out of extern "C" and... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Eliminate excessive PCH deserialization caused by the... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Benjamin Kramer | Remove caseless switch. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Implement dependent friend function template specializa... |
commit | commitdiff | tree | snapshot |
next |