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 |
2011-09-22 |
David Blaikie | ArrayRef-ifying MacroArgs::create's arguments argument. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | Simplify the last character check. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Tobias Grosser | In the OpenCL mode, the AltiVec mode must be off and... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
David Blaikie | ArrayRef-ifying Function/BlockDecl's setParams |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Benjamin Kramer | More MSVC9 unbreaking. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Douglas Gregor | Diagnose attempts to write a templated data member... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
John McCall | Enforce access control for conversion operators used... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
John McCall | I had meant to locally revert this test. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
John McCall | ANSI C requires that a call to an unprototyped function... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Francois Pichet | [microsoft] Move missing typename warning from -fms... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Benjamin Kramer | Fix MSVC9 build by providing a full comparator object... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Richard Trieu | Change: |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Richard Trieu | Change "ivar" to true for a boolean function argument... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Akira Hatanaka | Add case labels for Mips64 architectures. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Anna Zaks | [analyzer] Fix a bug where PathDiagnosticLocation did... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [ARC] Allow forming 'id*' in an unevaluated context... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [PCH] Don't store the source range for each preprocesse... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [PCH] Merge ASTReader::LoadPreprocessedEntity with... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [libclang] When pointing at a macro expansion inside... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Remove... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Add comment... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Remove dead code. (This code is trying to... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | In SourceManager::translateLineCol, handle the case... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | Remove PreprocessingDirectiveKind since it's not necessary. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | The location of the name in MacroDefinition is the... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Francois Pichet | Move Microsoft access specifier bug emulation from... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Bob Wilson | For i386 kext fallback to llvm-gcc, search paths for... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Make PathDi... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Use the... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Chad Rosier | [driver] Default to arm mode when using the integrated... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Richard Trieu | Fix a problem in digraph handling where "[:" might... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Define Mips64 TargetInfo classes. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ted Kremenek | Sort exports list. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Clean up TargetInfo class hierarchy. Define a base... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Create a MipsTargetCodeGenInfo object for mips64/mips64... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Use Pointer... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Add a parameter to MipsTargetCodeGenInfo's constructor. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Douglas Gregor | Introduce an egregious hack for modules to cope with... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Eric Christopher | Remove __WCHAR_UNSIGNED__ and anything that used it. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
DeLesley Hutchins | Test commit |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Lazily... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Remove LocationContext and a dependency... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ivan Krasin | Clarify PNaCl target characteristics: set LongDoubleWid... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Peter Collingbourne | Remove redundant break statements, and replace asserts... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
John McCall | Fix a crash-on-invalid with bad CV-qualification on... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Chandler Carruth | Fix a pretty nasty bug in noreturn destructors that... |
commit | commitdiff | tree | snapshot |
next |