- Aug 16, 2011
-
-
Eric Christopher authored
llvm-svn: 137768
-
Eric Christopher authored
llvm-svn: 137767
-
Eric Christopher authored
llvm-svn: 137766
-
Eric Christopher authored
llvm-svn: 137765
-
Eric Christopher authored
llvm-svn: 137764
-
Eric Christopher authored
llvm-svn: 137763
-
Eric Christopher authored
llvm/test/FrontendC++ and FileCheckize. llvm-svn: 137762
-
Eric Christopher authored
llvm-svn: 137761
-
Ted Kremenek authored
[analyzer] teach ExprEngine about loads from static C++ class fields. Fixes <rdar://problem/9948787>. llvm-svn: 137760
-
Jordy Rose authored
[analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). llvm-svn: 137758
-
Devang Patel authored
llvm-svn: 137752
-
Devang Patel authored
llvm-svn: 137750
-
Anna Zaks authored
llvm-svn: 137740
-
Jim Grosbach authored
llvm-svn: 137736
-
Anna Zaks authored
llvm-svn: 137720
-
Ted Kremenek authored
[analyzer] Enhance ConditionVisitor to handle arbitrary ValueDecls in binary expressions, and also handle inverting the order of comparison when the named decl appears on the RHS. llvm-svn: 137714
-
NAKAMURA Takumi authored
...I believe it would not break anything... FIXME: "check-all" may not be generated w/o LLVM_INCLUDE_TESTS. llvm-svn: 137709
-
Ted Kremenek authored
llvm-svn: 137708
-
Ted Kremenek authored
[analyzer] Enhance ConditionVisitor to understand eagerly evaluated (simple) binary conditions, and teach it to only focus on constraint changes. llvm-svn: 137705
-
Ted Kremenek authored
[analyzer] add ExprEngine::getEagerlyAssumedTags() to allow externally querying of "eagerly assumed" expressions. llvm-svn: 137704
-
Ted Kremenek authored
llvm-svn: 137697
-
Argyrios Kyrtzidis authored
llvm-svn: 137688
-
Eric Christopher authored
llvm-svn: 137682
-
Anna Zaks authored
MacOSKeychainAPIChecker: The security API/memory leak checker should always generate regular nodes instead of sink nodes. llvm-svn: 137681
-
Ted Kremenek authored
llvm-svn: 137677
-
Ted Kremenek authored
llvm-svn: 137676
-
Devang Patel authored
llvm-svn: 137674
-
Eric Christopher authored
llvm-svn: 137671
-
Argyrios Kyrtzidis authored
fail if a TypeLoc kind is not handled) and handle DecltypeTypeLoc and InjectedClassNameTypeLoc. llvm-svn: 137670
-
Eric Christopher authored
test over from llvm/test/FrontendC++ and update others to account for the change. llvm-svn: 137669
-
Ted Kremenek authored
Take 2 (take 3?) at removing derelict clang.xcodeproj. All Xcode users should be using CMake, as the clang.xcodeproj is never up-to-date and cannot actually build Clang. llvm-svn: 137666
-
Ted Kremenek authored
llvm-svn: 137665
-
- Aug 15, 2011
-
-
Argyrios Kyrtzidis authored
llvm-svn: 137660
-
Richard Smith authored
llvm-svn: 137653
-
Bob Wilson authored
Outside the driver, they were already treated that way, but the driver was not giving them the same special treatment as -fapple-kext, e.g., falling back to llvm-gcc for i386/Darwin kexts. Radar 9868422. llvm-svn: 137639
-
Bob Wilson authored
llvm-svn: 137638
-
-
Anna Zaks authored
MacOSKeychainAPIChecker: Use llvm::SmallString instead of std::string (as per code review for r137523). llvm-svn: 137633
-
Matt Beaumont-Gay authored
llvm-svn: 137620
-
Douglas Gregor authored
conversion to initialize the standard conversion *after* the user-defined conversion properly. Fixes PR10644. llvm-svn: 137608
-