| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the analysis of the collection operand to ObjC | John McCall | 2011-07-27 | 2 | -0/+4 |
* | clang_getCXTUResourceUsage: report memory used by HeaderSearch. | Ted Kremenek | 2011-07-26 | 2 | -4/+11 |
* | clang_getCXTUResourceUsage: Report memory used by data structures in SourceMa... | Ted Kremenek | 2011-07-26 | 2 | -2/+7 |
* | Re-fix r136172 so it isn't an error; apparently, some people are fond of thei... | Eli Friedman | 2011-07-26 | 1 | -2/+3 |
* | This patch implements as much of the narrowing conversion error specified by | Jeffrey Yasskin | 2011-07-26 | 4 | -3/+31 |
* | Diagnose trying to delete a pointer to an abstract class with a non-virtual d... | Eli Friedman | 2011-07-26 | 1 | -0/+2 |
* | Remove unused diagnostic definition. | Anna Zaks | 2011-07-26 | 1 | -2/+0 |
* | A couple minor issues with Sema for delete: | Eli Friedman | 2011-07-26 | 1 | -1/+1 |
* | In ARC we emit an error when compiling: | Argyrios Kyrtzidis | 2011-07-26 | 1 | -1/+1 |
* | Report more memory using in Preprocessor::getTotalMemory() and PreprocessingR... | Ted Kremenek | 2011-07-26 | 1 | -5/+3 |
* | Revert r136046 while fixing handling of e.g. &foo[index_one_past_size] | Kaelyn Uhrain | 2011-07-26 | 2 | -9/+1 |
* | This patch extends the previous patch by starting to incorporate more functio... | Jonathan D. Turner | 2011-07-26 | 1 | -21/+36 |
* | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor | 2011-07-26 | 2 | -2/+34 |
* | After further discussion it has been determined that alignof should report | Chad Rosier | 2011-07-26 | 1 | -7/+0 |
* | Clean up as many of the comments in Basic I can find to talk in terms of | Chandler Carruth | 2011-07-26 | 2 | -33/+33 |
* | Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion' | Chandler Carruth | 2011-07-26 | 1 | -7/+7 |
* | Convert InstantiationInfo and much of the related code to ExpansionInfo | Chandler Carruth | 2011-07-26 | 1 | -54/+52 |
* | Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. | Chandler Carruth | 2011-07-26 | 1 | -19/+19 |
* | Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API | Chandler Carruth | 2011-07-26 | 1 | -7/+7 |
* | Expand array bounds checking to work in the presence of unary & and *, | Kaelyn Uhrain | 2011-07-26 | 2 | -1/+9 |
* | Fix the MSVC build. 2 problems: | Francois Pichet | 2011-07-25 | 1 | -1/+2 |
* | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 2011-07-25 | 2 | -3/+2 |
* | Repair some indentation I missed in my previous commit. | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
* | Rename getInstantiationColumnNumber to getExpansionColumnNumber in both | Chandler Carruth | 2011-07-25 | 2 | -2/+2 |
* | Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. | Chandler Carruth | 2011-07-25 | 1 | -4/+4 |
* | getInstantiationLocSlowCase -> getExpansionLocSlowCase | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
* | Rename SourceManager::getImmediateInstantiationRange to | Chandler Carruth | 2011-07-25 | 1 | -3/+3 |
* | Refactor of how modules are handled in ASTReader to remove explicit uses of a... | Jonathan D. Turner | 2011-07-25 | 1 | -8/+54 |
* | Allow target to specify about using minimum alignment vs preferred. Takes ca... | Chad Rosier | 2011-07-25 | 1 | -0/+7 |
* | Pick up expected diagnostics not only in the main file but also in the file w... | Axel Naumann | 2011-07-25 | 1 | -0/+1 |
* | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor | 2011-07-25 | 1 | -0/+47 |
* | Rename SourceManager::getInstantiationRange to getExpansionRange. | Chandler Carruth | 2011-07-25 | 1 | -3/+3 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 2 | -5/+5 |
* | objc: clang should warn if redeclaration of methods | Fariborz Jahanian | 2011-07-24 | 2 | -9/+20 |
* | Extend libclang with clang_equalRanges, from Erik Verbruggen! | Douglas Gregor | 2011-07-23 | 1 | -0/+8 |
* | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner | 2011-07-23 | 5 | -7/+9 |
* | clean up forward declarations of raw_ostream to use the new LLVM.h | Chris Lattner | 2011-07-23 | 8 | -27/+9 |
* | Add ext_backslash_newline_eof to Wnewline-eof group. | Anna Zaks | 2011-07-23 | 1 | -1/+2 |
* | Expose no newline at end of file warning under Wnewline-eof flag. | Anna Zaks | 2011-07-22 | 1 | -1/+2 |
* | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor | 2011-07-22 | 2 | -16/+13 |
* | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor | 2011-07-22 | 1 | -280/+295 |
* | Add a missing forward declaration and namespace qualifier to this | Chandler Carruth | 2011-07-22 | 1 | -1/+5 |
* | Document the existing objc_precise_lifetime attribute. | John McCall | 2011-07-22 | 3 | -1/+7 |
* | Introduce a global bit-offset continuous range map into the ASTReader, | Douglas Gregor | 2011-07-22 | 1 | -1/+6 |
* | Fix an embarrassing bug in relocatable PCH support, where we were | Douglas Gregor | 2011-07-22 | 1 | -0/+1 |
* | Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. | Jordy Rose | 2011-07-22 | 2 | -7/+9 |
* | objective-c: Any use of @synthesize or @dynamic lexically after a method (or ... | Fariborz Jahanian | 2011-07-22 | 1 | -0/+4 |
* | In the AST reader, factor out the mapping of local type IDs to global | Douglas Gregor | 2011-07-22 | 1 | -2/+18 |
* | Clean up the rest of the local -> global declaration ID mappings | Douglas Gregor | 2011-07-21 | 1 | -0/+1 |
* | In the ASTReader, factor out the loading of (local) declaration IDs, | Douglas Gregor | 2011-07-21 | 1 | -4/+48 |