2014-11-24 |
Aaron Ballman | Reverting r222646; the tests do not pass on Windows... |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Nico Rieck | Fix line endings |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Nico Rieck | Fix crash when using __if_exists in C mode |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Aaron Ballman | Unbreaking the MSVC 2012 build; however, these tests... |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Aaron Ballman | Reverting r222638; it broke the MSVC build bots because... |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Manuel Klimek | Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy... |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: Make short case labels work with #ifs |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: [Java] Treat 'instanceof' like other... |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: [Java] Space before array initializers. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: Improve ObjC blocks with return type. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: Refactoring. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Daniel Jasper | clang-format: [JS] Support Closure's module statements. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Saleem Abdulrasool | CodeGen: tweak struct ABI handling |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Daniel Sanders | Support matching signext attribute in the parallel_num_... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Daniel Sanders | Support matching signext attribute in vla-lambda-captur... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | CodeGen: Make atomic operations play nice with address... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
David Majnemer | Simplify MicrosoftMangleContextImpl::shouldMangleString... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Richard Smith | Delay checking overrides for exception specifications... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | MS ABI: Mangle u8 string literals |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Fariborz Jahanian | Objective-C ARC. Fixes a crash when checking for 'weak... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | Sema: Don't permit variably modified types in typeid |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Roman Divacky | Implement -Wcast-qual, fixing #13772. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | MS ABI: Mangle char16_t and char32_t string literals |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Add an assertion for detecting missed/uncorrected TypoE... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Enable ActOnIdExpression to use delayed typo correction... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Properly correct initializer expressions based on wheth... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Kaelyn Takata | Use the full-Expr filter to disambiguate equidistant... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Daniel Jasper | clang-format: Understand more lambda return types. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Daniel Jasper | clang-format: Use nested block special case for all... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Dmitry Vyukov | Fix test after r222526. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Daniel Jasper | clang-format: Handle comments in short case labels. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Daniel Jasper | clang-format: [Java] Support more Java keywords. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Dmitry Vyukov | clang: do not add -pie for tsan |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Daniel Jasper | clang-format: [Java] Basic lambda support. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Alexey Bataev | [OPENMP] Disable CapturedStmt generation for standalone... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Majnemer | MS ABI: Mangle char16_t and char32_t types |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Bob Wilson | Fix missing diagnostic for unsupported TLS for some... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Richard Smith | [modules] When explicitly importing a module, it's... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Richard Smith | PR21323: Fix iterator invalidation issue when looking... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Richard Trieu | Extend -Wuninitialized to warn when accessing uninitial... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Adrian Prantl | relax this testcase to not depend on a specific alignment. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Adrian Prantl | Debug info for blocks: Fix a bug caught by the Verifier. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
David Blaikie | DebugInfo: Fix another case of r222377 when we do have... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | Remove code that tries to avoid transforming non-depend... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | Move test from r222476 to a better place; this was... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | Fix crash-on-valid if a lambda-expression appears lexic... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Reid Kleckner | Intercept __crt_va_* used by MSVC "14" |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | PR21565: Further refine the conditions for enabling... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kaelyn Takata | Ensure all TypoExprs are diagnosed by the tree transform. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kaelyn Takata | Wire up delayed typo correction to DiagnoseEmptyLookup... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kaelyn Takata | Add a flag to BuildDeclarationNameExpr to not reject... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kaelyn Takata | Factor out the default recovery handling. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kaelyn Takata | Add a few small helper methods to the TypoCorrectionCon... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kaelyn Takata | Correctly set the SourceRange a TypoCorrection will... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Aaron Ballman | The Syntax enumeration requires at least three bits... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Michael Ilseman | Bring PostOrderCFGView's insert API up to date with... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Anastasia Stulova | Extended list of valid frontend options with '-cl-std... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Anastasia Stulova | Testing commit access. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Frederic Riss | Remove now dead code. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Frederic Riss | Prepare for the DIBuilder populating DISubprogram's... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Samuel Benzaquen | Replace variadic operator function pointer with an... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Timur Iskhodzhanov | Convert CR+LF -> LF in a test file |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Daniel Jasper | clang-format: [Java] Don't align after "return". |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Daniel Jasper | clang-format: [Java] Don't force break before generic... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Alexey Bataev | [OPENMP] Codegen for "omp flush" directive. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | Fix buildbots. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Jordan Rose | [CMake] Use .svn/wc.db as our VC dependency if it's... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | Preserve numeric literal suffixes during type canonical... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | Avoid earlier test interfering with later one. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | When mangling member-expressions, skip implicit accesse... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Alexey Samsonov | Remove support for undocumented SpecialCaseList entries. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | PR21531: fix crash on invalid with unexpanded pack... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Chad Rosier | Revert "[Reassociate] Update test cases due to r222142." |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Jasper | clang-format: [Java] Accept generic types in enum decla... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jordan Rose | [CMake] Always include the Clang repo version, just... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jordan Rose | Constify a few IdentifierInfo * parameters. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Richard Smith | Fix bug where a trivial constexpr copy/move operation... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | DebugInfo: Don't emit a 'global variable' when a static... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Frederic Riss | Fix a temporary MDNode leak. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Saleem Abdulrasool | Driver: correct typo |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Jasper | clang-format: [Java] Ignore C++-specific keywords |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Sanders | Allow EmitVAArg() to promote types and use this to... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change to make Small(Ptr)Set::inser... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Richard Trieu | Add the exception for strings in logical and expression... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | clang-format a recent commit I made |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Standardize on StringMap::insert, removing uses of... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Daniel Jasper | clang-format: Add option to disable alignment after... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Daniel Jasper | clang-format: Fix space between generic type parameter... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | Fix 80-column violations, trailing whitespace, comment... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | This test also requires an aarch64 target. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Fariborz Jahanian | [Sema] Patch to issue warning on comparing parameters... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
NAKAMURA Takumi | OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Alexey Bataev | [OPENMP] Additional processing of 'omp atomic read... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Justin Hibbits | Add PIC-level support to Clang. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Argyrios Kyrtzidis | [ASTReader] Add a convenience function to retrieve... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Frederic Riss | Fully handle globals and functions in CGDebugInfo:... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Frederic Riss | [DebugInfo] Move collection of various function/var... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Justin Bogner | InstrProf: Don't emit coverage for uninstantiated templates |
commit | commitdiff | tree | snapshot |
next |