summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Silence a control reaches end of function warning. Patch by EneaMike Stump2010-01-181-0/+1
* Improve source-location information for builtin TypeLocs, from EneaDouglas Gregor2010-01-183-45/+224
* Fix race condition in creating objdir.Daniel Dunbar2010-01-181-4/+2
* Encoding calling conventions in the type system, from Charles Davis!Douglas Gregor2010-01-182-8/+53
* Add support for computing size in elements for symbolic regions obtained fromZhongxing Xu2010-01-181-1/+2
* Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast...Sam Weinig2010-01-162-1/+31
* When we are instantiating a member function of a local class, be sureDouglas Gregor2010-01-161-7/+2
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-9/+25
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-162-24/+83
* Remove 'default' case in switch statement in clang_getCursorKindSpelling(). ...Ted Kremenek2010-01-161-18/+18
* The codegen for these builtins was removed long ago, but their definitions re...Tanya Lattner2010-01-161-6/+0
* Make CXCursor's data opaque.Douglas Gregor2010-01-151-3/+1
* Preserve type source information in explicit cast expressions.John McCall2010-01-152-16/+21
* Convert the type of the LValue offset variable in APValue to CharUnits, movingKen Dyck2010-01-151-23/+8
* Convert a few more uses of std::string& to llvm::StringRef.Ted Kremenek2010-01-151-3/+3
* When qualified lookup into the current instantiation fails (because itDouglas Gregor2010-01-141-0/+3
* Improve overload diagnostics some more by calling out qualifier mismatchesJohn McCall2010-01-141-0/+24
* Improve the diagnostic for bad conversions in overload resolution to talkJohn McCall2010-01-141-1/+2
* Perform format-expansion on %select results.John McCall2010-01-131-0/+5
* Banish the notion of a "rank" for code-completion results, since weDouglas Gregor2010-01-131-12/+8
* Code-completion for @public, @protected, @private, @package.Douglas Gregor2010-01-131-1/+6
* Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor2010-01-131-0/+7
* Add type source information for both kinds of typeof types.John McCall2010-01-132-10/+84
* Add 'referringDecl' field to CXCursor to prepare the way to better model decl...Ted Kremenek2010-01-131-0/+1
* Predefine __weak attribute when doing objective-cFariborz Jahanian2010-01-132-1/+4
* Reimplement constructor declarator parsing to cope with template-idsDouglas Gregor2010-01-133-3/+31
* Implement semantic checking for C++ literal operators.Alexis Hunt2010-01-133-0/+10
* diagnose invalid values of -ftabstop, patch by Christian Adaker!Chris Lattner2010-01-132-1/+4
* Add an unreachable code checker.Mike Stump2010-01-131-0/+2
* cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar2010-01-131-0/+37
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-10/+20
* Rename clang_getUSR() -> clang_getDeclUSR(). For now we take a CXDecl instea...Ted Kremenek2010-01-121-1/+1
* Don't emit string-comparison or self-comparison warnings inDouglas Gregor2010-01-121-1/+37
* Improve recovery for template-ids whose template-name doesn't actuallyDouglas Gregor2010-01-123-0/+40
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-4/+4
* implement PR6007, diagnosing invalid attribute((section))Chris Lattner2010-01-121-0/+2
* Fix the CodeGen half of PR5911 by changing reference initialization toChandler Carruth2010-01-121-6/+7
* Reorganize some of the code to note overload candidates. Improves theJohn McCall2010-01-121-13/+13
* Change clang_getUSR() to return a CXString instead of a 'const char *'.Ted Kremenek2010-01-121-1/+1
* CIndex:Ted Kremenek2010-01-111-4/+10
* Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase).Benjamin Kramer2010-01-111-1/+0
* Change return type of getObjCEncodingTypeSize() to CharUnits as the units are...Ken Dyck2010-01-111-2/+2
* Tighten up the "cannot return array or function type" diagnostic toDouglas Gregor2010-01-111-1/+1
* Implement name lookup for conversion function template specializationsDouglas Gregor2010-01-111-0/+8
* Roll out ASTContext::getTypeSizeInChars(), replacing instances ofKen Dyck2010-01-111-14/+14
* Make Clang complain about taking the address of an unqualified member functio...Sebastian Redl2010-01-111-0/+2
* Switch RegionStore over to using <BaseRegion+raw offset> to storeTed Kremenek2010-01-112-2/+5
* Do not parse hexadecimal floating point literals in C++0x mode because they areAlexis Hunt2010-01-101-0/+3
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-103-3/+64
* Make clone() method out-of-line for Attr classes.Anton Korobeynikov2010-01-101-40/+22
OpenPOWER on IntegriCloud