index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-7
/
+12
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-12
/
+7
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-7
/
+12
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-12
/
+7
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-7
/
+12
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-12
/
+7
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-7
/
+12
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+12
*
[coroutines] Fix fallthrough warning on try/catch
Brian Gesiak
2018-11-03
1
-12
/
+15
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[analyzer] Fix crash in exploded graph dumping
George Karpenkov
2018-10-02
1
-4
/
+1
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-1
/
+4
*
[CFG] [analyzer] Disable argument construction contexts for variadic functions.
Artem Dergachev
2018-08-29
1
-2
/
+7
*
[CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs.
Artem Dergachev
2018-08-14
1
-0
/
+5
*
[CFG] [analyzer] NFC: Enumerate construction context layer kinds.
Artem Dergachev
2018-07-31
1
-13
/
+12
*
[CFG] [analyzer] Implement function argument construction contexts.
Artem Dergachev
2018-07-31
1
-10
/
+18
*
[CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.
Artem Dergachev
2018-07-31
1
-27
/
+43
*
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
Artem Dergachev
2018-07-31
1
-6
/
+41
*
Remove trailing space
Fangrui Song
2018-07-30
1
-33
/
+33
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-3
/
+5
*
[CFG] [analyzer] Allow elidable copies to have more than one arguments.
Artem Dergachev
2018-07-17
1
-1
/
+0
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-25
/
+52
*
[CFG] Fix automatic destructors when a member is bound to a reference.
Artem Dergachev
2018-06-04
1
-33
/
+29
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
[CFG] [analyzer] Add construction contexts for loop condition variables.
Artem Dergachev
2018-04-19
1
-2
/
+14
*
[CFG] [analyzer] Don't treat argument constructors as temporary constructors.
Artem Dergachev
2018-04-19
1
-0
/
+7
*
[CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.
Artem Dergachev
2018-03-30
1
-10
/
+10
*
[CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported.
Artem Dergachev
2018-03-30
1
-0
/
+9
*
[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.
Artem Dergachev
2018-03-22
1
-3
/
+11
*
[CFG] [analyzer] Add C++17-specific variable and return construction contexts.
Artem Dergachev
2018-03-22
1
-8
/
+19
*
[CFG] Allow CallExpr's to be looked up in CFG's
Richard Trieu
2018-03-15
1
-0
/
+3
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
1
-2
/
+2
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-56
/
+104
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
1
-4
/
+151
*
[CFG] [analyzer] Add construction context for implicit constructor conversions.
Artem Dergachev
2018-03-09
1
-1
/
+6
*
Fix an unused variable warning; NFC
George Burgess IV
2018-03-06
1
-0
/
+1
*
[CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts.
Artem Dergachev
2018-03-01
1
-1
/
+3
*
[CFG] NFC: Refactor ConstructionContext into a finite set of cases.
Artem Dergachev
2018-02-27
1
-43
/
+75
*
[CFG] Keep speculatively working around an MSVC compiler crash.
Artem Dergachev
2018-02-24
1
-9
/
+31
*
[CFG] Provide construction contexts for temporaries in conditional operators.
Artem Dergachev
2018-02-24
1
-0
/
+3
*
[CFG] Provide construction contexts for temporaries bound to const references.
Artem Dergachev
2018-02-24
1
-0
/
+3
*
[CFG] Provide construction contexts for functional cast-like constructors.
Artem Dergachev
2018-02-24
1
-0
/
+2
*
[CFG] Provide construction contexts for lifetime-extended temporaries.
Artem Dergachev
2018-02-24
1
-1
/
+24
*
[CFG] Try to narrow down MSVC compiler crash via binary search.
Artem Dergachev
2018-02-23
1
-11
/
+17
*
[CFG] NFC: Speculative attempt to fix MSVC internal compiler error on buildbot.
Artem Dergachev
2018-02-23
1
-3
/
+6
*
[CFG] [analyzer] NFC: Allow more complicated construction contexts.
Artem Dergachev
2018-02-23
1
-24
/
+50
*
[CFG] Provide construction contexts for temproary objects.
Artem Dergachev
2018-02-15
1
-1
/
+3
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
1
-1
/
+1
[next]