Age | Commit message (Expand) | Author |
2011-09-20 | Test commit | DeLesley Hutchins |
2011-09-20 | [analyzer] Refactor PathDiagnosticLocation: Lazily query LocationContext for ... | Anna Zaks |
2011-09-20 | [analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction. | Anna Zaks |
2011-09-20 | Clarify PNaCl target characteristics: set LongDoubleWidth, PtrDiffType, IntPt... | Ivan Krasin |
2011-09-20 | Remove redundant break statements, and replace asserts with llvm_unreachable | Peter Collingbourne |
2011-09-20 | Fix a pretty nasty bug in noreturn destructors that cascaded into lots | Chandler Carruth |
2011-09-20 | [analyzer] Refactor PathDiagnosticLocation: Pre-compute Range and Location wi... | Anna Zaks |
2011-09-20 | [analyzer] Use more create methods in the PathDiagnostic, cleanup. | Anna Zaks |
2011-09-20 | Don't assume that the clause is a GlobalVariable. It could be a constant. | Bill Wendling |
2011-09-19 | [analyzer] BugReport has a profile method, so reuse it here. | Anna Zaks |
2011-09-19 | [analyzer] Constify a method. | Anna Zaks |
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman |
2011-09-19 | The eh.selector intrinsic isn't used anymore. Replace the check here with a | Bill Wendling |
2011-09-19 | Fix gcc build. | Argyrios Kyrtzidis |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne |
2011-09-19 | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis |
2011-09-19 | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis |
2011-09-19 | In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol() | Argyrios Kyrtzidis |
2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-19 | Break SourceManager::translateFileLineCol into translateLineCol that returns the | Argyrios Kyrtzidis |
2011-09-19 | Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() | Argyrios Kyrtzidis |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-19 | Const-ify some methods in ASTReader. | Argyrios Kyrtzidis |
2011-09-19 | For SourceManager::isBeforeInTranslationUnit, a location pointing | Argyrios Kyrtzidis |
2011-09-19 | [PCH] Preload the PreloadSLocEntries through the SourceManager and | Argyrios Kyrtzidis |
2011-09-19 | Throw the switch to convert clang to the new exception handling model! | Bill Wendling |
2011-09-19 | Changes to the name lookup have caused a regression in the digraph fix-it hint. | Richard Trieu |
2011-09-19 | Tighten check to match an ivar with corresponding property by using ObjCImple... | Devang Patel |
2011-09-19 | Fix a QoI bug with overloaded operators inside macros. | Matt Beaumont-Gay |
2011-09-19 | objc - some refactoring of my last 'self' patch. | Fariborz Jahanian |
2011-09-19 | In apple-kext mode, use external linkage for explicit template instantiations | John McCall |
2011-09-19 | CurContext cannot be null ever. | Fariborz Jahanian |
2011-09-19 | Removed an unused field and its accessors methods. | Erik Verbruggen |
2011-09-19 | In constructors, don't generate implicit initializers for members of anonymou... | Richard Smith |
2011-09-19 | Remove function which is unused as of r139996. Thanks to David Blaikie for br... | Richard Smith |
2011-09-19 | Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea... | Francois Pichet |
2011-09-18 | Move the "jump bypasses variable initialization" error -> warning downgrade f... | Francois Pichet |
2011-09-18 | In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo... | Francois Pichet |
2011-09-18 | PR10304: Do not call destructors for data members from union destructors. Pri... | Richard Smith |
2011-09-18 | PR10954: variant members should not be implicitly initialized in constructors... | Richard Smith |
2011-09-18 | Fix PR10531. Attach an initializer to anonymous unions, since the default con... | Richard Smith |
2011-09-17 | Let -Warray-bounds handle casted array types without false positives. | Nico Weber |
2011-09-17 | objc - Treat type of 'self' in class methods as root of | Fariborz Jahanian |
2011-09-17 | objc: Don't crash with decl context for property impl. | Fariborz Jahanian |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-17 | When we load header file information from the external source (i.e., | Douglas Gregor |
2011-09-17 | As per discussion with Doug Gregor on the IRC channel, introduce a new compil... | Francois Pichet |
2011-09-17 | Pass -fmodule-cache-path along to -cc1 properly | Douglas Gregor |
2011-09-17 | With modules, we can end up loading a new module after we've seen an | Douglas Gregor |
2011-09-16 | In Microsoft mode, warn if an indirect goto jump over a variable initialization. | Francois Pichet |