| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 23 | -81/+81 |
* | Const-ify some methods in ASTReader. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -2/+2 |
* | For SourceManager::isBeforeInTranslationUnit, a location pointing | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |
* | [PCH] Preload the PreloadSLocEntries through the SourceManager and | Argyrios Kyrtzidis | 2011-09-19 | 1 | -3/+5 |
* | Throw the switch to convert clang to the new exception handling model! | Bill Wendling | 2011-09-19 | 3 | -66/+64 |
* | Changes to the name lookup have caused a regression in the digraph fix-it hint. | Richard Trieu | 2011-09-19 | 2 | -22/+31 |
* | Tighten check to match an ivar with corresponding property by using ObjCImple... | Devang Patel | 2011-09-19 | 1 | -4/+8 |
* | Fix a QoI bug with overloaded operators inside macros. | Matt Beaumont-Gay | 2011-09-19 | 1 | -1/+4 |
* | objc - some refactoring of my last 'self' patch. | Fariborz Jahanian | 2011-09-19 | 1 | -8/+11 |
* | In apple-kext mode, use external linkage for explicit template instantiations | John McCall | 2011-09-19 | 1 | -2/+7 |
* | CurContext cannot be null ever. | Fariborz Jahanian | 2011-09-19 | 1 | -1/+1 |
* | Removed an unused field and its accessors methods. | Erik Verbruggen | 2011-09-19 | 2 | -7/+3 |
* | In constructors, don't generate implicit initializers for members of anonymou... | Richard Smith | 2011-09-19 | 1 | -1/+15 |
* | Remove function which is unused as of r139996. Thanks to David Blaikie for br... | Richard Smith | 2011-09-19 | 1 | -13/+0 |
* | Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea... | Francois Pichet | 2011-09-19 | 1 | -1/+2 |
* | Move the "jump bypasses variable initialization" error -> warning downgrade f... | Francois Pichet | 2011-09-18 | 1 | -1/+1 |
* | In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo... | Francois Pichet | 2011-09-18 | 1 | -0/+19 |
* | PR10304: Do not call destructors for data members from union destructors. Pri... | Richard Smith | 2011-09-18 | 2 | -2/+7 |
* | PR10954: variant members should not be implicitly initialized in constructors... | Richard Smith | 2011-09-18 | 1 | -11/+5 |
* | Fix PR10531. Attach an initializer to anonymous unions, since the default con... | Richard Smith | 2011-09-18 | 1 | -0/+6 |
* | Let -Warray-bounds handle casted array types without false positives. | Nico Weber | 2011-09-17 | 1 | -1/+1 |
* | objc - Treat type of 'self' in class methods as root of | Fariborz Jahanian | 2011-09-17 | 2 | -8/+29 |
* | objc: Don't crash with decl context for property impl. | Fariborz Jahanian | 2011-09-17 | 1 | -1/+1 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 33 | -81/+82 |
* | When we load header file information from the external source (i.e., | Douglas Gregor | 2011-09-17 | 1 | -8/+28 |
* | As per discussion with Doug Gregor on the IRC channel, introduce a new compil... | Francois Pichet | 2011-09-17 | 2 | -0/+6 |
* | Pass -fmodule-cache-path along to -cc1 properly | Douglas Gregor | 2011-09-17 | 1 | -1/+0 |
* | With modules, we can end up loading a new module after we've seen an | Douglas Gregor | 2011-09-17 | 1 | -7/+69 |
* | In Microsoft mode, warn if an indirect goto jump over a variable initialization. | Francois Pichet | 2011-09-16 | 1 | -2/+3 |
* | Fix massive LiveVariables regression (due to LiveVariables rewrite) by addres... | Ted Kremenek | 2011-09-16 | 1 | -62/+222 |
* | Fix search paths for Ubuntu 11.04 x86. Patch by Stepan Dyatkovskiy. | Eli Friedman | 2011-09-16 | 1 | -0/+11 |
* | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-16 | 3 | -48/+87 |
* | Moves calls of checkArithmeticNull() from CreateBuiltinBinOp() into the indiv... | Richard Trieu | 2011-09-16 | 1 | -49/+53 |
* | Thread safety: Adding FIXMEs and a couple cleanups | Caitlin Sadowski | 2011-09-16 | 2 | -30/+13 |
* | Tweak the module auto-import heuristics a bit | Douglas Gregor | 2011-09-16 | 1 | -1/+2 |
* | Remove no longer needed LHSType and RHSType from checkArithmeticNull() | Richard Trieu | 2011-09-15 | 1 | -3/+1 |
* | Change checkArithmeticNull() to use a NonNullType, instead of checking both the | Richard Trieu | 2011-09-15 | 1 | -14/+6 |
* | Tweak *mmintrin.h so that they don't make any bad assumptions about alignment... | Eli Friedman | 2011-09-15 | 3 | -30/+75 |
* | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 9 | -17/+67 |
* | Finish the lex->LHS and rex->RHS cleanup in Sema. | Richard Trieu | 2011-09-15 | 2 | -49/+47 |
* | Comment what's going on when we compile a module | Douglas Gregor | 2011-09-15 | 1 | -0/+8 |
* | reverse patch in r139818 to focus on 'self' | Fariborz Jahanian | 2011-09-15 | 1 | -30/+1 |
* | Detect cyclic module dependencies in a manner that is rather more | Douglas Gregor | 2011-09-15 | 1 | -0/+23 |
* | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-15 | 1 | -1/+1 |
* | Eliminate the list of modules from the preprocessor options. This was | Douglas Gregor | 2011-09-15 | 1 | -24/+0 |
* | Eliminate the unused -create-module cc1-level option | Douglas Gregor | 2011-09-15 | 2 | -4/+0 |
* | Refactor the load of the exception pointer and the exception selector from their | Bill Wendling | 2011-09-15 | 3 | -14/+24 |
* | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-15 | 3 | -39/+34 |
* | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor | 2011-09-15 | 2 | -0/+3 |
* | Objective-c: Conversion from type Class to any root class type is allowed | Fariborz Jahanian | 2011-09-15 | 1 | -2/+30 |