search for: getdecl

Displaying 2 results from an estimated 2 matches for "getdecl".

2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi, Thanks for the quick reply again. > On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: >> Hi, >> >> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >> have the following test results to share. >> Summary below, full log at: >>
2016 Jun 02
6
-Wmisleading-indentation violations
...!= IvarRegion->getSuperRegion()) ^~ /home/dsl11/dev/llvm-upstream/src/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:535:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); ``` and ``` /home/dsl11/dev/llvm-upstream/src/tools/clang/lib/Basic/Targets.cpp: In member function ‘virtual void {anonymous}::AMDGPUTargetInfo::setSupportedOpenCLOpts()’: /home/dsl11/dev/llvm-upstream/src/tools/clang/lib/Basic/Targets.cpp:2129:6: warning: this ‘if’ clause does not guard......