| Commit message (Expand) | Author | Age | Files | Lines |
| * | Silence a control reaches end of function warning. Patch by Enea | Mike Stump | 2010-01-18 | 1 | -0/+1 |
| * | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 3 | -45/+224 |
| * | Fix race condition in creating objdir. | Daniel Dunbar | 2010-01-18 | 1 | -4/+2 |
| * | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor | 2010-01-18 | 2 | -8/+53 |
| * | Add support for computing size in elements for symbolic regions obtained from | Zhongxing Xu | 2010-01-18 | 1 | -1/+2 |
| * | Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast... | Sam Weinig | 2010-01-16 | 2 | -1/+31 |
| * | When we are instantiating a member function of a local class, be sure | Douglas Gregor | 2010-01-16 | 1 | -7/+2 |
| * | Improve location information for Objective-C category declarations. We | Douglas Gregor | 2010-01-16 | 1 | -9/+25 |
| * | Keep track of the source locations for each protocol reference in | Douglas Gregor | 2010-01-16 | 2 | -24/+83 |
| * | Remove 'default' case in switch statement in clang_getCursorKindSpelling(). ... | Ted Kremenek | 2010-01-16 | 1 | -18/+18 |
| * | The codegen for these builtins was removed long ago, but their definitions re... | Tanya Lattner | 2010-01-16 | 1 | -6/+0 |
| * | Make CXCursor's data opaque. | Douglas Gregor | 2010-01-15 | 1 | -3/+1 |
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 2 | -16/+21 |
| * | Convert the type of the LValue offset variable in APValue to CharUnits, moving | Ken Dyck | 2010-01-15 | 1 | -23/+8 |
| * | Convert a few more uses of std::string& to llvm::StringRef. | Ted Kremenek | 2010-01-15 | 1 | -3/+3 |
| * | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 1 | -0/+3 |
| * | Improve overload diagnostics some more by calling out qualifier mismatches | John McCall | 2010-01-14 | 1 | -0/+24 |
| * | Improve the diagnostic for bad conversions in overload resolution to talk | John McCall | 2010-01-14 | 1 | -1/+2 |
| * | Perform format-expansion on %select results. | John McCall | 2010-01-13 | 1 | -0/+5 |
| * | Banish the notion of a "rank" for code-completion results, since we | Douglas Gregor | 2010-01-13 | 1 | -12/+8 |
| * | Code-completion for @public, @protected, @private, @package. | Douglas Gregor | 2010-01-13 | 1 | -1/+6 |
| * | Whenever completing ordinary names for an Objective-C source, also | Douglas Gregor | 2010-01-13 | 1 | -0/+7 |
| * | Add type source information for both kinds of typeof types. | John McCall | 2010-01-13 | 2 | -10/+84 |
| * | Add 'referringDecl' field to CXCursor to prepare the way to better model decl... | Ted Kremenek | 2010-01-13 | 1 | -0/+1 |
| * | Predefine __weak attribute when doing objective-c | Fariborz Jahanian | 2010-01-13 | 2 | -1/+4 |
| * | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor | 2010-01-13 | 3 | -3/+31 |
| * | Implement semantic checking for C++ literal operators. | Alexis Hunt | 2010-01-13 | 3 | -0/+10 |
| * | diagnose invalid values of -ftabstop, patch by Christian Adaker! | Chris Lattner | 2010-01-13 | 2 | -1/+4 |
| * | Add an unreachable code checker. | Mike Stump | 2010-01-13 | 1 | -0/+2 |
| * | cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the | Daniel Dunbar | 2010-01-13 | 1 | -0/+37 |
| * | Improve the reporting of non-viable overload candidates by noting the reason | John McCall | 2010-01-13 | 1 | -10/+20 |
| * | Rename clang_getUSR() -> clang_getDeclUSR(). For now we take a CXDecl instea... | Ted Kremenek | 2010-01-12 | 1 | -1/+1 |
| * | Don't emit string-comparison or self-comparison warnings in | Douglas Gregor | 2010-01-12 | 1 | -1/+37 |
| * | Improve recovery for template-ids whose template-name doesn't actually | Douglas Gregor | 2010-01-12 | 3 | -0/+40 |
| * | implement PR6004, warning about divide and remainder by zero. | Chris Lattner | 2010-01-12 | 1 | -4/+4 |
| * | implement PR6007, diagnosing invalid attribute((section)) | Chris Lattner | 2010-01-12 | 1 | -0/+2 |
| * | Fix the CodeGen half of PR5911 by changing reference initialization to | Chandler Carruth | 2010-01-12 | 1 | -6/+7 |
| * | Reorganize some of the code to note overload candidates. Improves the | John McCall | 2010-01-12 | 1 | -13/+13 |
| * | Change clang_getUSR() to return a CXString instead of a 'const char *'. | Ted Kremenek | 2010-01-12 | 1 | -1/+1 |
| * | CIndex: | Ted Kremenek | 2010-01-11 | 1 | -4/+10 |
| * | Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase). | Benjamin Kramer | 2010-01-11 | 1 | -1/+0 |
| * | Change return type of getObjCEncodingTypeSize() to CharUnits as the units are... | Ken Dyck | 2010-01-11 | 1 | -2/+2 |
| * | Tighten up the "cannot return array or function type" diagnostic to | Douglas Gregor | 2010-01-11 | 1 | -1/+1 |
| * | Implement name lookup for conversion function template specializations | Douglas Gregor | 2010-01-11 | 1 | -0/+8 |
| * | Roll out ASTContext::getTypeSizeInChars(), replacing instances of | Ken Dyck | 2010-01-11 | 1 | -14/+14 |
| * | Make Clang complain about taking the address of an unqualified member functio... | Sebastian Redl | 2010-01-11 | 1 | -0/+2 |
| * | Switch RegionStore over to using <BaseRegion+raw offset> to store | Ted Kremenek | 2010-01-11 | 2 | -2/+5 |
| * | Do not parse hexadecimal floating point literals in C++0x mode because they are | Alexis Hunt | 2010-01-10 | 1 | -0/+3 |
| * | Improve code completion by introducing patterns for the various C and | Douglas Gregor | 2010-01-10 | 3 | -3/+64 |
| * | Make clone() method out-of-line for Attr classes. | Anton Korobeynikov | 2010-01-10 | 1 | -40/+22 |