2011-09-26 |
Zhongxing Xu | Properly initialize Preprocessor::CurLexerKind to avoid... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Benjamin Kramer | Turns out we tested for this typo. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Benjamin Kramer | Add missing spaces in diagnostic messages. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Benjamin Kramer | Don't print a stray ] at the end of diagnostics. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move VTable builder to AST |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Have CodeGenVTables::GenerateConstructionVTable use... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move vtable dumper call to VTableBuilder ctor |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Implement VTableContext::createConstructionVTableLayout |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move all vtable layout data into new VTableLayout class |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move VTableComponent to header file |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move vtable component accessors to VTableContext |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Remove CodeGenVTables::ComputeVTableRelatedInformation... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Create a VTableContext class and start moving CodeGenVT... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move VTT builder to AST |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Move BaseSubobject class to AST |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Remove CodeGenModule field from VTTBuilder |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Peter Collingbourne | Make the VTTBuilder class independent of LLVM core |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Remove support for splitting word-wrapped diagnostic... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Move the word wrapped printing routine down to all... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Switch some of my recently added helper functions to... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Rewrite the printing of diagnostic options, categories... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
David Blaikie | Rename DiagnosticInfo to Diagnostic as per issue 5397 |
commit | commitdiff | tree | snapshot |
2011-09-26 |
David Blaikie | Rename PathDiagnosticClient to PathDiagnosticConsumer... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Delete an extraneous line I missed. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | A direct extraction of the rest of the option printing... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
David Blaikie | Rename VerifyDiagnosticsClient to VerifyDiagnosticConsu... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Start a more correct pattern for factoring out the... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Revert r140484. That was *not* ready to be committed... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Fix a formatting goof. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
David Blaikie | Rename ChainedDiagnosticClient to ChainedDiagnosticCons... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Chandler Carruth | Extract the diagnostic message formatting into a helper... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
David Blaikie | Rename StoredDiagnosticClient to StoredDiagnosticConsum... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
David Blaikie | Rename CaptureDiagnosticClient to CaptureDiagnosticCons... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Chandler Carruth | Extract the logic for printing a colorful level name... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
David Blaikie | Rename IgnoringDiagClient to IgnoringDiagConsumer as... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
David Blaikie | Rename DiagnosticClient to DiagnosticConsumer as per... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
David Blaikie | Rename Diagnostic to DiagnosticsEngine as per issue... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Chandler Carruth | Inline this method now that its completely trivial... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Chandler Carruth | Shuffle some names around. 'CaretDiagnostic' is inaccur... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Chandler Carruth | Actually remove the members of CaretDiagnostic no longe... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Chandler Carruth | Sink the logic for suppressing some macro expansion... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Chandler Carruth | Split the recursive macro expansion walk out from the... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Benjamin Kramer | Add a missing increment to avoid infinite looping in... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Add a special note for overload resolution when an... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Correctly parse braced member initializers (even in... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Treat list-initialization of scalars as a first-class... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Fix the expected error for narrowing conversions in... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Give InitListChecker a verification-only mode, where... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | In Initialization, add step kind SK_ListConstructorCall... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Inline Sema::CheckInitList into its only user. |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Sebastian Redl | Fix typos and non-doxygen-ness in a few comments. |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Francois Pichet | [microsoft] In Microsoft mode, if we are inside a templ... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Benjamin Kramer | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Fariborz Jahanian | objc - redeclaration of property in extension class |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Don't translate CRLF files into LF files. Fixes PR6870... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Daniel Dunbar | Driver: Use sys::Process::SetWorkingDirectory, for... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fariborz Jahanian | objc - fixes a crash when undefined typed property |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Matt Beaumont-Gay | Fix a crash-on-invalid. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Fix up assertion a bit more |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Benjamin Kramer | Driver: Explicitly include <unistd.h>, libstdc++'s... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Matt Beaumont-Gay | Add DiagGroups to a couple of warnings. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Daniel Dunbar | Driver: Test case that was supposed to go with previous... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Daniel Dunbar | Driver: Add a --working-directory option which can... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Add a test triple. Who knew that all the world wasn... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | Removing a bunch of dead returns/breaks after llvm_unre... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Don't propagate the 'availability' attribute through... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Richard Trieu | Add a new warning to -Wliteral-conversion to catch... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Clean up parsing the category names in interfaces sligh... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Anna Zaks | Move immutable map canonization out of the removeDeadBi... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | When checking for weak vtables, check whether the actua... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fariborz Jahanian | objc-gc: Fix a corner case where clang fails to generate GC |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Fix up comment now that 'new' is no longer a virt-speci... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Douglas Gregor | Eliminate an MSVC comparison warning, from Aaron Ballman |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Francois Pichet | Fix wrong comment about reentering template scope for... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | More missing header inclusions from llvm_unreachable... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | Fix missing includes for llvm_unreachable |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | Switch assert(0/false) llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Benjamin Kramer | Reenable -cxx-isystem for Objective C++, until I come... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
NAKAMURA Takumi | unittests/Basic/FileManagerTest.cpp: Suppress warnings... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
NAKAMURA Takumi | CMake: Define ${LLVM_TABLEGEN_EXE} with explicit $... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Don't finalize checking of base and member initializers... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Francois Pichet | [microsoft] Fix a bug in -fdelayed-template-parsing... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Benjamin Kramer | Don't test unix path seperators, that will fail on... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Benjamin Kramer | See if going through env pacifies the windows buildbots. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Benjamin Kramer | Add support for CPATH and friends. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Argyrios Kyrtzidis | Do manual binary search for preprocessing entities... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Bill Wendling | Don't remove filters. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Only trigger the initialize-an-array-via-elementwise... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Argyrios Kyrtzidis | Don't use TemplateArgumentListInfo inside AST nodes... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Argyrios Kyrtzidis | Rename ExplicitTemplateArgumentList -> ASTTemplateArgum... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Ted Kremenek | Place diagnostic warn_ivar_use_hidden under the flag... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Anna Zaks | ST->scanReachableSymbols() is creating a SubRegionMap... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Justin Holewinski | PTX: Clean up target options code |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Fix the ASTImporter's lookup for anonymous structs... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Don't allow template argument deduction to deduce a... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Explicitly-defaulted copy/move constructors are not... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tobias Grosser | In OpenCL, conversions between different vector types... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | ArrayRef-ifying the fields passed to Sema::ActOnFields |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | ArrayRef-ifying the UnexpandedParameterPacks passed... |
commit | commitdiff | tree | snapshot |
next |