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
/
ReachableCode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-4
/
+4
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+6
*
Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a n...
Nico Weber
2011-04-02
1
-1
/
+1
*
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
1
-4
/
+4
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-1
/
+3
*
Remove a kludge from analysis based warnings that used to detect
Chandler Carruth
2011-01-08
1
-3
/
+2
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-3
/
+3
*
Added CFGTerminator class, that holds information about CFGBlock terminator s...
Marcin Swiderski
2010-10-29
1
-1
/
+2
*
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-16
1
-5
/
+9
*
Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ...
Ted Kremenek
2010-09-09
1
-5
/
+11
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-1
/
+1
*
Move the rest of the unreachable code analysis from libSema
Ted Kremenek
2010-02-23
1
-9
/
+235
*
Start moving some of the logic for the unreachable code analysis out of libSema
Ted Kremenek
2010-02-23
1
-0
/
+52