summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [CTU] Add statisticsGabor Marton2018-12-071-1/+15
* [PowerPC] VSX register support for inline assemblyKang Zhang2018-12-072-0/+32
* Fix thunks returning memptrs via sret by emitting also scalar return values d...Hans Wennborg2018-12-072-5/+3
* NFC: Move VisitExpr code to dumpStmtStephen Kelly2018-12-061-89/+38
* NFC: Move VisitStmt code to dumpStmtStephen Kelly2018-12-061-23/+6
* [frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz2018-12-061-1/+7
* [analyzer] Rely on os_consumes_this attribute to signify that the method call...George Karpenkov2018-12-061-0/+3
* [attributes] Add an attribute os_consumes_this, with similar semantics to ns_...George Karpenkov2018-12-061-0/+3
* [analyzer] Fix an infinite recursion bug while checking parent methods in Ret...George Karpenkov2018-12-061-1/+1
* Allow forwarding -fdebug-compilation-dir to cc1asNico Weber2018-12-061-0/+3
* Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl2018-12-062-15/+48
* [CUDA] Fix nvidia-cuda-toolkit detection on UbuntuJoel E. Denny2018-12-061-1/+1
* [OPENMP][NVPTX] Fix globalization of the mapped array sections.Alexey Bataev2018-12-061-3/+5
* Diagnose friend function template redefinitions.Serge Pavlov2018-12-062-1/+26
* Remove unnecessary include.Richard Trieu2018-12-061-1/+0
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-064-4/+3
* ARM, AArch64: support `__attribute__((__swiftcall__))`Saleem Abdulrasool2018-12-062-0/+2
* [darwin] remove version number check when enabling -fobjc-subscripting-legacy...Alex Lorenz2018-12-061-1/+0
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-065-7/+202
* [Sema] Push and Pop Expression Evaluation Context Records at the start and en...Leonard Chan2018-12-063-5/+30
* [Hexagon] Add intrinsics for Hexagon V66Krzysztof Parzyszek2018-12-051-735/+747
* [Hexagon] Add support for Hexagon V66Krzysztof Parzyszek2018-12-052-1/+5
* NFC: Extract TextNodeDumper classStephen Kelly2018-12-053-253/+261
* NFC: Extract TextTreeStructure classStephen Kelly2018-12-051-145/+6
* NFC: Inline handling of DependentSizedArrayTypeStephen Kelly2018-12-051-1/+7
* Do not check for parameters shadowing fields in function declarations.Aaron Ballman2018-12-052-7/+12
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-053-6/+13
* [analyzer] Attribute for RetainCountChecker for OSObject should propagate wit...George Karpenkov2018-12-051-18/+51
* [CodeComplete] Fix a crash in access checks of inner classesIlya Biryukov2018-12-052-12/+31
* [Basic] Cleanups in IdentifierInfo following the removal of PTHBruno Ricci2018-12-051-22/+0
* [OpenCL] Diagnose conflicting address spaces in templates.Anastasia Stulova2018-12-052-16/+29
* [Haiku] Support __float128 for x86 and x86_64Kristina Brooks2018-12-051-0/+10
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-053-16/+36
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-053-13/+6
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-12-055-21/+13
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-053-2/+17
* [Sema] Remove some conditions of a failing assertErik Pilkington2018-12-051-2/+0
* Fix crash if an in-class explicit function specialization has explicitRichard Smith2018-12-041-10/+12
* [PowerPC] Make no-PIC default to match GCC - CLANGStefan Pintilie2018-12-041-1/+1
* [AST] Assert that no type class is polymorphicBruno Ricci2018-12-041-0/+8
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-042-48/+15
* [AST] Assert that no statement/expression class is polymorphicBruno Ricci2018-12-041-0/+8
* [AST][NFC] Make ArrayTypeTraitExpr non polymorphicBruno Ricci2018-12-041-2/+0
* [OPENMP][NVPTX]Fixed emission of the critical region.Alexey Bataev2018-12-041-2/+4
* [OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.Alexey Bataev2018-12-044-7/+53
* PTH-- Remove feature entirely-Erich Keane2018-12-0420-1738/+44
* [SystemZ] Do not support __float128Ulrich Weigand2018-12-041-1/+0
* [Analyzer] Iterator Checker - Forbid decrements past the begin() and incremen...Adam Balogh2018-12-041-90/+154
* [Analyzer] Iterator Checkers - Use the region of the topmost base class for i...Adam Balogh2018-12-042-39/+30
* [WIP][Sema] Improve static_assert diagnostics for type traits.Clement Courbet2018-12-042-4/+35