summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up the analysis of the collection operand to ObjCJohn McCall2011-07-272-0/+4
* clang_getCXTUResourceUsage: report memory used by HeaderSearch.Ted Kremenek2011-07-262-4/+11
* clang_getCXTUResourceUsage: Report memory used by data structures in SourceMa...Ted Kremenek2011-07-262-2/+7
* Re-fix r136172 so it isn't an error; apparently, some people are fond of thei...Eli Friedman2011-07-261-2/+3
* This patch implements as much of the narrowing conversion error specified byJeffrey Yasskin2011-07-264-3/+31
* Diagnose trying to delete a pointer to an abstract class with a non-virtual d...Eli Friedman2011-07-261-0/+2
* Remove unused diagnostic definition.Anna Zaks2011-07-261-2/+0
* A couple minor issues with Sema for delete:Eli Friedman2011-07-261-1/+1
* In ARC we emit an error when compiling:Argyrios Kyrtzidis2011-07-261-1/+1
* Report more memory using in Preprocessor::getTotalMemory() and PreprocessingR...Ted Kremenek2011-07-261-5/+3
* Revert r136046 while fixing handling of e.g. &foo[index_one_past_size]Kaelyn Uhrain2011-07-262-9/+1
* This patch extends the previous patch by starting to incorporate more functio...Jonathan D. Turner2011-07-261-21/+36
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-262-2/+34
* After further discussion it has been determined that alignof should report Chad Rosier2011-07-261-7/+0
* Clean up as many of the comments in Basic I can find to talk in terms ofChandler Carruth2011-07-262-33/+33
* Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion'Chandler Carruth2011-07-261-7/+7
* Convert InstantiationInfo and much of the related code to ExpansionInfoChandler Carruth2011-07-261-54/+52
* Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc.Chandler Carruth2011-07-261-19/+19
* Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation APIChandler Carruth2011-07-261-7/+7
* Expand array bounds checking to work in the presence of unary & and *,Kaelyn Uhrain2011-07-262-1/+9
* Fix the MSVC build. 2 problems:Francois Pichet2011-07-251-1/+2
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-252-3/+2
* Repair some indentation I missed in my previous commit.Chandler Carruth2011-07-251-1/+1
* Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth2011-07-252-2/+2
* Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.Chandler Carruth2011-07-251-4/+4
* getInstantiationLocSlowCase -> getExpansionLocSlowCaseChandler Carruth2011-07-251-2/+2
* Rename SourceManager::getImmediateInstantiationRange toChandler Carruth2011-07-251-3/+3
* Refactor of how modules are handled in ASTReader to remove explicit uses of a...Jonathan D. Turner2011-07-251-8/+54
* Allow target to specify about using minimum alignment vs preferred. Takes ca...Chad Rosier2011-07-251-0/+7
* Pick up expected diagnostics not only in the main file but also in the file w...Axel Naumann2011-07-251-0/+1
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-0/+47
* Rename SourceManager::getInstantiationRange to getExpansionRange.Chandler Carruth2011-07-251-3/+3
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-252-5/+5
* objc: clang should warn if redeclaration of methodsFariborz Jahanian2011-07-242-9/+20
* Extend libclang with clang_equalRanges, from Erik Verbruggen!Douglas Gregor2011-07-231-0/+8
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-235-7/+9
* clean up forward declarations of raw_ostream to use the new LLVM.hChris Lattner2011-07-238-27/+9
* Add ext_backslash_newline_eof to Wnewline-eof group.Anna Zaks2011-07-231-1/+2
* Expose no newline at end of file warning under Wnewline-eof flag.Anna Zaks2011-07-221-1/+2
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-222-16/+13
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-280/+295
* Add a missing forward declaration and namespace qualifier to thisChandler Carruth2011-07-221-1/+5
* Document the existing objc_precise_lifetime attribute.John McCall2011-07-223-1/+7
* Introduce a global bit-offset continuous range map into the ASTReader,Douglas Gregor2011-07-221-1/+6
* Fix an embarrassing bug in relocatable PCH support, where we wereDouglas Gregor2011-07-221-0/+1
* Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.Jordy Rose2011-07-222-7/+9
* objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian2011-07-221-0/+4
* In the AST reader, factor out the mapping of local type IDs to globalDouglas Gregor2011-07-221-2/+18
* Clean up the rest of the local -> global declaration ID mappingsDouglas Gregor2011-07-211-0/+1
* In the ASTReader, factor out the loading of (local) declaration IDs,Douglas Gregor2011-07-211-4/+48