| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 101 | -316/+322 |
* | Reenable -cxx-isystem for Objective C++, until I come up with a better solution | Benjamin Kramer | 2011-09-23 | 1 | -1/+1 |
* | Don't finalize checking of base and member initializers for a | Douglas Gregor | 2011-09-22 | 1 | -1/+1 |
* | [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re... | Francois Pichet | 2011-09-22 | 1 | -19/+38 |
* | Add support for CPATH and friends. | Benjamin Kramer | 2011-09-22 | 3 | -63/+84 |
* | Do manual binary search for preprocessing entities because their end locations | Argyrios Kyrtzidis | 2011-09-22 | 2 | -8/+45 |
* | Don't remove filters. | Bill Wendling | 2011-09-22 | 1 | -7/+3 |
* | Only trigger the initialize-an-array-via-elementwise-copy/move code | Douglas Gregor | 2011-09-22 | 2 | -3/+5 |
* | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis | 2011-09-22 | 7 | -64/+93 |
* | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis | 2011-09-22 | 5 | -27/+27 |
* | ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call sin... | Anna Zaks | 2011-09-22 | 2 | -31/+4 |
* | PTX: Clean up target options code | Justin Holewinski | 2011-09-22 | 1 | -79/+27 |
* | Fix the ASTImporter's lookup for anonymous structs/unions that get a | Douglas Gregor | 2011-09-22 | 1 | -2/+2 |
* | Don't allow template argument deduction to deduce a placeholder type, | Douglas Gregor | 2011-09-22 | 1 | -0/+4 |
* | Explicitly-defaulted copy/move constructors are not "implicit", but | Douglas Gregor | 2011-09-22 | 1 | -2/+1 |
* | In OpenCL, conversions between different vector types are disallowed | Tobias Grosser | 2011-09-22 | 1 | -1/+5 |
* | ArrayRef-ifying the fields passed to Sema::ActOnFields | David Blaikie | 2011-09-22 | 5 | -15/+15 |
* | ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa... | David Blaikie | 2011-09-22 | 4 | -30/+22 |
* | ArrayRef-ifying MacroArgs::create's arguments argument. | David Blaikie | 2011-09-22 | 3 | -16/+19 |
* | Simplify the last character check. | David Blaikie | 2011-09-22 | 1 | -1/+1 |
* | In the OpenCL mode, the AltiVec mode must be off and checks must be strict | Tobias Grosser | 2011-09-21 | 2 | -3/+4 |
* | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 10 | -30/+29 |
* | More MSVC9 unbreaking. | Benjamin Kramer | 2011-09-21 | 1 | -2/+8 |
* | Diagnose attempts to write a templated data member, from Stepan | Douglas Gregor | 2011-09-21 | 1 | -3/+25 |
* | Enforce access control for conversion operators used in contextual | John McCall | 2011-09-21 | 3 | -8/+8 |
* | ANSI C requires that a call to an unprototyped function type succeed | John McCall | 2011-09-21 | 3 | -2/+82 |
* | [microsoft] Move missing typename warning from -fms-extensions to -fms-compat... | Francois Pichet | 2011-09-21 | 1 | -2/+2 |
* | Fix MSVC9 build by providing a full comparator object to lower_bound. | Benjamin Kramer | 2011-09-21 | 1 | -2/+8 |
* | Change: | Richard Trieu | 2011-09-21 | 1 | -1/+1 |
* | Change "ivar" to true for a boolean function argument. Since string literals... | Richard Trieu | 2011-09-21 | 1 | -2/+3 |
* | Add case labels for Mips64 architectures. | Akira Hatanaka | 2011-09-21 | 1 | -0/+2 |
* | [analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra... | Anna Zaks | 2011-09-21 | 1 | -6/+9 |
* | [ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540. | Argyrios Kyrtzidis | 2011-09-20 | 1 | -0/+5 |
* | [PCH] Don't store the source range for each preprocessed entity since | Argyrios Kyrtzidis | 2011-09-20 | 2 | -27/+15 |
* | [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntity | Argyrios Kyrtzidis | 2011-09-20 | 2 | -97/+94 |
* | [libclang] When pointing at a macro expansion inside a macro argument, | Argyrios Kyrtzidis | 2011-09-20 | 1 | -3/+3 |
* | [analyzer] Refactor PathDiagnosticLocation: Remove SourceRange member from Pa... | Anna Zaks | 2011-09-20 | 1 | -8/+5 |
* | [analyzer] Remove dead code. (This code is trying to implement the idea that ... | Anna Zaks | 2011-09-20 | 1 | -37/+0 |
* | In SourceManager::translateLineCol, handle the case where we are pointing | Argyrios Kyrtzidis | 2011-09-20 | 1 | -4/+9 |
* | The location of the name in MacroDefinition is the beginning of its range, | Argyrios Kyrtzidis | 2011-09-20 | 3 | -5/+1 |
* | Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com... | Francois Pichet | 2011-09-20 | 1 | -1/+1 |
* | For i386 kext fallback to llvm-gcc, search paths for several Darwin versions. | Bob Wilson | 2011-09-20 | 2 | -5/+14 |
* | [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc... | Anna Zaks | 2011-09-20 | 15 | -77/+166 |
* | [analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Lo... | Anna Zaks | 2011-09-20 | 1 | -16/+3 |
* | [driver] Default to arm mode when using the integrated assembler. | Chad Rosier | 2011-09-20 | 4 | -11/+21 |
* | Fix a problem in digraph handling where "[:" might be treated as "<::" and | Richard Trieu | 2011-09-20 | 1 | -1/+1 |
* | Define Mips64 TargetInfo classes. | Akira Hatanaka | 2011-09-20 | 1 | -0/+144 |
* | Clean up TargetInfo class hierarchy. Define a base class from which TargetInfos | Akira Hatanaka | 2011-09-20 | 1 | -126/+122 |
* | Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the | Akira Hatanaka | 2011-09-20 | 1 | -0/+4 |
* | [analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationConte... | Anna Zaks | 2011-09-20 | 1 | -9/+16 |