2015-08-13 |
David Blaikie | Wdeprecated: BugReporterVisitors are copied for cloning... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Follow up r244975: The ctors of an abstract class don... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: CollectReachableSymbolsCallback are move... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: RegionBindingsRef are copy constructed... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: PathPieces are copied, make them safely... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: StoredDiagnostics are stored in a SmallVec... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
NAKAMURA Takumi | clang/test/Frontend/dependency-gen.c: Add explicit... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: Make BumpVectorContext movable |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Brad Smith | Removed one too many braces. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Brad Smith | [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Eric Christopher | Fix some coding standard issues and delete a dead condi... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: CommentVerifiers are returned by value... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: LambdaScopeInfos are copied in TreeTransfo... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
David Blaikie | Wdeprecated: Replace deprecated throw() with LLVM_NOEXC... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Naomi Musgrave | Fix previous commit: poison only class members, simpler... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Richard Smith | [modules] For explicit module file dependencies, only... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Yaron Keren | Remove and forbid raw_svector_ostream::flush() calls. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Richard Smith | Fix wrong expected test output in r244923. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Reid Kleckner | Try to fix the build after r244923 |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Reid Kleckner | Try to fix new.cpp after r244920 to make it pass |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Richard Smith | [modules] Change the way we deal with .d output for... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Reid Kleckner | Turn off __has_feature(cxx_rtti) when -fno-rtti-data... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Ben Langmuir | Attempt to fix build after r244912 |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Ben Langmuir | [Modules] Add Darwin-specific compatibility module... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Martell Malone | Driver: Fix include directories when not using libgcc... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Daniel Jasper | clang-format: Inside decltype(), there is an expression. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Daniel Jasper | clang-format: Fix incorrect lambda-detection. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Yaron Keren | Remove raw_svector_ostream::resync and users. It's... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Yaron Keren | Remove superfluous private:, TypeCache is private by... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Yaron Keren | Disable failing check in bots from r244867. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Ivan Krasin | Add sanitizer blacklists to the rules generated with... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Rafael Espindola | Update for llvm api change. |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Richard Smith | Add SourceManager::dump() to dump the current set of... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
David Blaikie | Wdeprecated: LambdaScopeInfos need to be copied, so... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
David Blaikie | Wdeprecated: ApplyDebugLocation is returned by value... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
David Blaikie | Wdeprecated: CGBuilderInserter is copy constructed... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
David Blaikie | -Wdeprecated: Job objects are stored in a vector yet... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
David Blaikie | -Wdeprecated: SavedInstanceContext is returned by value... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Richard Smith | [modules] If loading a .pcm file would cause us to... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Naomi Musgrave | Revert "Implement poisoning of only class members in... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Naomi Musgrave | Implement poisoning of only class members in dtor,... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Aaron Ballman | Switching from an explicit loop to DeleteContainerSecon... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Hans Wennborg | Docs: keep copyright years up-to-date |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Hans Wennborg | Options.td: Drop trailing space in -fsanitize= help... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Hans Wennborg | Docs: update clang-cl command-line documentation |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Aaron Ballman | RangRangify some more for loops; NFC. |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Douglas Katzman | Don't compare getArchName() to "tce" as a string. NFC. |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Richard Trieu | Stop printing macro backtraces that don't help diagnostics. |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Hans Wennborg | ReleaseNotes: Small version nbr fix |
commit | commitdiff | tree | snapshot |
2015-08-12 |
John Brawn | The alias.c test now requires arm-registered-target |
commit | commitdiff | tree | snapshot |
2015-08-12 |
John Brawn | Add test for PR24379 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Aaron Ballman | The version of libxml2 required by c-index-test must... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Aaron Ballman | Rangify some for loops; NFC. |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Alexey Bataev | [OPENMP] Fix for http://llvm.org/PR24430: clang hangs... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Saleem Abdulrasool | libclang: Add period to typedef kind docblock |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Richard Smith | [modules] Fix thread safety analysis to cope with mergi... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Piotr Padlewski | Deleted old fixme ( ͡° ͜ʖ ͡°) |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Eric Christopher | Untabify. |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Richard Smith | [modules] When instantiating the contents of an importe... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Petar Jovanovic | [MIPS] Use arch values for lock-free atomic operations |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Anton Yartsev | [analyzer] Incorrect env variable replaced. |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Richard Smith | Add an assert to catch lexical decl deserialization... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Aaron Ballman | Fixing a few C++0x comments to be C++11; NFC. |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Aaron Ballman | Add missing documentation for conversionDecl; NFC. |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Aaron Ballman | Add a polymorphic AST matcher for testing whether a... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Aaron Ballman | Add an AST matcher to match member intializers of a... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Daniel Jasper | clang-format: Make SpaceBeforeParens work with overload... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
David Majnemer | [MSVC Compatibility] Classify ext_ms_cast_fn_obj as... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Daniel Jasper | Revert "[CUDA] Add implicit __attribute__((used)) to... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Michael Wong | This patch fixes the assert in emitting captured code... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Filipe Cabecinhas | Propagate SourceLocations through to get a Loc on float... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
David Majnemer | [MSVC Compat] Implement __is_destructible, __is_nothrow... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Tyler Nowicki | Make the analysis reporting test with x86 to fix the... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Tyler Nowicki | Print vectorization analysis when loop hint is specified. |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Richard Smith | [modules] Don't suggest deleting the module cache on... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Derek Schuff | add comment |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Derek Schuff | Add NaCl to long double/fp128 mangling test |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Richard Smith | [modules] Properly diagnose errors in module files... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Richard Smith | Fix some tabs. |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Richard Smith | Remove some dead code. |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Tyler Nowicki | Append options for vectorization when pointer checking... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Derek Schuff | Add NaCl (a target where long double = double) to long... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Tyler Nowicki | Make frontend floating-point commutivity test X86 speci... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Nick Lewycky | If a variable template is inside a context with templat... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Tyler Nowicki | Remove non-ascii characters. |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Chih-Hung Hsieh | Fix test case to work with -Asserts builds. |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Artem Belevich | [CUDA] Add implicit __attribute__((used)) to all __glob... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Artem Belevich | [CUDA] Added stubs for new attributes used by CUDA... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Tyler Nowicki | Append options for floating-point commutivity when... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Reid Kleckner | [dllimport] A non-imported class with an imported key... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
David Majnemer | [clang-cl] Add support for CL and _CL_ environment... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Chih-Hung Hsieh | Correct x86_64 fp128 calling convention |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Mark Heffernan | Add new llvm.loop.unroll.enable metadata for use with... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Roman Kashitsyn | Add WebKit brace style configuration option. |
commit | commitdiff | tree | snapshot |
2015-08-10 |
John Brawn | [Driver] Fix handling of -fbuiltin/-fcommon when combin... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Daniel Marjamaki | [Static Analyzer] Warn when inner and outer conditions... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Filipe Cabecinhas | [tests] Remove calls to grep |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Alexey Bataev | [MSVC] Crash fix: assigning of overloaded member functi... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
NAKAMURA Takumi | clang/test/Modules: Satisfy win32 hosts due to dospath... |
commit | commitdiff | tree | snapshot |
next |