Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
HEAD
aa231e4
Update README.txt
by Sylvestre Ledru
· 5 years ago
master
65acf43
[FrontendTests] Try again to make test not write an output file
by Benjamin Kramer
· 6 years ago
3f4b391
Revert "[FrontendTests] Don't actually run the full compiler, parsing is sufficient."
by Benjamin Kramer
· 6 years ago
327f79b
[FrontendTests] Don't actually run the full compiler, parsing is sufficient.
by Benjamin Kramer
· 6 years ago
25e98e8
[clang-fuzzer] Update proto fuzzer example for r375453.
by Benjamin Kramer
· 6 years ago
7e03c67
Refactor DependencyScanningTool to its own file
by Kousik Kumar
· 6 years ago
c676199
Minor coding style fix. NFC.
by Michael Liao
· 6 years ago
36a094a
Fix -fuse-init-array decision logic on NetBSD
by Joerg Sonnenberger
· 6 years ago
5d899f7
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics.
by Michael J. Spencer
· 6 years ago
73e4766
[clang-fuzzer] Add new fuzzer target for Objective-C
by David Goldman
· 6 years ago
c12eb40
SemaTemplateDeduction - silence static analyzer getAs<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
fd456e4
[Clang] Add VerboseOutputStream to CompilerInstance
by Scott Linder
· 6 years ago
03d35ab
SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
12014db
[test] Merge Driver/as-w-warnings.c into as-no-warnings.c
by Fangrui Song
· 6 years ago
08b8248
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
by Bjorn Pettersson
· 6 years ago
f8ae7e9
Prune Pass.h include from DataLayout.h. NFCI
by Bjorn Pettersson
· 6 years ago
9aba456
Fix Wdocumentation warning. NFCI.
by Simon Pilgrim
· 6 years ago
14947e8
PCH debug info: Avoid appending the source directory to an absolute path
by Adrian Prantl
· 6 years ago
c78da41
[AMDGPU] Fix assertion due to initializer list
by Yaxun Liu
· 6 years ago
e0049ed
Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics." and "[Docs] Fix header level."
by Michael J. Spencer
· 6 years ago
9504ebb
[analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.
by Artem Dergachev
· 6 years ago
e8e2927
[analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.
by Artem Dergachev
· 6 years ago
830e570
[Docs] Fix header level.
by Michael J. Spencer
· 6 years ago
ae3e9c8
Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"
by Richard Trieu
· 6 years ago
56ddb2a
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics.
by Michael J. Spencer
· 6 years ago
a27ae54
New tautological warning for bitwise-or with non-zero constant always true.
by Richard Trieu
· 6 years ago
7decfe8
Move endian constant from Host.h to SwapByteOrder.h, prune include
by Reid Kleckner
· 6 years ago
b300d356
Sema: Create a no-op implicit cast for lvalue function conversions.
by Peter Collingbourne
· 6 years ago
ae6164e
[clang][driver] Print compilation phases with indentation.
by Michael Liao
· 6 years ago
3e0834a
[hip][cuda] Fix the extended lambda name mangling issue.
by Michael Liao
· 6 years ago
e0c6af7
[analyzer] Specify the C++ standard in more tests.
by Artem Dergachev
· 6 years ago
05441b0
[c++20] Add rewriting from comparison operators to <=> / ==.
by Richard Smith
· 6 years ago
ea521aa
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
by Richard Smith
· 6 years ago
3b03365
DebugInfo: Render the canonical name of a class template specialization, even when nested in another class template specialization
by David Blaikie
· 6 years ago
7000556
[profile] Do not cache __llvm_profile_get_filename result
by Vedant Kumar
· 6 years ago
be1f932
[analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.
by Artem Dergachev
· 6 years ago
faab8a5
[analyzer] exploded-graph-rewriter: Rename Environment to Expressions.
by Artem Dergachev
· 6 years ago
15e9d04
[analyzer] Fix FieldRegion dumps.
by Artem Dergachev
· 6 years ago
d1127ba
[analyzer] Drop the logic for collapsing the state if it's same as in preds.
by Artem Dergachev
· 6 years ago
f094784d
[analyzer] exploded-graph-rewriter: Fix dump for state 0.
by Artem Dergachev
· 6 years ago
0836645
[analyzer] Fix hidden node traversal in exploded graph dumps.
by Artem Dergachev
· 6 years ago
e43eb43
[Format] Add format check for throwing negative numbers
by Brian Gesiak
· 6 years ago
f51ad84
[DOCS]Update list of implemented constructs, NFC.
by Alexey Bataev
· 6 years ago
653a638
[OPENMP50]Add support for master taskloop simd.
by Alexey Bataev
· 6 years ago
fa738af
[clang-format] fix regression recognizing casts in Obj-C calls
by Krasimir Georgiev
· 6 years ago
92bf053
[tooling] Relax an assert when multiple GPU targets are specified.
by Michael Liao
· 6 years ago
5cee329
[ThinLTOCodeGenerator] Add support for index-based WPD
by Eugene Leviant
· 6 years ago
28b915f
[WebAssembly] -pthread implies -target-feature +sign-ext
by Thomas Lively
· 6 years ago
8dd7095
[analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.
by Artem Dergachev
· 6 years ago
d0e3ed0
[analyzer] Assign truly stable identifiers to exploded nodes.
by Artem Dergachev
· 6 years ago
40a1cfa
[analyzer] Display cast kinds in program point dumps.
by Artem Dergachev
· 6 years ago
7d0e090
[analyzer] exploded-graph-rewriter: Make node headers a bit lighter.
by Artem Dergachev
· 6 years ago
dbc62ed
[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3
by Eli Friedman
· 6 years ago
1230879
[clang-offload-wrapper][NFC] Use captured name of the entry type in LIT test
by Sergey Dmitriev
· 6 years ago
e4ee647
[OPENMP]Dow not emit warnings for uninitialized loop counters.
by Alexey Bataev
· 6 years ago
68798ad
[OPENMP]Improve use of the global tid parameter.
by Alexey Bataev
· 6 years ago
3b8d539
[ObjC] Diagnose implicit type coercion from ObjC 'Class' to object
by James Y Knight
· 6 years ago
b15c08d
[ObjC] Add some additional test cases around pointer conversions.
by James Y Knight
· 6 years ago
7883b59
[OPENMP]Fix thread id passed to outlined region in sequential parallel regions.
by Alexey Bataev
· 6 years ago
03bb177
[OpenCL] Preserve addrspace in CGClass (PR43145)
by Sven van Haastregt
· 6 years ago
c6d1492
[OpenCL] Add doc to describe OpenCL support
by Sven van Haastregt
· 6 years ago
0572918
Include leading attributes in DeclStmt's SourceRange
by Stephan Bergmann
· 6 years ago
5632b3f
SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
4219e20
SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
62e70af
Reland: Dead Virtual Function Elimination
by Oliver Stannard
· 6 years ago
a22407d
Revert "Include sanitize blacklist and other extra deps as part of scan-deps output"
by Kousik Kumar
· 6 years ago
5ab89ea
Include sanitize blacklist and other extra deps as part of scan-deps output
by Kousik Kumar
· 6 years ago
b18fc6c
Revert Tag CFI-generated data structures with "#pragma clang section" attributes.
by Dmitry Mikulin
· 6 years ago
f57b095
[Concepts] ConceptSpecializationExprs mangling
by Saar Raz
· 6 years ago
5d56c7b
Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.
by Volodymyr Sapsai
· 6 years ago
0c4d48f
Fix darwin-ld-lto test for some speical path
by Steven Wu
· 6 years ago
bdbeb87
[OPENMP]Allow priority clause in combined task-based directives.
by Alexey Bataev
· 6 years ago
4da6acb
Tag CFI-generated data structures with "#pragma clang section" attributes.
by Dmitry Mikulin
· 6 years ago
88700af
[OPENMP]Use different addresses for zeroed thread_id/bound_id.
by Alexey Bataev
· 6 years ago
5cd7a6f
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
by Adrian Prantl
· 6 years ago
9db088e
[libTooling] Fix r374962: add more Transformer forwarding decls.
by Yitzhak Mandelbaum
· 6 years ago
d87cdd3
[Driver,ARM] Make -mfloat-abi=soft turn off MVE.
by Simon Tatham
· 6 years ago
d57d5c1
RewriteModernObjC - silence static analyzer getAs<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
867c8db
CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
e606cc1
CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.
by Simon Pilgrim
· 6 years ago
2134663
CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.
by Simon Pilgrim
· 6 years ago
76775c8
Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"
by Nico Weber
· 6 years ago
9978e5e
Fix failing mangle-concept.cpp test.
by Saar Raz
· 6 years ago
65608d4
[Concepts] ConceptSpecializationExprs mangling
by Saar Raz
· 6 years ago
a5f4060
[libTooling] Put all Transformer declarations in a single namespace.
by Yitzhak Mandelbaum
· 6 years ago
ed4dbd7
PR43674: fix incorrect constant evaluation of 'switch' where no case
by Richard Smith
· 6 years ago
5e5092b
Remove unnecessary and inappropriate forward-declaration of Sema from AST.
by Richard Smith
· 6 years ago
e0e9d03
[OPENMP]Fix comments/params, NFC.
by Alexey Bataev
· 6 years ago
bd6b181
[OPENMP]Allow final clause in combined task-based directives.
by Alexey Bataev
· 6 years ago
cf4a18c
[Concept] Associated Constraints Infrastructure
by Saar Raz
· 6 years ago
ea49340
[Clang][OpenMP Offload] Move offload registration code to the wrapper
by Sergey Dmitriev
· 6 years ago
2a0fc71
Fix as-w-option.c on Windows where no assembler exists
by Reid Kleckner
· 6 years ago
1d08493
Added support for "#pragma clang section relro=<name>"
by Dmitry Mikulin
· 6 years ago
a7fe44f
[clang] refactor -Wa,-W test cases.
by Jian Cai
· 6 years ago
5e2a3a0
Fix Driver/working-directory.c test
by Jan Korous
· 6 years ago
92d6524
Reland [Driver] Fix -working-directory issues
by Jan Korous
· 6 years ago
943e5a4
Add more information to JSON AST dumping of source locations.
by Aaron Ballman
· 6 years ago
827afc8
CFI: wrong type passed to llvm.type.test with multiple inheritance devirtualization.
by Dmitry Mikulin
· 6 years ago
f7b604f
[Concepts] Remove unused and illegal Sema includes from ExprCXX.cpp
by Saar Raz
· 6 years ago
40a8d3b
[Concepts] Concept Specialization Expressions
by Saar Raz
· 6 years ago
Next »